Compare commits
No commits in common. "9eeb0dcfbcc149dc8f16f0b0e2a3f10f4788b1e6" and "be3305759100aa66cbf6e9f6f86d8c4022a1f734" have entirely different histories.
9eeb0dcfbc
...
be33057591
3 changed files with 20 additions and 7 deletions
23
eww/eww.yuck
23
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue