From 4f7f90ec72e9ece7556bcc34df63c8b1b62e2337 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 Nov 2023 19:47:03 +0900 Subject: Renamed waybar styles, rofi size increase --- config/hypr/scripts/WaybarStyles.sh | 12 +- config/rofi/config.rasi | 6 +- config/waybar/style/style-Black-&-White.css | 188 +++++++++++++++ config/waybar/style/style-b&w.css | 180 --------------- config/waybar/style/style-colorful.css | 256 +++++++++++++++++++++ config/waybar/style/style-colors-border.css | 328 ++++++++++++++++++++++++++ config/waybar/style/style-colors-line.css | 177 ++++++++++++++ config/waybar/style/style-colors.css | 342 ++++++++++++++++++++++++++++ config/waybar/style/style-dark.css | 6 +- config/waybar/style/style-default.css | 328 -------------------------- config/waybar/style/style-default_alter.css | 342 ---------------------------- config/waybar/style/style-rgb.css | 256 --------------------- config/waybar/style/style-uline.css | 177 -------------- 13 files changed, 1308 insertions(+), 1290 deletions(-) create mode 100644 config/waybar/style/style-Black-&-White.css delete mode 100644 config/waybar/style/style-b&w.css create mode 100644 config/waybar/style/style-colorful.css create mode 100644 config/waybar/style/style-colors-border.css create mode 100644 config/waybar/style/style-colors-line.css create mode 100644 config/waybar/style/style-colors.css delete mode 100644 config/waybar/style/style-default.css delete mode 100644 config/waybar/style/style-default_alter.css delete mode 100644 config/waybar/style/style-rgb.css delete mode 100644 config/waybar/style/style-uline.css diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 2a8fc51a..111d16ef 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -4,7 +4,17 @@ THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/') # Array for the styles -STYLES=("pywal" "default" "b&w" "rgb" "default_alter" "mauve" "light" "dark" "uline") +STYLES=( +"pywal" +"dark" +"light" +"Black-&-White" +"colors" +"colors-border" +"colors-line" +"colorful" +"mauve" + ) # Build ROFI SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}") diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index c92eed9a..c131543b 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,8 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 30%; - height: 30%; + width: 35%; + height: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 10; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/waybar/style/style-Black-&-White.css b/config/waybar/style/style-Black-&-White.css new file mode 100644 index 00000000..41d930f8 --- /dev/null +++ b/config/waybar/style/style-Black-&-White.css @@ -0,0 +1,188 @@ +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background: transparent; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +window > box { + /*margin: 1px 2px 2px;*/ + background: rgba(0, 0, 0, 0); + border-bottom: 1px solid rgba(0, 0, 0, 0); + color: white; +} + +window { + /*font-weight: bold;*/ +} + +tooltip { + color: white; + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: white; +} + +tooltip label{ + color: #cdd6f4; +} +/*-----module groups----*/ +.modules-right { + background-color: black; + /*margin: 2px 10px 0 0;*/ + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +.modules-center { + background-color: black;; + /*margin: 2px 0 0 0;*/ + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +.modules-left { + /*margin: 2px 0 0 5px;*/ + background-color: black; + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +/*-----modules indv----*/ +#workspaces button { + padding: 0px 0px; + background-color: transparent; +} +#workspaces button:hover { + box-shadow: inherit; + background-color: rgba(0,153,153,0); +} + +#workspaces button.focused { + background-color: rgba(0,85,102,0); +} +#workspaces button.active { + color: white; + background-color: rgba(191, 191, 191,0.1); + /*box-shadow:inherit;*/ +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 6px; +} +#mode { + color: #cc3436; + font-weight: bold; +} +#custom-power { + /*background-color: rgba(0,119,179,0.6);*/ + /*border-radius: 50px;*/ + margin: 5px 5px; + padding: 1px 3px; +} +/*-----Indicators----*/ +#idle_inhibitor.activated { + color: #2dcc36; +} +#pulseaudio.muted { + color: #cc3436; +} +#temperature.critical { + color: #cc3436; +} + +#waybar { + background-color: #282828; + color: #d8d8d8; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#taskbar button.active { + background-color: #7f849c; +} +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} diff --git a/config/waybar/style/style-b&w.css b/config/waybar/style/style-b&w.css deleted file mode 100644 index 7c61d067..00000000 --- a/config/waybar/style/style-b&w.css +++ /dev/null @@ -1,180 +0,0 @@ -*{ -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background: transparent; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -window > box { - /*margin: 1px 2px 2px;*/ - background: rgba(0, 0, 0, 0); - border-bottom: 1px solid rgba(0, 0, 0, 0); - color: white; -} - -window { - /*font-weight: bold;*/ -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} -/*-----module groups----*/ -.modules-right { - background-color: rgba(0,43,51,0.3); - /*margin: 2px 10px 0 0;*/ - border: 1px solid #cba6f7; - border-radius: 8px; -} -.modules-center { - background-color: rgba(0,43,51,0.3); - /*margin: 2px 0 0 0;*/ - border: 1px solid #cba6f7; - border-radius: 8px; -} -.modules-left { - /*margin: 2px 0 0 5px;*/ - background-color: rgba(0,43,51,0.3); - border: 1px solid #cba6f7; - border-radius: 8px; -} -/*-----modules indv----*/ -#workspaces button { - padding: 0px 0px; - background-color: transparent; -} -#workspaces button:hover { - box-shadow: inherit; - background-color: rgba(0,153,153,0); -} - -#workspaces button.focused { - background-color: rgba(0,85,102,0); -} -#workspaces button.active { - background-color: rgba(191, 191, 191,0.1); - /*box-shadow:inherit;*/ -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 6px; -} -#mode { - color: #cc3436; - font-weight: bold; -} -#custom-power { - /*background-color: rgba(0,119,179,0.6);*/ - /*border-radius: 50px;*/ - margin: 5px 5px; - padding: 1px 3px; -} -/*-----Indicators----*/ -#idle_inhibitor.activated { - color: #2dcc36; -} -#pulseaudio.muted { - color: #cc3436; -} -#temperature.critical { - color: #cc3436; -} - -#waybar { - background-color: #282828; - color: #d8d8d8; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#taskbar button.active { - background-color: #7f849c; -} -#waybar.empty, #waybar.tiled, #waybar.floating { - background-color: transparent; -} diff --git a/config/waybar/style/style-colorful.css b/config/waybar/style/style-colorful.css new file mode 100644 index 00000000..9f9718a8 --- /dev/null +++ b/config/waybar/style/style-colorful.css @@ -0,0 +1,256 @@ +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 0px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + /* Transparent waybar. Make sure to comment out background-color: and border: */ + background-color: rgba(0,0,0,0); + /* background-color: #1e1e2e; */ + /* border: 2px solid #313244; */ + transition-property: background-color; + transition-duration: .5s; +} + +window#waybar.hidden { + opacity: 0.5; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + border-radius: 8px; + margin: 4px 1px; + padding: 0px 4px; + color: #3A3B3C; + border: 1px solid #b4befe; +} + +#backlight { + background-color: #cba6f7; +} + +#taskbar { + color: #ffffff; +} + +#taskbar button.active { + background-color: #7f849c; +} + +#battery { + background-color: #f9e2af; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#battery.critical:not(.charging) { + background-color: #f38ba8; + color: #f38ba8; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#clock { + background-color: #a6e3a1; +} + +#keyboard-state, +#keyboard-state label, +#keyboard-state label.locked, +#cpu { + background-color: #89dceb; +} + +#memory { + background-color: #eba0ac; +} + +#disk { + background-color: #b4befe; +} + +#tray { + background-color: #b4befe; +} +#tray > .passive { + -gtk-icon-effect: dim; +} +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} + +#workspaces button { + border-radius: 8px; + background-color: #d9e0ee; + color: #3A3B3C; +} + +#workspaces button.active { + background-color: #eba0ac; + color: #3A3B3C; +} + +#taskbar button { + border-radius: 8px; + background-color: #74c7ec; + color: #3A3B3C; +} + +#taskbar button.active { + background-color: #b4befe; + color: #3A3B3C; +} +#custom-menu { + background-color: #f5c2e7; + /*padding: 1px;*/ + padding-right: 10px; + border-radius: 8px; + color: #3A3B3C; + border: 1px solid #b4befe; +} + +#custom-power { + background-color: #f38ba8; +} + +#custom-updater { + background-color: #e6ed7b; +} + +#custom-cycle_wall { + background-color: #94e2d5; +} + +#custom-weather { + background-color: #cba6f7; +} + +#wireplumber { + background-color: #a6e3a1; +} + +#wireplumber.muted { + background-color: #313244; + color: #cdd6f4; +} + +#custom-lock { + background-color: #89dceb; +} + +#temperature { + background-color: #86b4fa; +} + +#custom-power_vertical, +#custom-light_dark, +#idle_inhibitor { + background-color: #86b4fa; +} + +#bluetooth { + background-color: #89dceb; +} +#window { + background-color: #89dceb; +} + +#pulseaudio { + background-color: #fab387; +} + +#pulseaudio.bluetooth { + background-color: #f5c2e7; +} +#pulseaudio.muted { + background-color: #313244; + color: #cdd6f4; +} + +#network { + background-color: #89b4fa; +} +#network.disconnected,#network.disabled { + background-color: #313244; + color: #cdd6f4; +} diff --git a/config/waybar/style/style-colors-border.css b/config/waybar/style/style-colors-border.css new file mode 100644 index 00000000..5e5bbb08 --- /dev/null +++ b/config/waybar/style/style-colors-border.css @@ -0,0 +1,328 @@ +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 0px; +margin-top: 1px; +margin-bottom: 1px; +} + + +window#waybar { + /* background-color: rgba(26, 27, 38, 0.5); */ + background-color: transparent; + color: #ffffff; + transition-property: background-color; + transition-duration: 0.5s; + /* border-top: 8px transparent; */ + border-radius: 0px; + transition-duration: 0.5s; + margin: 0px 0px; +} +window#waybar.empty { + background-color: transparent; +} +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +window#waybar.hidden { + opacity: 0.1; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} +#workspaces button { + padding: 0 0px; + color: #7984a4; + background-color: transparent; + /* Use box-shadow instead of border so the text isn't offset */ + box-shadow: inset 0 -3px transparent; + /* Avoid rounded borders under each workspace name */ + border: none; + border-radius: 0; +} + +#workspaces button.focused { + background-color: transparent; +} +#workspace button.hover { + background-color: transparent; +} +#workspaces button.active { + color: white; +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 10px; + color: #e5e5e5; + /* color: #bf616a; */ + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#workspaces { + border-radius: 6px; + padding: 0px 6px; + border: 1px solid #b4befe; +} + +#cpu { + color: #fb958b; + padding: 3px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#custom-cycle_wall, +#custom-updater { + color: #cba7f7; + padding: 3px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; + +} + +#custom-menu { + color: #FFFFFF; + padding: 6px; + padding-right: 6px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#memory { + color: #ebcb8b; +} + +#custom-power { + color: #cc3436; +} + +#custom-launcher { + background-color: #1b242b; + color: #6a92d7; + border-radius: 6px; + padding: 0 0px; +} + +#custom-weather.severe { + color: #eb937d; +} + +#custom-weather.sunny { + color: #c2ca76; +} + +#custom-weather.clearNight { + color: #cad3f5; +} + +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight { + color: #c2ddda; +} + +#custom-weather.rainyDay, +#custom-weather.rainyNight { + color: #5aaca5; +} + +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight { + color: #d6e7e5; +} + +#custom-weather.default { + color: #ebecf0; +} + +/* If workspaces is the leftmost module, omit left margin */ +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +/* If workspaces is the rightmost module, omit right margin */ +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#pulseaudio { + color: #FFD580; +} + +#wireplumber { + color: #FFD580; +} +#backlight { + /* color: #EBCB8B; */ + color: #8fbcbb; +} + +#clock { + color: #90EE90; + /* background-color: #14141e; */ +} + +#battery { + color: #c0caf5; + /* background-color: #90b1b1; */ +} + +#battery.charging, +#battery.full, +#battery.plugged { + color: #26a65b; + /* background-color: #26a65b; */ +} + +@keyframes blink { + to { + background-color: rgba(30, 34, 42, 0.5); + color: #abb2bf; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +label:focus { + background-color: #000000; +} + +#disk { + color: #f38ba8; +} + +#bluetooth { + color: #7287fd; +} + +#bluetooth.disconnected { + color: #f53c3c; +} + +#network { + color: #b48ead; +} + +#network.disconnected { + color: #f53c3c; +} + +#custom-media { + background-color: #66cc99; + color: #2a5c45; + min-width: 100px; +} + +#custom-media.custom-spotify { + background-color: #66cc99; +} + +#custom-media.custom-vlc { + background-color: #ffa000; +} + +#temperature.critical { + background-color: #eb4d4b; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} + +#tray > .needs-attention { + -gtk-icon-effect: highlight; + background-color: #eb4d4b; +} + +#idle_inhibitor { + /*background-color: #2d3436;*/ +} + +#idle_inhibitor.activated { + /*background-color: #ecf0f1;*/ + color: #2dcc36; +} + +#temperature { + color: #ADD8E6; +} + +#taskbar button.active { + background-color: #7f849c; +} diff --git a/config/waybar/style/style-colors-line.css b/config/waybar/style/style-colors-line.css new file mode 100644 index 00000000..4869d805 --- /dev/null +++ b/config/waybar/style/style-colors-line.css @@ -0,0 +1,177 @@ +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background:rgba (0, 0, 0, 0.5); + border-radius: 20px 20px 20px 20px; +} + +#workspaces button { + /*padding: 2px 0px;*/ + border-bottom: 1px; + color: #eceff4; + border-color: #d8dee9; + border-style: solid; + margin-top:2px; +} + +#workspaces button.active { + border-color: #81a1c1; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 1px 4px; + border-bottom: 1px; + border-style: solid; +} + +/* ----------------------------------------------------------------------------- + * Module styles + * -------------------------------------------------------------------------- */ + + +#clock { + color:#a3be8c; +} + +#backlight { + color: #ebcb8b; +} + +#battery { + color: #d8dee9; +} + +#battery.charging { + color: #81a1c1; +} + +@keyframes blink { + to { + color: #4c566a; + background-color: #eceff4; + } +} + +#battery.critical:not(.charging) { + background: #bf616a; + color: #eceff4; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#cpu { + color:#a3be8c ; +} + +#memory { + color: #d3869b; +} + +#network.disabled { + color:#bf616a; +} + +#network{ + color:#a3be8c; +} + +#network.disconnected { + color: #bf616a; +} + +#pulseaudio { + color: #b48ead; +} + +#pulseaudio.muted { + color: #3b4252; +} + +#temperature { + color: #8fbcbb; +} + +#temperature.critical { + color: #bf616a; +} + +#idle_inhibitor { + color: #ebcb8b; +} + +#tray { +} + +#custom-menu, +#custom-power{ + color: #cba6f7; + margin-top:2px; +} + +#window{ + border-style: hidden; + margin-top:1px; +} +#bluetooth{ + color:#d08770; +} +#custom-weather{ + color:#d08770; +} + + diff --git a/config/waybar/style/style-colors.css b/config/waybar/style/style-colors.css new file mode 100644 index 00000000..d2733705 --- /dev/null +++ b/config/waybar/style/style-colors.css @@ -0,0 +1,342 @@ +@define-color critical #ff0000; /* critical color */ +@define-color warning #f3f809; /* warning color */ +@define-color fgcolor #ffffff; /* foreground color */ +@define-color bgcolor #303030; /* background color */ +@define-color bgcolor #222436; /* background color */ +@define-color alert #df3320; + +@define-color accent1 #ff7a93; +@define-color accent2 #b9f27c; +@define-color accent3 #ff9e64; +@define-color accent4 #bb9af7; +@define-color accent5 #7da6ff; +@define-color accent6 #0db9d7; + +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 0px; +margin-top: 1px; +margin-bottom: 1px; +} + +/* icons start at U+E900 in Jetbrains mono in gucharmap */ + +window#waybar { + background-color: rgba(50, 50, 50, 0.0); + /*background-color: @bgcolor;*/ + /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ + color: #ffffff; + transition-property: background-color; + transition-duration: .5s; + border-radius: 0; +} + +window#waybar.hidden { + opacity: 0.1; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} + +#workspaces button { + padding: 0 0 0 0; + margin: 0 0 0 0; + background-color: transparent; + color: #ffffff; + /*min-width: 36px;*/ + /* Use box-shadow instead of border so the text isn't offset */ + /* box-shadow: inset 0 -3px transparent;*/ + /* border-radius: 0px; */ +} + +#workspaces button.active { + padding: 0 0 0 0; + margin: 0 0 0 0; + background-color: transparent; + color: #D3D3D3; + /*min-width: 36px;*/ + /* Use box-shadow instead of border so the text isn't offset */ + /* box-shadow: inset 0 -3px transparent;*/ + /* border-radius: 0px; */ +} + +/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ +#workspaces button:hover { + background: rgba(0, 0, 0, 0.2); + /* box-shadow: inset 0 -3px #ffffff; */ +} + +#workspaces button.focused { + background-color: #bbccdd; + color: #323232; + /* box-shadow: inset 0 -3px #ffffff; */ +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + +#mode { + background-color: #64727D; + border-bottom: 3px solid #ffffff; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 10px; + /*margin: 4px 3px 5px 3px;*/ + /*color: @fgcolor;*/ + /* background-color: #bbccdd; */ + background-color:transparent; +} + +#window, +#workspaces { + margin: 0 4px; +} + +/* If workspaces is the leftmost module, omit left margin */ +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +/* If workspaces is the rightmost module, omit right margin */ +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#clock { + color: @accent2; +} + +#custom-updater { + color: #7287fd; +} + +#battery { + color: @accent5; +} + +/* #battery.charging { + color: #ffffff; + background-color: #26A65B; +} */ + +@keyframes blink { + to { + background-color: #ffffff; + color: #333333; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +label:focus { + background-color: #000000; +} + +#custom-menu{ + color: #FFFFFF; + /*padding: 3px;*/ +} + +#cpu { + color: @accent1; +} + +#memory { + color: @accent3; +} + +#backlight { + color: #cdd6f4; +} + +#bluetooth { + color: #1e66f5; +} + +#network { + color: @accent3; +} + +#network.disconnected { + color: @alert; +} + +#pulseaudio { + color: @accent4; +} + +#pulseaudio-muted { + color: @accent2; +} +#wireplumber { + color: @accent4; +} + +#wireplumber-muted { + color: @accent2; +} + +#pluseaudio-source-muted{ + color: #a0a0a0; +} + +#custom-power { + color: #cc3436; +} + +#disk { + color: @accent5; +} +#custom-power_profile { + color: @accent3; +} +#custom-media { + background-color: #66cc99; + color: #2a5c45; + min-width: 100px; +} + +#custom-weather { + color: #66cc99; +} + +#custom-lock { + color: #ffa000; +} + +#temperature { + color: @accent6; + /* background-color: #f0932b; */ +} + +#temperature.critical { + background-color: @critical; +} + +#tray { + /* background-color: #505050; */ +} + +#idle_inhibitor { + color: #f9e2af; + /*background-color: #2d3436;*/ +} + +#idle_inhibitor.activated { + /*background-color: #ecf0f1;*/ + color: #2dcc36; + /*color: #2d3436;*/ +} + +#taskbar button.active { + background-color: #7f849c; +} + +#mpd { + color: #2a5c45; +} + +#mpd.disconnected { + background-color: #f53c3c; +} + +#mpd.stopped { + background-color: #90b1b1; +} + +#mpd.paused { + background-color: #51a37a; +} + +#custom-language { + /* background: #bbccdd; + color: #333333; + padding: 0 5px; + margin: 4px 3px 6px 3px; */ + color: @accent5; + min-width: 16px; +} + +#custom-separator { + color: #606060; + margin: 0 1px; + padding-bottom: 5px; +} diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css index ac688ecc..9ca82fb0 100644 --- a/config/waybar/style/style-dark.css +++ b/config/waybar/style/style-dark.css @@ -43,19 +43,19 @@ tooltip label { /*-----module groups----*/ .modules-right { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; } .modules-center { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; } .modules-left { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; diff --git a/config/waybar/style/style-default.css b/config/waybar/style/style-default.css deleted file mode 100644 index 5e5bbb08..00000000 --- a/config/waybar/style/style-default.css +++ /dev/null @@ -1,328 +0,0 @@ -*{ -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; -margin-top: 1px; -margin-bottom: 1px; -} - - -window#waybar { - /* background-color: rgba(26, 27, 38, 0.5); */ - background-color: transparent; - color: #ffffff; - transition-property: background-color; - transition-duration: 0.5s; - /* border-top: 8px transparent; */ - border-radius: 0px; - transition-duration: 0.5s; - margin: 0px 0px; -} -window#waybar.empty { - background-color: transparent; -} -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -window#waybar.hidden { - opacity: 0.1; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} -#workspaces button { - padding: 0 0px; - color: #7984a4; - background-color: transparent; - /* Use box-shadow instead of border so the text isn't offset */ - box-shadow: inset 0 -3px transparent; - /* Avoid rounded borders under each workspace name */ - border: none; - border-radius: 0; -} - -#workspaces button.focused { - background-color: transparent; -} -#workspace button.hover { - background-color: transparent; -} -#workspaces button.active { - color: white; -} - -#workspaces button.urgent { - background-color: #eb4d4b; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 10px; - color: #e5e5e5; - /* color: #bf616a; */ - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#workspaces { - border-radius: 6px; - padding: 0px 6px; - border: 1px solid #b4befe; -} - -#cpu { - color: #fb958b; - padding: 3px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#custom-cycle_wall, -#custom-updater { - color: #cba7f7; - padding: 3px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; - -} - -#custom-menu { - color: #FFFFFF; - padding: 6px; - padding-right: 6px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#memory { - color: #ebcb8b; -} - -#custom-power { - color: #cc3436; -} - -#custom-launcher { - background-color: #1b242b; - color: #6a92d7; - border-radius: 6px; - padding: 0 0px; -} - -#custom-weather.severe { - color: #eb937d; -} - -#custom-weather.sunny { - color: #c2ca76; -} - -#custom-weather.clearNight { - color: #cad3f5; -} - -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight { - color: #c2ddda; -} - -#custom-weather.rainyDay, -#custom-weather.rainyNight { - color: #5aaca5; -} - -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight { - color: #d6e7e5; -} - -#custom-weather.default { - color: #ebecf0; -} - -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - -#pulseaudio { - color: #FFD580; -} - -#wireplumber { - color: #FFD580; -} -#backlight { - /* color: #EBCB8B; */ - color: #8fbcbb; -} - -#clock { - color: #90EE90; - /* background-color: #14141e; */ -} - -#battery { - color: #c0caf5; - /* background-color: #90b1b1; */ -} - -#battery.charging, -#battery.full, -#battery.plugged { - color: #26a65b; - /* background-color: #26a65b; */ -} - -@keyframes blink { - to { - background-color: rgba(30, 34, 42, 0.5); - color: #abb2bf; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -label:focus { - background-color: #000000; -} - -#disk { - color: #f38ba8; -} - -#bluetooth { - color: #7287fd; -} - -#bluetooth.disconnected { - color: #f53c3c; -} - -#network { - color: #b48ead; -} - -#network.disconnected { - color: #f53c3c; -} - -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-media.custom-spotify { - background-color: #66cc99; -} - -#custom-media.custom-vlc { - background-color: #ffa000; -} - -#temperature.critical { - background-color: #eb4d4b; -} - -#tray > .passive { - -gtk-icon-effect: dim; -} - -#tray > .needs-attention { - -gtk-icon-effect: highlight; - background-color: #eb4d4b; -} - -#idle_inhibitor { - /*background-color: #2d3436;*/ -} - -#idle_inhibitor.activated { - /*background-color: #ecf0f1;*/ - color: #2dcc36; -} - -#temperature { - color: #ADD8E6; -} - -#taskbar button.active { - background-color: #7f849c; -} diff --git a/config/waybar/style/style-default_alter.css b/config/waybar/style/style-default_alter.css deleted file mode 100644 index d2733705..00000000 --- a/config/waybar/style/style-default_alter.css +++ /dev/null @@ -1,342 +0,0 @@ -@define-color critical #ff0000; /* critical color */ -@define-color warning #f3f809; /* warning color */ -@define-color fgcolor #ffffff; /* foreground color */ -@define-color bgcolor #303030; /* background color */ -@define-color bgcolor #222436; /* background color */ -@define-color alert #df3320; - -@define-color accent1 #ff7a93; -@define-color accent2 #b9f27c; -@define-color accent3 #ff9e64; -@define-color accent4 #bb9af7; -@define-color accent5 #7da6ff; -@define-color accent6 #0db9d7; - -*{ -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; -margin-top: 1px; -margin-bottom: 1px; -} - -/* icons start at U+E900 in Jetbrains mono in gucharmap */ - -window#waybar { - background-color: rgba(50, 50, 50, 0.0); - /*background-color: @bgcolor;*/ - /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ - color: #ffffff; - transition-property: background-color; - transition-duration: .5s; - border-radius: 0; -} - -window#waybar.hidden { - opacity: 0.1; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} - -#workspaces button { - padding: 0 0 0 0; - margin: 0 0 0 0; - background-color: transparent; - color: #ffffff; - /*min-width: 36px;*/ - /* Use box-shadow instead of border so the text isn't offset */ - /* box-shadow: inset 0 -3px transparent;*/ - /* border-radius: 0px; */ -} - -#workspaces button.active { - padding: 0 0 0 0; - margin: 0 0 0 0; - background-color: transparent; - color: #D3D3D3; - /*min-width: 36px;*/ - /* Use box-shadow instead of border so the text isn't offset */ - /* box-shadow: inset 0 -3px transparent;*/ - /* border-radius: 0px; */ -} - -/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ -#workspaces button:hover { - background: rgba(0, 0, 0, 0.2); - /* box-shadow: inset 0 -3px #ffffff; */ -} - -#workspaces button.focused { - background-color: #bbccdd; - color: #323232; - /* box-shadow: inset 0 -3px #ffffff; */ -} - -#workspaces button.urgent { - background-color: #eb4d4b; -} - -#mode { - background-color: #64727D; - border-bottom: 3px solid #ffffff; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 10px; - /*margin: 4px 3px 5px 3px;*/ - /*color: @fgcolor;*/ - /* background-color: #bbccdd; */ - background-color:transparent; -} - -#window, -#workspaces { - margin: 0 4px; -} - -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - -#clock { - color: @accent2; -} - -#custom-updater { - color: #7287fd; -} - -#battery { - color: @accent5; -} - -/* #battery.charging { - color: #ffffff; - background-color: #26A65B; -} */ - -@keyframes blink { - to { - background-color: #ffffff; - color: #333333; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -label:focus { - background-color: #000000; -} - -#custom-menu{ - color: #FFFFFF; - /*padding: 3px;*/ -} - -#cpu { - color: @accent1; -} - -#memory { - color: @accent3; -} - -#backlight { - color: #cdd6f4; -} - -#bluetooth { - color: #1e66f5; -} - -#network { - color: @accent3; -} - -#network.disconnected { - color: @alert; -} - -#pulseaudio { - color: @accent4; -} - -#pulseaudio-muted { - color: @accent2; -} -#wireplumber { - color: @accent4; -} - -#wireplumber-muted { - color: @accent2; -} - -#pluseaudio-source-muted{ - color: #a0a0a0; -} - -#custom-power { - color: #cc3436; -} - -#disk { - color: @accent5; -} -#custom-power_profile { - color: @accent3; -} -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-weather { - color: #66cc99; -} - -#custom-lock { - color: #ffa000; -} - -#temperature { - color: @accent6; - /* background-color: #f0932b; */ -} - -#temperature.critical { - background-color: @critical; -} - -#tray { - /* background-color: #505050; */ -} - -#idle_inhibitor { - color: #f9e2af; - /*background-color: #2d3436;*/ -} - -#idle_inhibitor.activated { - /*background-color: #ecf0f1;*/ - color: #2dcc36; - /*color: #2d3436;*/ -} - -#taskbar button.active { - background-color: #7f849c; -} - -#mpd { - color: #2a5c45; -} - -#mpd.disconnected { - background-color: #f53c3c; -} - -#mpd.stopped { - background-color: #90b1b1; -} - -#mpd.paused { - background-color: #51a37a; -} - -#custom-language { - /* background: #bbccdd; - color: #333333; - padding: 0 5px; - margin: 4px 3px 6px 3px; */ - color: @accent5; - min-width: 16px; -} - -#custom-separator { - color: #606060; - margin: 0 1px; - padding-bottom: 5px; -} diff --git a/config/waybar/style/style-rgb.css b/config/waybar/style/style-rgb.css deleted file mode 100644 index 9f9718a8..00000000 --- a/config/waybar/style/style-rgb.css +++ /dev/null @@ -1,256 +0,0 @@ -*{ -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - /* Transparent waybar. Make sure to comment out background-color: and border: */ - background-color: rgba(0,0,0,0); - /* background-color: #1e1e2e; */ - /* border: 2px solid #313244; */ - transition-property: background-color; - transition-duration: .5s; -} - -window#waybar.hidden { - opacity: 0.5; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - border-radius: 8px; - margin: 4px 1px; - padding: 0px 4px; - color: #3A3B3C; - border: 1px solid #b4befe; -} - -#backlight { - background-color: #cba6f7; -} - -#taskbar { - color: #ffffff; -} - -#taskbar button.active { - background-color: #7f849c; -} - -#battery { - background-color: #f9e2af; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#battery.critical:not(.charging) { - background-color: #f38ba8; - color: #f38ba8; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#clock { - background-color: #a6e3a1; -} - -#keyboard-state, -#keyboard-state label, -#keyboard-state label.locked, -#cpu { - background-color: #89dceb; -} - -#memory { - background-color: #eba0ac; -} - -#disk { - background-color: #b4befe; -} - -#tray { - background-color: #b4befe; -} -#tray > .passive { - -gtk-icon-effect: dim; -} -#tray > .needs-attention { - -gtk-icon-effect: highlight; -} - -#workspaces button { - border-radius: 8px; - background-color: #d9e0ee; - color: #3A3B3C; -} - -#workspaces button.active { - background-color: #eba0ac; - color: #3A3B3C; -} - -#taskbar button { - border-radius: 8px; - background-color: #74c7ec; - color: #3A3B3C; -} - -#taskbar button.active { - background-color: #b4befe; - color: #3A3B3C; -} -#custom-menu { - background-color: #f5c2e7; - /*padding: 1px;*/ - padding-right: 10px; - border-radius: 8px; - color: #3A3B3C; - border: 1px solid #b4befe; -} - -#custom-power { - background-color: #f38ba8; -} - -#custom-updater { - background-color: #e6ed7b; -} - -#custom-cycle_wall { - background-color: #94e2d5; -} - -#custom-weather { - background-color: #cba6f7; -} - -#wireplumber { - background-color: #a6e3a1; -} - -#wireplumber.muted { - background-color: #313244; - color: #cdd6f4; -} - -#custom-lock { - background-color: #89dceb; -} - -#temperature { - background-color: #86b4fa; -} - -#custom-power_vertical, -#custom-light_dark, -#idle_inhibitor { - background-color: #86b4fa; -} - -#bluetooth { - background-color: #89dceb; -} -#window { - background-color: #89dceb; -} - -#pulseaudio { - background-color: #fab387; -} - -#pulseaudio.bluetooth { - background-color: #f5c2e7; -} -#pulseaudio.muted { - background-color: #313244; - color: #cdd6f4; -} - -#network { - background-color: #89b4fa; -} -#network.disconnected,#network.disabled { - background-color: #313244; - color: #cdd6f4; -} diff --git a/config/waybar/style/style-uline.css b/config/waybar/style/style-uline.css deleted file mode 100644 index 4869d805..00000000 --- a/config/waybar/style/style-uline.css +++ /dev/null @@ -1,177 +0,0 @@ -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background:rgba (0, 0, 0, 0.5); - border-radius: 20px 20px 20px 20px; -} - -#workspaces button { - /*padding: 2px 0px;*/ - border-bottom: 1px; - color: #eceff4; - border-color: #d8dee9; - border-style: solid; - margin-top:2px; -} - -#workspaces button.active { - border-color: #81a1c1; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 1px 4px; - border-bottom: 1px; - border-style: solid; -} - -/* ----------------------------------------------------------------------------- - * Module styles - * -------------------------------------------------------------------------- */ - - -#clock { - color:#a3be8c; -} - -#backlight { - color: #ebcb8b; -} - -#battery { - color: #d8dee9; -} - -#battery.charging { - color: #81a1c1; -} - -@keyframes blink { - to { - color: #4c566a; - background-color: #eceff4; - } -} - -#battery.critical:not(.charging) { - background: #bf616a; - color: #eceff4; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#cpu { - color:#a3be8c ; -} - -#memory { - color: #d3869b; -} - -#network.disabled { - color:#bf616a; -} - -#network{ - color:#a3be8c; -} - -#network.disconnected { - color: #bf616a; -} - -#pulseaudio { - color: #b48ead; -} - -#pulseaudio.muted { - color: #3b4252; -} - -#temperature { - color: #8fbcbb; -} - -#temperature.critical { - color: #bf616a; -} - -#idle_inhibitor { - color: #ebcb8b; -} - -#tray { -} - -#custom-menu, -#custom-power{ - color: #cba6f7; - margin-top:2px; -} - -#window{ - border-style: hidden; - margin-top:1px; -} -#bluetooth{ - color:#d08770; -} -#custom-weather{ - color:#d08770; -} - - -- cgit v1.2.3