From 56082af20a8712570edd6ed523baad4755ecd241 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sun, 14 Jun 2026 19:29:33 +0300 Subject: init --- config/waybar/style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 config/waybar/style.css (limited to 'config/waybar/style.css') diff --git a/config/waybar/style.css b/config/waybar/style.css new file mode 100644 index 000000000..77670841e --- /dev/null +++ b/config/waybar/style.css @@ -0,0 +1,49 @@ +* { + font-size: 12px; + min-height: 1px; +} +#waybar { + font-family: "Inter Variable", "PxPlus IBM VGA8", "Symbols Nerd Font Mono"; + background: #24273a; +} + +#clock, +#hyprland-language, +#pulseaudio, +#network, +#memory, +#cpu, +#language, +/*#pulseaudio,*/ +#tray, +#workspaces button { + padding: 4px 12px; + border-radius: 6px; + background: #363a4f; + color: #cad3f5; + /* border-bottom: 1px solid #b7bdf8; */ + margin: 0 2px; +} +#pulseaudio { + margin-right: 1px; +} +#workspaces { + margin-left: -1px; +} + +#tray { + margin-right: 1px; + margin-left: 3px; +} + +#language { + min-width: 14px; +} + +#workspaces button.empty { + background: #1e2030; +} + +#workspaces button.active { + background: #6e738d; +} -- cgit v1.3-3-g829e