working on eww

This commit is contained in:
2026-03-11 19:32:01 +01:00
parent dc946a1c39
commit 1e40ebcc9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* Catppuccin Mocha theme for EWW */
:root {
root {
--base: #1e1e2e;
--mantle: #181825;
--crust: #11111b;
+1 -1
View File
@@ -65,7 +65,7 @@
(if (string-empty? network-essid)
(eww update network_label="Disconnected !eww reload
")
(eww update network_label=(strfmt "W ({}%)" network-essid)))
(eww update network_label=(strfmt "Wifi" network-essid)))
;; Update clock
(eww update clock_label=(strftime "%a, %d %b %Y - %H:%M"))