aboutsummaryrefslogtreecommitdiff
path: root/home/rices/schrottkatze/eww/configDir/eww.yuck
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-10 12:13:51 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-10 12:13:51 +0200
commit68029c245778f066aff0aad1977b23f6d6f6c561 (patch)
tree9cbfa978795f88c7e7c4ed3d80a903ffaeda9464 /home/rices/schrottkatze/eww/configDir/eww.yuck
parent66888f3eea130323987ca9aa890085057b8ebd34 (diff)
Add schrottkatze rice: Eww status bars
Top bar (CPU, RAM, battery, systray, time, trans flag), bottom bar (workspaces, traveldings transit, Mullvad VPN, lesbian flag). Gruvbox CSS styling, Nushell scripts for battery and ICE train speed.
Diffstat (limited to 'home/rices/schrottkatze/eww/configDir/eww.yuck')
-rw-r--r--home/rices/schrottkatze/eww/configDir/eww.yuck36
1 files changed, 36 insertions, 0 deletions
diff --git a/home/rices/schrottkatze/eww/configDir/eww.yuck b/home/rices/schrottkatze/eww/configDir/eww.yuck
new file mode 100644
index 0000000..f6f20f5
--- /dev/null
+++ b/home/rices/schrottkatze/eww/configDir/eww.yuck
@@ -0,0 +1,36 @@
+(include "topBar/topBar.yuck")
+(include "bottomBar/bottomBar.yuck")
+
+(include "topBar/time.yuck")
+
+(defwindow streamUi
+ :monitor 0
+ :stacking "fg"
+ :wm-ignore true
+ :exclusive true
+ :geometry (geometry
+ :width "640px"
+ :height "100%"
+ :anchor "center right")
+ (centerbox
+ :style "padding: 0 3px"
+ :orientation "vertical"
+ (label :text "hi")
+ (label :text "hi")
+ (centerbox
+ :valign "end"
+ (box
+ :halign "start"
+ (systray
+ :icon-size 18
+ :spacing 3
+ )
+ )
+ (box)
+ (box
+ :halign "end"
+ (time)
+ )
+ )
+ )
+)