From 983bfb52a200a94b17ad280e10eeeec7683affba Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 9 Aug 2026 01:21:53 -0400 Subject: start rewrite --- modules/user/desktop/apps/waybar/style.css | 68 ------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 modules/user/desktop/apps/waybar/style.css (limited to 'modules/user/desktop/apps/waybar/style.css') diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css deleted file mode 100644 index 86e5737..0000000 --- a/modules/user/desktop/apps/waybar/style.css +++ /dev/null @@ -1,68 +0,0 @@ -* { - border: none; - border-radius: 0; - font-family: 'FiraCode Nerd Font', monospace; - font-size: 10pt; - min-height: 0; -} - -window#waybar { - background: transparent; - color: #cdd6f4; -} - -tooltip { - background: #181825; - border: 2px solid #cba6f7; -} - -tooltip label { - color: #cdd6f4; -} - -.modules-left, .modules-center, .modules-right { - margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ -} - - -#workspaces button { - background: none; - box-shadow: none; - color: #6c7086; - min-width: 0px; - padding: 0; - padding-right: 1em; -} - -#workspaces button.visible { - color: #a6adc8; -} - -#workspaces button.focused { - color: #cba6f7; -} - -#workspaces button.urgent { - color: #f38ba8; -} - -#workspaces button:hover { - color: #cdd6f4; - text-shadow: inherit; -} - -#backlight, #battery, #language, #tray, #wireplumber { - padding-left: 1em; -} - -#backlight, #battery, #language, #wireplumber { - min-width: 1.5em; /* font weirdness */ -} - -#battery.critical { - color: #f38ba8; -} - -#battery.charging { - color: #a6e3a1; -} -- cgit v1.3.1