14 changed files with 959 additions and 869 deletions
@ -1,156 +1,155 @@ |
|||||||
*{ |
*{ |
||||||
font-family: "JetBrainsMono Nerd Font"; |
font-family: "JetBrainsMono Nerd Font"; |
||||||
font-weight: bold; |
font-weight: bold; |
||||||
min-height: 0; |
min-height: 0; |
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
||||||
font-size: 98%; |
font-size: 98%; |
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
||||||
padding: 1px; |
padding: 1px; |
||||||
margin-top: 1px; |
margin-top: 1px; |
||||||
margin-bottom: 1px; |
margin-bottom: 1px; |
||||||
} |
} |
||||||
|
|
||||||
window#waybar { |
window#waybar { |
||||||
background: rgba(0, 0, 0, 0); |
background: rgba(0, 0, 0, 0); |
||||||
} |
} |
||||||
|
|
||||||
window#waybar.hidden { |
window#waybar.hidden { |
||||||
opacity: 0.5; |
opacity: 0.5; |
||||||
} |
} |
||||||
|
|
||||||
window#waybar.empty { |
window#waybar.empty { |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
|
|
||||||
window#waybar.empty #window { |
window#waybar.empty #window { |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin: 0px; |
margin: 0px; |
||||||
border: 0px; |
border: 0px; |
||||||
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
|
|
||||||
tooltip { |
tooltip { |
||||||
background: rgba(0, 0, 0, 0.6); |
background: rgba(0, 0, 0, 0.6); |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
} |
} |
||||||
|
|
||||||
tooltip label { |
tooltip label { |
||||||
color: #cba6f7; |
color: #cba6f7; |
||||||
margin-right: 2px; |
margin-right: 2px; |
||||||
margin-left: 2px; |
margin-left: 2px; |
||||||
} |
} |
||||||
|
|
||||||
/*-----module groups----*/ |
/*-----module groups----*/ |
||||||
.modules-right { |
.modules-right { |
||||||
background-color: rgba(0, 0, 0, 0.6); |
background-color: rgba(0, 0, 0, 0.6); |
||||||
border: 0px solid #b4befe; |
border: 0px solid #b4befe; |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
} |
} |
||||||
|
|
||||||
.modules-center { |
.modules-center { |
||||||
background-color: rgba(0, 0, 0, 0.6); |
background-color: rgba(0, 0, 0, 0.6); |
||||||
border: 0px solid #b4befe; |
border: 0px solid #b4befe; |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
} |
} |
||||||
|
|
||||||
.modules-left { |
.modules-left { |
||||||
background-color: rgba(0, 0, 0, 0.6); |
background-color: rgba(0, 0, 0, 0.6); |
||||||
border: 0px solid #b4befe; |
border: 0px solid #b4befe; |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
|
|
||||||
} |
} |
||||||
|
|
||||||
#workspaces button { |
#workspaces button { |
||||||
color: #6E6A86; |
color: #6E6A86; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button.active { |
#workspaces button.active { |
||||||
color: #cba6f7; |
color: #cba6f7; |
||||||
border-radius: 15px 15px 15px 15px; |
border-radius: 15px 15px 15px 15px; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button.focused { |
#workspaces button.focused { |
||||||
color: #d8dee9; |
color: #d8dee9; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button.urgent { |
#workspaces button.urgent { |
||||||
color: #11111b; |
color: #11111b; |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button:hover { |
#workspaces button:hover { |
||||||
color: #9CCFD8; |
color: #9CCFD8; |
||||||
border-radius: 15px; |
border-radius: 15px; |
||||||
} |
} |
||||||
|
|
||||||
#clock, |
#backlight, |
||||||
#battery, |
#battery, |
||||||
#cpu, |
#bluetooth, |
||||||
#memory, |
#cava, |
||||||
#disk, |
#clock, |
||||||
#temperature, |
#cpu, |
||||||
#network, |
#disk, |
||||||
#pulseaudio, |
#idle_inhibitor, |
||||||
#wireplumber, |
#keyboard-state label, |
||||||
#mode, |
#keyboard-state label.locked, |
||||||
#tray, |
#keyboard-state, |
||||||
#cava, |
#memory, |
||||||
#backlight, |
#mode, |
||||||
#window, |
#mpd, |
||||||
#idle_inhibitor, |
#network, |
||||||
#keyboard-state, |
#pulseaudio, |
||||||
#keyboard-state label, |
#taskbar button, |
||||||
#keyboard-state label.locked, |
#taskbar, |
||||||
#mpd, |
#temperature, |
||||||
#bluetooth, |
#tray, |
||||||
#taskbar, |
#window, |
||||||
#taskbar button, |
#wireplumber, |
||||||
#workspaces, |
#workspaces, |
||||||
#custom-light_dark, |
#custom-cycle_wall, |
||||||
#custom-updater, |
#custom-light_dark, |
||||||
#custom-menu, |
#custom-lock, |
||||||
#custom-cycle_wall, |
#custom-menu, |
||||||
#custom-power, |
#custom-power_vertical, |
||||||
#custom-spotify, |
#custom-power, |
||||||
#custom-weather, |
#custom-spotify, |
||||||
#custom-power, |
#custom-updater, |
||||||
#custom-lock, |
#custom-weather, |
||||||
#custom-weather.severe, |
#custom-weather.clearNight, |
||||||
#custom-weather.sunnyDay, |
#custom-weather.cloudyFoggyDay, |
||||||
#custom-weather.clearNight, |
#custom-weather.cloudyFoggyNight, |
||||||
#custom-weather.cloudyFoggyDay, |
#custom-weather.default |
||||||
#custom-weather.cloudyFoggyNight, |
#custom-weather.rainyDay, |
||||||
#custom-weather.rainyDay, |
#custom-weather.rainyNight, |
||||||
#custom-weather.rainyNight, |
#custom-weather.severe, |
||||||
#custom-weather.showyIcyDay, |
#custom-weather.showyIcyDay, |
||||||
#custom-weather.snowyIcyNight, |
#custom-weather.snowyIcyNight, |
||||||
#custom-weather.default, |
#custom-weather.sunnyDay { |
||||||
#idle_inhibitor { |
color: #cba7f7; |
||||||
color: #cba7f7; |
padding: 0px 10px; |
||||||
padding: 0px 10px; |
border-radius: 10px; |
||||||
border-radius: 10px; |
} |
||||||
} |
|
||||||
|
#temperature.critical { |
||||||
#temperature.critical { |
background-color: #ff0000; |
||||||
background-color: #ff0000; |
} |
||||||
} |
|
||||||
|
@keyframes blink { |
||||||
@keyframes blink { |
to { |
||||||
to { |
|
||||||
color: #000000; |
color: #000000; |
||||||
} |
|
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
#taskbar button.active { |
#taskbar button.active { |
||||||
background-color: #7f849c; |
background-color: #7f849c; |
||||||
} |
} |
||||||
|
|
||||||
#battery.critical:not(.charging) { |
#battery.critical:not(.charging) { |
||||||
color: #f53c3c; |
color: #f53c3c; |
||||||
animation-name: blink; |
animation-name: blink; |
||||||
animation-duration: 0.5s; |
animation-duration: 0.5s; |
||||||
animation-timing-function: linear; |
animation-timing-function: linear; |
||||||
animation-iteration-count: infinite; |
animation-iteration-count: infinite; |
||||||
animation-direction: alternate; |
animation-direction: alternate; |
||||||
} |
} |
||||||
@ -1,321 +1,327 @@ |
|||||||
*{ |
*{ |
||||||
font-family: "JetBrainsMono Nerd Font"; |
font-family: "JetBrainsMono Nerd Font"; |
||||||
font-weight: bold; |
font-weight: bold; |
||||||
min-height: 0; |
min-height: 0; |
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
||||||
font-size: 98%; |
font-size: 98%; |
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin-top: 1px; |
margin-top: 1px; |
||||||
margin-bottom: 1px; |
margin-bottom: 1px; |
||||||
} |
} |
||||||
|
|
||||||
|
|
||||||
window#waybar { |
window#waybar { |
||||||
/* background-color: rgba(26, 27, 38, 0.5); */ |
/* background-color: rgba(26, 27, 38, 0.5); */ |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
color: #ffffff; |
color: #ffffff; |
||||||
transition-property: background-color; |
transition-property: background-color; |
||||||
transition-duration: 0.5s; |
transition-duration: 0.5s; |
||||||
/* border-top: 8px transparent; */ |
/* border-top: 8px transparent; */ |
||||||
border-radius: 0px; |
border-radius: 0px; |
||||||
transition-duration: 0.5s; |
transition-duration: 0.5s; |
||||||
margin: 0px 0px; |
margin: 0px 0px; |
||||||
} |
} |
||||||
window#waybar.empty { |
window#waybar.empty { |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
window#waybar.empty #window { |
window#waybar.empty #window { |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin: 0px; |
margin: 0px; |
||||||
border: 0px; |
border: 0px; |
||||||
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
|
|
||||||
window#waybar.hidden { |
window#waybar.hidden { |
||||||
opacity: 0.1; |
opacity: 0.1; |
||||||
} |
} |
||||||
|
|
||||||
tooltip { |
tooltip { |
||||||
background: #1e1e2e; |
background: #1e1e2e; |
||||||
opacity: 0.8; |
opacity: 0.8; |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
border-width: 2px; |
border-width: 2px; |
||||||
border-style: solid; |
border-style: solid; |
||||||
border-color: #11111b; |
border-color: #11111b; |
||||||
} |
} |
||||||
|
|
||||||
tooltip label{ |
tooltip label{ |
||||||
color: #cdd6f4; |
color: #cdd6f4; |
||||||
} |
} |
||||||
#workspaces button { |
#workspaces button { |
||||||
padding: 0 0px; |
padding: 0 0px; |
||||||
color: #7984a4; |
color: #7984a4; |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
/* Use box-shadow instead of border so the text isn't offset */ |
/* Use box-shadow instead of border so the text isn't offset */ |
||||||
box-shadow: inset 0 -3px transparent; |
box-shadow: inset 0 -3px transparent; |
||||||
/* Avoid rounded borders under each workspace name */ |
/* Avoid rounded borders under each workspace name */ |
||||||
border: none; |
border: none; |
||||||
border-radius: 0; |
border-radius: 0; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button.focused { |
#workspaces button.focused { |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
#workspace button.hover { |
#workspace button.hover { |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
#workspaces button.active { |
#workspaces button.active { |
||||||
color: white; |
color: white; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button.urgent { |
#workspaces button.urgent { |
||||||
background-color: #eb4d4b; |
background-color: #eb4d4b; |
||||||
} |
} |
||||||
|
|
||||||
#clock, |
#backlight, |
||||||
#battery, |
#battery, |
||||||
#cpu, |
#bluetooth, |
||||||
#memory, |
#cava, |
||||||
#disk, |
#clock, |
||||||
#temperature, |
#cpu, |
||||||
#backlight, |
#disk, |
||||||
#network, |
#idle_inhibitor, |
||||||
#pulseaudio, |
#keyboard-state label, |
||||||
#wireplumber, |
#keyboard-state label.locked, |
||||||
#mode, |
#keyboard-state, |
||||||
#tray, |
#memory, |
||||||
#idle_inhibitor, |
#mode, |
||||||
#keyboard-state, |
#mpd, |
||||||
#mpd, |
#network, |
||||||
#cava, |
#pulseaudio, |
||||||
#bluetooth, |
#taskbar button, |
||||||
#taskbar, |
#taskbar, |
||||||
#workspaces, |
#temperature, |
||||||
#custom-light_dark, |
#tray, |
||||||
#custom-updater, |
#window, |
||||||
#custom-power, |
#wireplumber, |
||||||
#custom-lock, |
#workspaces, |
||||||
#custom-weather, |
#custom-cycle_wall, |
||||||
#window, |
#custom-light_dark, |
||||||
#custom-weather.severe, |
#custom-lock, |
||||||
#custom-weather.sunnyDay, |
#custom-menu, |
||||||
#custom-weather.clearNight, |
#custom-power_vertical, |
||||||
#custom-weather.cloudyFoggyDay, |
#custom-power, |
||||||
#custom-weather.cloudyFoggyNight, |
#custom-spotify, |
||||||
#custom-weather.rainyDay, |
#custom-updater, |
||||||
#custom-weather.rainyNight, |
#custom-weather, |
||||||
#custom-weather.showyIcyDay, |
#custom-weather.clearNight, |
||||||
#custom-weather.snowyIcyNight, |
#custom-weather.cloudyFoggyDay, |
||||||
#custom-weather.default { |
#custom-weather.cloudyFoggyNight, |
||||||
padding: 0px 10px; |
#custom-weather.default |
||||||
color: #e5e5e5; |
#custom-weather.rainyDay, |
||||||
/* color: #bf616a; */ |
#custom-weather.rainyNight, |
||||||
border-radius: 8px; |
#custom-weather.severe, |
||||||
background-color: rgba(50, 50, 50, 0.1); |
#custom-weather.showyIcyDay, |
||||||
border: 1px solid #b4befe; |
#custom-weather.snowyIcyNight, |
||||||
} |
#custom-weather.sunnyDay { |
||||||
|
padding: 0px 10px; |
||||||
#workspaces { |
color: #e5e5e5; |
||||||
border-radius: 6px; |
/* color: #bf616a; */ |
||||||
padding: 0px 6px; |
border-radius: 8px; |
||||||
border: 1px solid #b4befe; |
background-color: rgba(50, 50, 50, 0.1); |
||||||
} |
border: 1px solid #b4befe; |
||||||
|
} |
||||||
#cpu { |
|
||||||
color: #fb958b; |
#workspaces { |
||||||
padding: 3px; |
border-radius: 6px; |
||||||
border-radius: 8px; |
padding: 0px 6px; |
||||||
background-color: rgba(50, 50, 50, 0.1); |
border: 1px solid #b4befe; |
||||||
border: 1px solid #b4befe; |
} |
||||||
} |
|
||||||
|
#cpu { |
||||||
#custom-cycle_wall, |
color: #fb958b; |
||||||
#custom-updater { |
padding: 3px; |
||||||
color: #cba7f7; |
border-radius: 8px; |
||||||
padding: 3px; |
background-color: rgba(50, 50, 50, 0.1); |
||||||
border-radius: 8px; |
border: 1px solid #b4befe; |
||||||
background-color: rgba(50, 50, 50, 0.1); |
} |
||||||
border: 1px solid #b4befe; |
|
||||||
|
#custom-cycle_wall, |
||||||
} |
#custom-updater { |
||||||
|
color: #cba7f7; |
||||||
#custom-menu { |
padding: 3px; |
||||||
color: #FFFFFF; |
border-radius: 8px; |
||||||
padding: 6px; |
background-color: rgba(50, 50, 50, 0.1); |
||||||
padding-right: 6px; |
border: 1px solid #b4befe; |
||||||
border-radius: 8px; |
|
||||||
background-color: rgba(50, 50, 50, 0.1); |
} |
||||||
border: 1px solid #b4befe; |
|
||||||
} |
#custom-menu { |
||||||
|
color: #FFFFFF; |
||||||
#memory { |
padding: 6px; |
||||||
color: #ebcb8b; |
padding-right: 6px; |
||||||
} |
border-radius: 8px; |
||||||
|
background-color: rgba(50, 50, 50, 0.1); |
||||||
#custom-power { |
border: 1px solid #b4befe; |
||||||
color: #cc3436; |
} |
||||||
} |
|
||||||
|
#memory { |
||||||
#custom-launcher { |
color: #ebcb8b; |
||||||
background-color: #1b242b; |
} |
||||||
color: #6a92d7; |
|
||||||
border-radius: 6px; |
#custom-power { |
||||||
padding: 0 0px; |
color: #cc3436; |
||||||
} |
} |
||||||
|
|
||||||
#custom-weather.severe { |
#custom-launcher { |
||||||
color: #eb937d; |
background-color: #1b242b; |
||||||
} |
color: #6a92d7; |
||||||
|
border-radius: 6px; |
||||||
#custom-weather.sunny { |
padding: 0 0px; |
||||||
color: #c2ca76; |
} |
||||||
} |
|
||||||
|
#custom-weather.severe { |
||||||
#custom-weather.clearNight { |
color: #eb937d; |
||||||
color: #cad3f5; |
} |
||||||
} |
|
||||||
|
#custom-weather.sunny { |
||||||
#custom-weather.cloudyFoggyDay, |
color: #c2ca76; |
||||||
#custom-weather.cloudyFoggyNight { |
} |
||||||
color: #c2ddda; |
|
||||||
} |
#custom-weather.clearNight { |
||||||
|
color: #cad3f5; |
||||||
#custom-weather.rainyDay, |
} |
||||||
#custom-weather.rainyNight { |
|
||||||
color: #5aaca5; |
#custom-weather.cloudyFoggyDay, |
||||||
} |
#custom-weather.cloudyFoggyNight { |
||||||
|
color: #c2ddda; |
||||||
#custom-weather.showyIcyDay, |
} |
||||||
#custom-weather.snowyIcyNight { |
|
||||||
color: #d6e7e5; |
#custom-weather.rainyDay, |
||||||
} |
#custom-weather.rainyNight { |
||||||
|
color: #5aaca5; |
||||||
#custom-weather.default { |
} |
||||||
color: #ebecf0; |
|
||||||
} |
#custom-weather.showyIcyDay, |
||||||
|
#custom-weather.snowyIcyNight { |
||||||
/* If workspaces is the leftmost module, omit left margin */ |
color: #d6e7e5; |
||||||
.modules-left > widget:first-child > #workspaces { |
} |
||||||
margin-left: 0; |
|
||||||
} |
#custom-weather.default { |
||||||
|
color: #ebecf0; |
||||||
/* If workspaces is the rightmost module, omit right margin */ |
} |
||||||
.modules-right > widget:last-child > #workspaces { |
|
||||||
margin-right: 0; |
/* If workspaces is the leftmost module, omit left margin */ |
||||||
} |
.modules-left > widget:first-child > #workspaces { |
||||||
|
margin-left: 0; |
||||||
#pulseaudio { |
} |
||||||
color: #FFD580; |
|
||||||
} |
/* If workspaces is the rightmost module, omit right margin */ |
||||||
|
.modules-right > widget:last-child > #workspaces { |
||||||
#wireplumber { |
margin-right: 0; |
||||||
color: #FFD580; |
} |
||||||
} |
|
||||||
#backlight { |
#pulseaudio { |
||||||
/* color: #EBCB8B; */ |
color: #FFD580; |
||||||
color: #8fbcbb; |
} |
||||||
} |
|
||||||
|
#wireplumber { |
||||||
#clock { |
color: #FFD580; |
||||||
color: #90EE90; |
} |
||||||
/* background-color: #14141e; */ |
#backlight { |
||||||
} |
/* color: #EBCB8B; */ |
||||||
|
color: #8fbcbb; |
||||||
#battery { |
} |
||||||
color: #c0caf5; |
|
||||||
/* background-color: #90b1b1; */ |
#clock { |
||||||
} |
color: #90EE90; |
||||||
|
/* background-color: #14141e; */ |
||||||
#battery.charging, |
} |
||||||
#battery.full, |
|
||||||
#battery.plugged { |
#battery { |
||||||
color: #26a65b; |
color: #c0caf5; |
||||||
/* background-color: #26a65b; */ |
/* background-color: #90b1b1; */ |
||||||
} |
} |
||||||
|
|
||||||
@keyframes blink { |
#battery.charging, |
||||||
to { |
#battery.full, |
||||||
background-color: rgba(30, 34, 42, 0.5); |
#battery.plugged { |
||||||
color: #abb2bf; |
color: #26a65b; |
||||||
} |
/* background-color: #26a65b; */ |
||||||
} |
} |
||||||
|
|
||||||
#battery.critical:not(.charging) { |
@keyframes blink { |
||||||
color: #f53c3c; |
to { |
||||||
animation-name: blink; |
background-color: rgba(30, 34, 42, 0.5); |
||||||
animation-duration: 0.5s; |
color: #abb2bf; |
||||||
animation-timing-function: linear; |
} |
||||||
animation-iteration-count: infinite; |
} |
||||||
animation-direction: alternate; |
|
||||||
} |
#battery.critical:not(.charging) { |
||||||
|
color: #f53c3c; |
||||||
label:focus { |
animation-name: blink; |
||||||
background-color: #000000; |
animation-duration: 0.5s; |
||||||
} |
animation-timing-function: linear; |
||||||
|
animation-iteration-count: infinite; |
||||||
#disk { |
animation-direction: alternate; |
||||||
color: #f38ba8; |
} |
||||||
} |
|
||||||
|
label:focus { |
||||||
#bluetooth { |
background-color: #000000; |
||||||
color: #7287fd; |
} |
||||||
} |
|
||||||
|
#disk { |
||||||
#bluetooth.disconnected { |
color: #f38ba8; |
||||||
color: #f53c3c; |
} |
||||||
} |
|
||||||
|
#bluetooth { |
||||||
#network { |
color: #7287fd; |
||||||
color: #b48ead; |
} |
||||||
} |
|
||||||
|
#bluetooth.disconnected { |
||||||
#network.disconnected { |
color: #f53c3c; |
||||||
color: #f53c3c; |
} |
||||||
} |
|
||||||
|
#network { |
||||||
#custom-media { |
color: #b48ead; |
||||||
background-color: #66cc99; |
} |
||||||
color: #2a5c45; |
|
||||||
min-width: 100px; |
#network.disconnected { |
||||||
} |
color: #f53c3c; |
||||||
|
} |
||||||
#custom-media.custom-spotify { |
|
||||||
background-color: #66cc99; |
#custom-media { |
||||||
} |
background-color: #66cc99; |
||||||
|
color: #2a5c45; |
||||||
#custom-media.custom-vlc { |
min-width: 100px; |
||||||
background-color: #ffa000; |
} |
||||||
} |
|
||||||
|
#custom-media.custom-spotify { |
||||||
#temperature.critical { |
background-color: #66cc99; |
||||||
background-color: #eb4d4b; |
} |
||||||
} |
|
||||||
|
#custom-media.custom-vlc { |
||||||
#tray > .passive { |
background-color: #ffa000; |
||||||
-gtk-icon-effect: dim; |
} |
||||||
} |
|
||||||
|
#temperature.critical { |
||||||
#tray > .needs-attention { |
background-color: #eb4d4b; |
||||||
-gtk-icon-effect: highlight; |
} |
||||||
background-color: #eb4d4b; |
|
||||||
} |
#tray > .passive { |
||||||
|
-gtk-icon-effect: dim; |
||||||
#idle_inhibitor { |
} |
||||||
/*background-color: #2d3436;*/ |
|
||||||
} |
#tray > .needs-attention { |
||||||
|
-gtk-icon-effect: highlight; |
||||||
#idle_inhibitor.activated { |
background-color: #eb4d4b; |
||||||
/*background-color: #ecf0f1;*/ |
} |
||||||
color: #2dcc36; |
|
||||||
} |
#idle_inhibitor { |
||||||
|
/*background-color: #2d3436;*/ |
||||||
#temperature { |
} |
||||||
color: #ADD8E6; |
|
||||||
} |
#idle_inhibitor.activated { |
||||||
|
/*background-color: #ecf0f1;*/ |
||||||
#taskbar button.active { |
color: #2dcc36; |
||||||
background-color: #7f849c; |
} |
||||||
} |
|
||||||
|
#temperature { |
||||||
|
color: #ADD8E6; |
||||||
|
} |
||||||
|
|
||||||
|
#taskbar button.active { |
||||||
|
background-color: #7f849c; |
||||||
|
} |
||||||
|
|||||||
@ -1,83 +1,83 @@ |
|||||||
*{ |
*{ |
||||||
font-family: "JetBrainsMono Nerd Font"; |
font-family: "JetBrainsMono Nerd Font"; |
||||||
font-weight: bold; |
font-weight: bold; |
||||||
min-height: 0; |
min-height: 0; |
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
||||||
font-size: 98%; |
font-size: 98%; |
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin-top: 1px; |
margin-top: 1px; |
||||||
margin-bottom: 1px; |
margin-bottom: 1px; |
||||||
} |
} |
||||||
|
|
||||||
window#waybar { |
window#waybar { |
||||||
background: rgba(0, 0, 0, 0.7); |
background: rgba(0, 0, 0, 0.7); |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
} |
} |
||||||
window#waybar.empty { |
window#waybar.empty { |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
window#waybar.empty #window { |
window#waybar.empty #window { |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin: 0px; |
margin: 0px; |
||||||
border: 0px; |
border: 0px; |
||||||
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
} |
} |
||||||
|
|
||||||
#custom-menu, #workspaces { |
#custom-menu, #workspaces { |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
/*background-color: #11111b;*/ |
/*background-color: #11111b;*/ |
||||||
color: #b4befe; |
color: #b4befe; |
||||||
margin-right: 15px; |
margin-right: 15px; |
||||||
padding-left: 10px; |
padding-left: 10px; |
||||||
padding-right: 10px; |
padding-right: 10px; |
||||||
} |
} |
||||||
|
|
||||||
#workspaces button { |
#workspaces button { |
||||||
/*background: #11111b;*/ |
/*background: #11111b;*/ |
||||||
color: #b4befe; |
color: #b4befe; |
||||||
} |
} |
||||||
|
|
||||||
|
|
||||||
#clock, #backlight, #pulseaudio, #bluetooth, #network, #battery { |
#clock, #backlight, #pulseaudio, #bluetooth, #network, #battery { |
||||||
border-radius: 10px; |
border-radius: 10px; |
||||||
/*background-color: #11111b;*/ |
/*background-color: #11111b;*/ |
||||||
color: #cdd6f4; |
color: #cdd6f4; |
||||||
padding-left: 10px; |
padding-left: 10px; |
||||||
padding-right: 10px; |
padding-right: 10px; |
||||||
margin-right: 15px; |
margin-right: 15px; |
||||||
} |
} |
||||||
|
|
||||||
#backlight, #bluetooth { |
#backlight, #bluetooth { |
||||||
border-top-right-radius: 0; |
border-top-right-radius: 0; |
||||||
border-bottom-right-radius: 0; |
border-bottom-right-radius: 0; |
||||||
padding-right: 5px; |
padding-right: 5px; |
||||||
margin-right: 0 |
margin-right: 0 |
||||||
} |
} |
||||||
|
|
||||||
#pulseaudio, #network { |
#pulseaudio, #network { |
||||||
border-top-left-radius: 0; |
border-top-left-radius: 0; |
||||||
border-bottom-left-radius: 0; |
border-bottom-left-radius: 0; |
||||||
padding-left: 5px; |
padding-left: 5px; |
||||||
} |
} |
||||||
|
|
||||||
#clock, #custom-light_dark { |
#clock, #custom-light_dark { |
||||||
margin-right: 0; |
margin-right: 0; |
||||||
} |
} |
||||||
|
|
||||||
@keyframes blink { |
@keyframes blink { |
||||||
to { |
to { |
||||||
color: #000000; |
color: #000000; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
#battery.critical:not(.charging) { |
#battery.critical:not(.charging) { |
||||||
background-color: #f38ba8; |
background-color: #f38ba8; |
||||||
color: #f38ba8; |
color: #f38ba8; |
||||||
animation-name: blink; |
animation-name: blink; |
||||||
animation-duration: 0.5s; |
animation-duration: 0.5s; |
||||||
animation-timing-function: linear; |
animation-timing-function: linear; |
||||||
animation-iteration-count: infinite; |
animation-iteration-count: infinite; |
||||||
animation-direction: alternate; |
animation-direction: alternate; |
||||||
} |
} |
||||||
Loading…
Reference in new issue