From 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:47:36 -0400 Subject: remove old filesand bump nix-files --- home-config/waybar/style.css | 77 -------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 home-config/waybar/style.css (limited to 'home-config/waybar/style.css') diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css deleted file mode 100644 index 682a14e..0000000 --- a/home-config/waybar/style.css +++ /dev/null @@ -1,77 +0,0 @@ -* { - border: none; - border-radius: 0; - font-family: AnonymicePro Nerd Font; - font-size: 15px; - box-shadow: none; - text-shadow: none; - transition-duration: 0s; - color: white; -} - -#waybar { - background-color:rgba(0,0,0,0.25); - color: white; -} - -window { - color: rgba(217, 216, 216, 1); - background: rgba(35, 31, 32, 0.00); -} - -window#waybar.solo { - color: rgba(217, 216, 216, 1); - background: rgba(35, 31, 32, 0.85); -} - -#workspaces { - margin: 0 5px; -} - -#workspaces button { - padding: 0 5px; - color: rgba(217, 216, 216, 0.4); -} - -#workspaces button.visible { - color: rgba(217, 216, 216, 1); -} - -#workspaces button.active { - border-top: 3px solid rgba(217, 216, 216, 1); - border-bottom: 3px solid rgba(217, 216, 216, 0); -} - -#workspaces button.urgent { - color: rgba(238, 46, 36, 1); -} - -#mode, #battery, #cpu, #memory, #network, #bluetooth, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { - margin: 0px 6px 0px 10px; - min-width: 25px; -} - -#clock { - margin: 0px 16px 0px 10px; - min-width: 140px; -} - -#battery.warning #battery.num2.warning { - color: rgba(255, 210, 4, 1); -} - -#battery.critical #battery.bat2.critical { - color: rgba(238, 46, 36, 1); -} - -#battery.charging #battery.bat2.charging { - color: rgba(217, 216, 216, 1); -} - -#custom-storage.warning { - color: rgba(255, 210, 4, 1); -} - -#custom-storage.critical { - color: rgba(238, 46, 36, 1); -} -- cgit v1.3.1