diff --git a/eww/eww.yuck b/eww/eww.yuck index 7350ff9..cd11727 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -169,16 +169,29 @@ (workspaces :monitor "DP-1")) (systray :pack_direction "ltr" :icon-size 20) (box :class "right" :orientation "h" :space-evenly false :halign "end" - (gametime)(space) - (wallpaper)(space) - (shader)(sep) - (mountpoint :label "/" :mount "/")(space) - (mountpoint :label "󰋊" :mount "/home/mbradley/hdd")(sep) (ram)(space) (cpu)(sep) (eth)(sep) (datetime)(sep) (power)))) +(defwidget above_bar [] + (centerbox :class "bar" :orientation "h" + (box :class "left" :orientation "h" :space-evenly false :halign "begin" + (workspaces :monitor "HDMI-A-1")(sep :class "no-left-pad") + (window)) + (systray :pack_direction "ltr" :icon-size 20) + (box :class "right" :orientation "h" :space-evenly false :halign "end" + (weather)(sep) + (gametime)(space) + (notifications)(space) + (color_selector)(space) + (wallpaper)(space) + (shader)(sep) + (wlan)(sep) + (mountpoint :label "/" :mount "/")(space) + (mountpoint :label "󰋊" :mount "/home/mbradley/hdd")(sep) + (volume)(sep) + (datetime)))) (defwidget laptop_bar [] (centerbox :class "bar" :orientation "h" diff --git a/eww/startup.sh b/eww/startup.sh index 9706527..57a365c 100755 --- a/eww/startup.sh +++ b/eww/startup.sh @@ -5,7 +5,7 @@ source ~/scripts/env_vars.sh eww daemon if [ "$(uname -n)" = "chonk" ]; then - eww open-many left right + eww open-many left right above else eww open laptop fi diff --git a/scripts/gametime.sh b/scripts/gametime.sh index 6747b68..b4a18dd 100755 --- a/scripts/gametime.sh +++ b/scripts/gametime.sh @@ -4,7 +4,7 @@ if [ "$#" -gt "1" ]; then exit 1 fi -MONITOR='DP-2' +MONITOR='DP-3' MOVE_MONITOR="keyword monitor ${MONITOR},1920x1080@165,-1000x1000,1" ROUNDING='keyword decoration:rounding 0'