updated config files

This commit is contained in:
2021-11-16 23:45:19 +01:00
parent 103ca24eba
commit 171a12963f

View File

@@ -28,25 +28,14 @@
/* COLORS */ /* COLORS */
/* Nord */ /* Nord */
@define-color bg #353C4A; @define-color bg #000d21;
@define-color light #eceff4; @define-color light #eceff4;
@define-color dark #2e3440; @define-color warning #ffb726;
@define-color warning #ebcb8b; @define-color critical #ff3d00;
@define-color critical #d08770;
@define-color mode #4c566a; @define-color mode #4c566a;
@define-color workspaces @bg; @define-color workspaces @bg;
@define-color workspacesfocused #434C5E; @define-color workspacesfocused #5c5c5c;
@define-color tray @workspacesfocused; @define-color tray @bg;
@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;
/* Reset all styles */ /* Reset all styles */
* { * {
@@ -60,7 +49,7 @@
/* The whole bar */ /* The whole bar */
#waybar { #waybar {
background: @bg; background: @bg;
color: @light; color: @bg;
font-family: Noto Sans; font-family: Noto Sans;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
@@ -72,7 +61,6 @@
#cpu, #cpu,
#custom-layout, #custom-layout,
#memory, #memory,
#mode,
#network, #network,
#pulseaudio, #pulseaudio,
#temperature, #temperature,
@@ -85,7 +73,6 @@
} }
/* Each module that should blink */ /* Each module that should blink */
#mode,
#memory, #memory,
#temperature, #temperature,
#battery { #battery {
@@ -126,12 +113,6 @@
animation-duration: 3s; animation-duration: 3s;
} }
/* And now modules themselves in their respective order */
#mode { /* Shown current Sway mode (resize etc.) */
color: @light;
background: @mode;
}
/* Workspaces stuff */ /* Workspaces stuff */
@@ -145,7 +126,7 @@
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
color: @light; color: @light;
background: @workspaces; background: @bg;
} }
#workspaces button.focused { #workspaces button.focused {
@@ -163,30 +144,30 @@
} }
#network { #network {
background: @network; background: @bg;
} }
#memory { #memory {
background: @memory; background: @bg;
} }
#cpu { #cpu {
background: @cpu; background: @bg;
} }
#battery { #battery {
background: @battery; background: @bg;
} }
#clock.date { #clock.date {
background: @date; background: @bg;
} }
#clock.time { #clock.time {
background: @time; background: @bg;
} }
#tray { #tray {
background: @tray; background: @bg;
} }