AutoYADM commit: 2025-03-08 14:00:03
This commit is contained in:
parent
1ce3f8223b
commit
e0ea6ad4a8
3 changed files with 18 additions and 9 deletions
|
@ -707,8 +707,8 @@ binds {
|
|||
// Mod+Shift+Space { switch-layout "prev"; }
|
||||
// reload waybar
|
||||
Mod+Shift+W {
|
||||
// spawn "systemctl" "--user" "restart" "waybar"
|
||||
spawn "killall" "-SIGUSR2" "waybar"
|
||||
spawn "systemctl" "--user" "restart" "waybar"
|
||||
// spawn "killall" "-SIGUSR2" "waybar"
|
||||
}
|
||||
Mod+S {
|
||||
screenshot
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"name": "leftbar",
|
||||
"width": 16,
|
||||
"position": "left",
|
||||
"modules-left": [
|
||||
"niri/workspaces"
|
||||
|
|
|
@ -20,16 +20,23 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.leftbar {
|
||||
min-width: 0;
|
||||
/* font-size: 9px; */
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @bg;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* width: 16px; */
|
||||
}
|
||||
|
||||
window.leftbar#waybar {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
/* min-width: 16px; */
|
||||
/* max-width: 16px; */
|
||||
}
|
||||
|
||||
|
@ -57,19 +64,20 @@ tooltip {
|
|||
#workspaces {
|
||||
background-color: transparent;
|
||||
/* background-color: @bg; */
|
||||
margin: 0;
|
||||
padding: 2px 4px;
|
||||
/* margin: 0; */
|
||||
/* padding: 2px 4px; */
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
all: initial;
|
||||
min-width: 0;
|
||||
box-shadow: none;
|
||||
padding: 0px 4px;
|
||||
/* padding: 0px 4px; */
|
||||
color: @fg;
|
||||
min-height: 16px;
|
||||
/* min-height: 16px; */
|
||||
/* width: 16px; */
|
||||
/* Sets a smaller minimum height */
|
||||
margin: 2px 0;
|
||||
/* margin: 2px 0; */
|
||||
/* line-height: 16px; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue