diff --git a/waybar/style.css b/waybar/style.css index 0373ea6..7ca9b7e 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -28,25 +28,14 @@ /* COLORS */ /* Nord */ -@define-color bg #353C4A; +@define-color bg #000d21; @define-color light #eceff4; -@define-color dark #2e3440; -@define-color warning #ebcb8b; -@define-color critical #d08770; +@define-color warning #ffb726; +@define-color critical #ff3d00; @define-color mode #4c566a; @define-color workspaces @bg; -@define-color workspacesfocused #434C5E; -@define-color tray @workspacesfocused; -@define-color sound #46536A; -@define-color network #5D7096; -@define-color memory #546484; -@define-color cpu #596A8D; -@define-color temp #4D5C78; -@define-color layout #5e81ac; -@define-color battery #88c0d0; -@define-color date #2e3440; -@define-color time #3A4253; -@define-color backlight #3F495D; +@define-color workspacesfocused #5c5c5c; +@define-color tray @bg; /* Reset all styles */ * { @@ -60,7 +49,7 @@ /* The whole bar */ #waybar { background: @bg; - color: @light; + color: @bg; font-family: Noto Sans; font-size: 11px; font-weight: bold; @@ -72,7 +61,6 @@ #cpu, #custom-layout, #memory, -#mode, #network, #pulseaudio, #temperature, @@ -85,7 +73,6 @@ } /* Each module that should blink */ -#mode, #memory, #temperature, #battery { @@ -126,12 +113,6 @@ animation-duration: 3s; } -/* And now modules themselves in their respective order */ - -#mode { /* Shown current Sway mode (resize etc.) */ - color: @light; - background: @mode; -} /* Workspaces stuff */ @@ -145,7 +126,7 @@ padding-left: 5px; padding-right: 5px; color: @light; - background: @workspaces; + background: @bg; } #workspaces button.focused { @@ -163,30 +144,30 @@ } #network { - background: @network; + background: @bg; } #memory { - background: @memory; + background: @bg; } #cpu { - background: @cpu; + background: @bg; } #battery { - background: @battery; + background: @bg; } #clock.date { - background: @date; + background: @bg; } #clock.time { - background: @time; + background: @bg; } #tray { - background: @tray; + background: @bg; }