diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 15:20:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 15:20:42 +0900 |
| commit | 6352d78fd42c021094842f63a3a08b31e9177955 (patch) | |
| tree | 26bfe9901e36c204c2fe8434657c703780106b73 /config/waybar | |
| parent | 8cd047fcde9dc62f80c2afde4dc9a9c8102f4775 (diff) | |
| parent | e25a8a4f487ccb4f68682f4885262152ef955f39 (diff) | |
Merge branch 'development' into rofi
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/[TOP] Minimal - Long | 1 | ||||
| -rw-r--r-- | config/waybar/modules | 4 | ||||
| -rw-r--r-- | config/waybar/style/Half-Moon.css | 201 | ||||
| -rw-r--r-- | config/waybar/style/Mauve.css | 258 |
4 files changed, 462 insertions, 2 deletions
diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long index 52e16fd0..143f22d4 100644 --- a/config/waybar/configs/[TOP] Minimal - Long +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -27,6 +27,7 @@ ], "modules-center": [ "clock", + "idle_inhibitor", ], "modules-right": [ "group/motherboard", diff --git a/config/waybar/modules b/config/waybar/modules index 1165211a..fed721be 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -637,9 +637,9 @@ }, "clock#vertical": { - "format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", + "format": "\n{:%H\n%M\n%S\n\n \n%d\n%m\n%y}", "interval": 1, - //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", + //"format": "\n{:%I\n%M\n%p\n\n \n%d\n%m\n%y}", "tooltip": true, "tooltip-format": "{calendar}", "calendar": { diff --git a/config/waybar/style/Half-Moon.css b/config/waybar/style/Half-Moon.css new file mode 100644 index 00000000..3fa290d7 --- /dev/null +++ b/config/waybar/style/Half-Moon.css @@ -0,0 +1,201 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ....................................*/ +/* ..........Half Moon.................. */ +/* NOTE: This is only for some waybar configs */ +/* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */ + +* { +font-size: 97%; +font-family: JetBrainsMono Nerd Font, Font Awesome, sans-serif; +font-weight: bold; +} +window#waybar { + background-color: rgba(26,27,38,0); + border-bottom: 1px solid rgba(26,27,38,0); + border-radius: 0px; + color: #E6B673; + + } +#workspaces { + background: #0F1419; + margin: 5px; + padding: 0px 1px; + border-radius: 15px; + border: 0px; + font-style: normal; + color: #0F1419; + + } +#workspaces button { + padding: 0px 5px; + margin: 4px 3px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); + opacity: 0.5; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + + } +#workspaces button.active { + padding: 0px 5px; + margin: 4px 3px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 1.0; + min-width: 40px; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + } +#workspaces button:hover { + border-radius: 15px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 0.8; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + + } +@keyframes gradient_horizontal { +0% { + background-position: 0% 50%; +} +50% { + background-position: 100% 50%; +} +100% { + background-position: 0% 50%; +} + } + @keyframes swiping { + 0% { + background-position: 0% 200%; +} +100% { + background-position: 200% 200%; +} + } + tooltip { +background: #0F1419; +border: 1px solid #D2A6FF; +border-radius: 10px; + } + tooltip label { +color: #F3F4F5; + } + #window { + color: #E6E1CF; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + #temperature, + #memory { +color: #E6B673; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + + #custom-swaync, + #idle_inhibitor, + #clock { + color: #B8CC52; + background: #0F1419; + border-radius: 15px 50px 15px 50px; + margin: 5px; + padding: 2px 20px; + + } + #cpu { + color: #F3F4F5; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + #disk { + color: #B8CC52; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + #battery { + color: #F07178; + background: #0F1419; + border-radius: 15px 50px 15px 50px; + margin: 5px; + padding: 2px 20px; + + } + #network { + color: #FF8F40; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + #custom-hyprbindings { + color: #D2A6FF; + background: #0F1419; + border-radius: 15px 50px 15px 50px; + margin: 5px; + padding: 2px 20px; + + } + #tray { + color: #E6E1CF; + background: #0F1419; + border-radius: 15px 30px 30px 50px; + margin: 5px 0px 5px 5px; + padding: 2px 20px; + + } + #pulseaudio { + color: #59C2FF; + background: #0F1419; + border-radius: 50px 15px 50px 15px; + margin: 5px; + padding: 2px 20px; + + } + #custom-notification { + color: #95E6CB; + background: #0F1419; + border-radius: 15px 50px 15px 50px; + margin: 5px; + padding: 2px 20px; + + } + #custom-weather { + color: #59C2FF; + background: #0F1419; + border-radius: 0px 50px 15px 0px; + margin: 5px 0px; + padding: 2px 15px 2px 5px; + + } + #custom-menu { + color: #59C2FF; + background: #0F1419; + border-radius: 0px 15px 50px 0px; + margin: 5px 5px 5px 0px; + padding: 1px 15px; + + } + #custom-power { + color: #D2A6FF; + background: #0F1419; + border-radius: 15px 0px 0px 50px; + margin: 5px 0px; + padding: 2px 5px 2px 15px; + + } diff --git a/config/waybar/style/Mauve.css b/config/waybar/style/Mauve.css new file mode 100644 index 00000000..86b64185 --- /dev/null +++ b/config/waybar/style/Mauve.css @@ -0,0 +1,258 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ..........................................*/ +/* .......Mauve....................... */ +/* ......................................... */ +/* --- 👍 designed by https://github.com/CelestiaKai 👍 --- */ + +* { + font-family: "FiraCode Mono 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: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + padding: 2px; +} + +window#waybar { + background: #11111b; + color: #cba6f7; + /* background-color: transparent; */ +} + +window#waybar.hidden { + opacity: 0.5; +} + +window#waybar.empty { + background-color: transparent; + background: #11111b; +} + +window#waybar.empty #window { + padding: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ + /* transparent */ + background-color: transparent; +} + +tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; +} + +/*-----module groups----*/ +.modules-right { + border: 3px solid #11111b; + border-radius: 10px 10px 10px 10px; + background-color: #1e1e2e; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} + +.modules-center { + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} + +.modules-left { + /*background-color: #1e1e2e;*/ + border: 3px solid #11111b; + border-radius: 10px 10px 10px 10px; + background-color: #1e1e2e; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} + +#workspaces button { + color: #6E6A86; + box-shadow: none; + text-shadow: none; + padding: 0px; + border-radius: 9px; + padding-left: 4px; + padding-right: 4px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.active { + color: #1e1e1e; + border-radius: 30%; + background-color: #cba6f7; + padding-left: 6px; + padding-right: 8px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.active:hover { + color: #1e1e1e; + border-radius: 30%; + background-color: #cba6f7; + border: 0px solid #1e1e2e; + padding-left: 6px; + padding-right: 8px; +} + +#workspaces button.focused { + color: #d8dee9; +} + +#workspaces button.urgent { + border-radius: 30%; + background-color: #cba6f7; + color: #1e1e1e; +} + +#workspaces button:hover { + color: #1e1e1e; + border: 3px solid #1e1e2e; + background-color: #cba6f7; + border-radius: 30%; + padding-left: 4px; + padding-right: 4px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#pulseaudio, +#pulseaudio-slider, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-backlight, +#custom-cava_mviz, +#custom-cycle_wall, +#custom-keybinds, +#custom-keyboard, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-swaync, +#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 { + color: whitesmoke; + padding-top: 1px; + padding-bottom: 1px; + padding-right: 6px; + padding-left: 6px; + +} + +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: purple; + padding-left: 12px; + padding-right: 12px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#taskbar button:hover { + padding-left: 3px; + padding-right: 3px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #6E6A86; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: purple; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #6E6A86; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: purple; +} |
