waybar: update config

This commit is contained in:
Trianta 2024-07-29 03:59:46 -05:00
parent 6ece988c97
commit 0404379ed1
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{ {
"name": "main", "name": "main",
"layer": "bottom", "layer": "bottom",
"position": "top", "position": "bottom",
"height": 38, "height": 38,
"spacing": 0, "spacing": 0,
"output": "DP-1", "output": "DP-1",

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
case $(wofi -d -L 6 -l 3 -W 100 -x -490 -y 0 \ case $(wofi -d -L 6 -l 3 -W 100 -x -75 -y 1225 \
-D dynamic_lines=true << EOF | sed 's/^ *//' -D dynamic_lines=true << EOF | sed 's/^ *//'
Shutdown Shutdown
Reboot Reboot

View File

@ -10,11 +10,12 @@
} }
window#waybar { window#waybar {
background-color: alpha(@base, 0.6); background-color: transparent;
/*background-color: alpha(@base, 0.6);*/
border-radius: 6px; border-radius: 6px;
border: 0px solid @overlay0; border: 0px solid @overlay0;
padding-top: 2px; padding-top: 6px;
padding-bottom: 6px; padding-bottom: 2px;
} }
#workspaces button { #workspaces button {