AutoYADM commit: 2025-03-08 13:45:03
This commit is contained in:
parent
7a736d0e8b
commit
1ce3f8223b
3 changed files with 12 additions and 2 deletions
|
@ -707,7 +707,8 @@ binds {
|
|||
// Mod+Shift+Space { switch-layout "prev"; }
|
||||
// reload waybar
|
||||
Mod+Shift+W {
|
||||
spawn "systemctl" "--user" "restart" "waybar"
|
||||
// spawn "systemctl" "--user" "restart" "waybar"
|
||||
spawn "killall" "-SIGUSR2" "waybar"
|
||||
}
|
||||
Mod+S {
|
||||
screenshot
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
// LEFT BAR
|
||||
{
|
||||
"layer": "top",
|
||||
"name": "leftbar",
|
||||
"position": "left",
|
||||
"modules-left": [
|
||||
"niri/workspaces"
|
||||
|
|
|
@ -26,6 +26,13 @@ window#waybar {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
window.leftbar#waybar {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* max-width: 16px; */
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background-color: @bg;
|
||||
padding: 4px;
|
||||
|
@ -48,7 +55,8 @@ tooltip {
|
|||
}
|
||||
|
||||
#workspaces {
|
||||
background-color: @bg;
|
||||
background-color: transparent;
|
||||
/* background-color: @bg; */
|
||||
margin: 0;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue