diff --git a/waybar/config b/waybar/config index ca64fcb..1294554 100755 --- a/waybar/config +++ b/waybar/config @@ -2,7 +2,7 @@ { "name": "main", "layer": "bottom", - "position": "top", + "position": "bottom", "height": 38, "spacing": 0, "output": "DP-1", diff --git a/waybar/scripts/poweroff.sh b/waybar/scripts/poweroff.sh index 3eeed85..22bb85e 100755 --- a/waybar/scripts/poweroff.sh +++ b/waybar/scripts/poweroff.sh @@ -1,5 +1,5 @@ #!/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/^ *//' Shutdown Reboot diff --git a/waybar/style.css b/waybar/style.css index f58a240..7ff393e 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,11 +10,12 @@ } window#waybar { - background-color: alpha(@base, 0.6); + background-color: transparent; + /*background-color: alpha(@base, 0.6);*/ border-radius: 6px; border: 0px solid @overlay0; - padding-top: 2px; - padding-bottom: 6px; + padding-top: 6px; + padding-bottom: 2px; } #workspaces button {