From 50fa28088e578dc11051bc55f7370591bf08d69a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 4 May 2024 21:20:08 -0400 Subject: [PATCH] waybar: remove separate css style --- homeManagerModules/apps/waybar/waybar.css | 87 ----------------------- 1 file changed, 87 deletions(-) delete mode 100644 homeManagerModules/apps/waybar/waybar.css diff --git a/homeManagerModules/apps/waybar/waybar.css b/homeManagerModules/apps/waybar/waybar.css deleted file mode 100644 index e6412638..00000000 --- a/homeManagerModules/apps/waybar/waybar.css +++ /dev/null @@ -1,87 +0,0 @@ -* { - border: none; - border-radius: 0; - font-family: "NotoSansMNerdFont"; - font-size: 14px; - font-weight: 600; -} - -window#waybar { - background: rgba (35, 38, 52, 0.0); - color: #FAFAFA; -} - -#workspaces button { - padding: 0px 5px; - margin: 0 0px; - color: #FAFAFA; -} - -#workspaces button.active, -#workspaces button.focused { - color: #ca9ee6; -} - -#submap, -#mode { - padding: 0 15px; - margin: 0 5px; - color: #e78284; -} - -#tags button { - padding: 0px 5px; - margin: 0 0px; - color: #FAFAFA; -} - -#tags button.focused { - color: #ca9ee6; -} - -#clock, -#battery, -#bluetooth, -#network, -#power-profiles-daemon, -#pulseaudio, -#wireplumber, -#inhibitor, -#custom-logout, -#tray { - padding: 0 7.5px; - margin: 0 5px; -} - -#battery { - color: #FAFAFA; -} - -#battery.charging { - color: #ca9ee6; -} - -#battery.critical:not(.charging) { - color: #e78284; -} - -#workspaces, -#mode, -#submap, -#tray, -#clock, -#hardware { - border-radius: 10; - background: rgba (35, 38, 52, 0.8); - margin: 5px 10px 0px 10px; - padding: 0px 10px 0px 10px; -} - -#clock { - padding: 0px 20px 0px 20px; -} -#submap, -#mode { - color: #FAFAFA; - background: rgba(231, 130, 132, 0.8); -} \ No newline at end of file