Compare commits
3 commits
be33057591
...
9eeb0dcfbc
Author | SHA1 | Date | |
---|---|---|---|
9eeb0dcfbc | |||
9be63b1343 | |||
0d318db022 |
3 changed files with 7 additions and 20 deletions
23
eww/eww.yuck
23
eww/eww.yuck
|
@ -169,29 +169,16 @@
|
||||||
(workspaces :monitor "DP-1"))
|
(workspaces :monitor "DP-1"))
|
||||||
(systray :pack_direction "ltr" :icon-size 20)
|
(systray :pack_direction "ltr" :icon-size 20)
|
||||||
(box :class "right" :orientation "h" :space-evenly false :halign "end"
|
(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)
|
(ram)(space)
|
||||||
(cpu)(sep)
|
(cpu)(sep)
|
||||||
(eth)(sep)
|
(eth)(sep)
|
||||||
(datetime)(sep)
|
(datetime)(sep)
|
||||||
(power))))
|
(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 []
|
(defwidget laptop_bar []
|
||||||
(centerbox :class "bar" :orientation "h"
|
(centerbox :class "bar" :orientation "h"
|
||||||
|
|
|
@ -5,7 +5,7 @@ source ~/scripts/env_vars.sh
|
||||||
eww daemon
|
eww daemon
|
||||||
|
|
||||||
if [ "$(uname -n)" = "chonk" ]; then
|
if [ "$(uname -n)" = "chonk" ]; then
|
||||||
eww open-many left right above
|
eww open-many left right
|
||||||
else
|
else
|
||||||
eww open laptop
|
eww open laptop
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -4,7 +4,7 @@ if [ "$#" -gt "1" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MONITOR='DP-3'
|
MONITOR='DP-2'
|
||||||
MOVE_MONITOR="keyword monitor ${MONITOR},1920x1080@165,-1000x1000,1"
|
MOVE_MONITOR="keyword monitor ${MONITOR},1920x1080@165,-1000x1000,1"
|
||||||
ROUNDING='keyword decoration:rounding 0'
|
ROUNDING='keyword decoration:rounding 0'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue