Compare commits

...

3 commits

3 changed files with 7 additions and 20 deletions

View file

@ -169,29 +169,16 @@
(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"

View file

@ -5,7 +5,7 @@ source ~/scripts/env_vars.sh
eww daemon
if [ "$(uname -n)" = "chonk" ]; then
eww open-many left right above
eww open-many left right
else
eww open laptop
fi

View file

@ -4,7 +4,7 @@ if [ "$#" -gt "1" ]; then
exit 1
fi
MONITOR='DP-3'
MONITOR='DP-2'
MOVE_MONITOR="keyword monitor ${MONITOR},1920x1080@165,-1000x1000,1"
ROUNDING='keyword decoration:rounding 0'