AutoYADM commit: 2025-03-08 14:15:03

This commit is contained in:
Daniel Fichtinger 2025-03-08 14:15:03 -05:00
parent e0ea6ad4a8
commit 79283aa3c7
2 changed files with 6 additions and 2 deletions

View file

@ -123,8 +123,12 @@
// LEFT BAR // LEFT BAR
{ {
"layer": "top", "layer": "top",
"mode": "overlay",
"exclusive": "false",
// "passthrough": true,
"gtk-layer-shell": true,
"name": "leftbar", "name": "leftbar",
"width": 16, "width": 14,
"position": "left", "position": "left",
"modules-left": [ "modules-left": [
"niri/workspaces" "niri/workspaces"

View file

@ -83,7 +83,7 @@ tooltip {
#workspaces button.focused { #workspaces button.focused {
border: none; border: none;
box-shadow: inset -2px 0 @red_ember; box-shadow: inset 2px 0 @red_ember;
} }
#workspaces button.urgent { #workspaces button.urgent {