aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-07-22 16:38:15 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-07-22 16:38:15 +0900
commit1cf593996c75e0cbb563648538ab6e3b3b85355d (patch)
tree3c10c4dc3e0f1b590537494ca4fde9e9194a839b
parent894c6900c1e1c312b5097f35c15b59a407a991a9 (diff)
Added Colorful Waybar Stolen Style
-rw-r--r--config/waybar/style/[Colorful] stolen-style.css348
1 files changed, 348 insertions, 0 deletions
diff --git a/config/waybar/style/[Colorful] stolen-style.css b/config/waybar/style/[Colorful] stolen-style.css
new file mode 100644
index 00000000..c6b3345f
--- /dev/null
+++ b/config/waybar/style/[Colorful] stolen-style.css
@@ -0,0 +1,348 @@
+/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+/* ....[Colorful] Stolen ......... */
+* {
+ 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: 97%;
+ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+}
+
+window#waybar {
+ transition-property: background-color;
+ transition-duration: 0.5s;
+ background: rgba(0, 0, 0, 0.8);
+ border-radius: 6px;
+}
+
+window#waybar.hidden {
+ opacity: 0.2;
+}
+
+window#waybar.empty,
+window#waybar.empty #window {
+ background-color: rgba(0, 0, 0, 0.8);
+ padding: 0px;
+ border: 0px;
+}
+
+#backlight,
+#backlight-slider,
+#battery,
+#bluetooth,
+#clock,
+#cpu,
+#disk,
+#idle_inhibitor,
+#keyboard-state,
+#memory,
+#mode,
+#mpris,
+#network,
+#power-profiles-daemon,
+#pulseaudio,
+#pulseaudio-slider,
+#taskbar button,
+#taskbar,
+#temperature,
+#tray,
+#window,
+#wireplumber,
+#workspaces,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-github,
+#custom-hint,
+#custom-hyprWindowMode,
+#custom-keyboard,
+#custom-light_dark,
+#custom-lock,
+#custom-menu,
+#custom-power,
+#custom-power_vertical,
+#custom-speaker,
+#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 {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 6px;
+ padding-left: 6px;
+}
+
+#workspaces button {
+ padding-left: 10px;
+ padding-right: 10px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.1s linear;
+}
+
+#workspaces button.persistent {
+ color: #faba4a;
+}
+
+#workspaces button.empty {
+ color: #ffffed;
+}
+
+#workspaces button.active {
+ color: #00ffff;
+ border: 2px solid #455a64;
+ border-radius: 16px;
+}
+
+#workspaces button.urgent {
+ color: #f7768e;
+ border: 2px solid #f7768e;
+ border-radius: 16px;
+}
+
+#workspaces button:hover {
+ border: 2px solid #455a64;
+ border-radius: 16px;
+}
+
+#idle_inhibitor {
+ color: #7aa2f7;
+}
+
+#backlight {
+ color: #7aa2f7;
+}
+
+#bluetooth {
+ color: #7aa2f7;
+}
+
+#clock {
+ color: #9fe044;
+ padding-right: 7px;
+}
+
+#custom-swaync {
+ color: #9fe044;
+ border: 2px solid #455a64;
+ border-radius: 20px;
+ padding-left: 13px;
+ padding-right: 12px;
+}
+
+#custom-keyboard {
+ color: #e0af68;
+ border: 2px solid #455a64;
+ border-radius: 20px;
+ padding-left: 14px;
+ padding-right: 14px;
+}
+
+#custom-cycle_wall {
+ color: #c0caf5;
+ padding-left: 7px;
+ padding-right: 4px;
+}
+
+#custom-hint {
+ color: #c0caf5;
+ padding-left: 0px;
+ padding-right: 4px;
+}
+
+#custom-github {
+ color: #c0caf5;
+ padding-left: 0px;
+ padding-right: 4px;
+}
+
+#custom-hyprWindowMode {
+ color: #c0caf5;
+ padding-left: 6px;
+}
+
+#custom-niflveil {
+ color: #7dcfff;
+ padding-left: 0px;
+ padding-right: 10px;
+}
+
+#custom-niflveil.empty {
+ color: #c0caf5;
+
+}
+
+#cpu {
+ padding-left: 10px;
+ padding-right: 3px;
+ color: #ffffed;
+ border-top: 2px solid #455a64;
+ border-bottom: 2px solid #455a64;
+ border-left: 2px solid #455a64;
+ border-radius: 20px 0px 0px 20px;
+}
+
+#memory {
+ color: #ffffed;
+ padding-right: 8px;
+ border-bottom: 2px solid #455a64;
+ border-top: 2px solid #455a64;
+ border-radius: 0px;
+}
+
+#temperature {
+ color: #ffffed;
+ border-bottom: 2px solid #455a64;
+ border-top: 2px solid #455a64;
+ border-radius: 0px;
+}
+
+#disk {
+ padding-right: 16px;
+ color: #ffffed;
+ border-top: 2px solid #455a64;
+ border-bottom: 2px solid #455a64;
+ border-right: 2px solid #455a64;
+ border-radius: 0px 20px 20px 0px;
+}
+
+#temperature.critical {
+ background-color: #f7768e;
+}
+
+#tray > .passive {
+ -gtk-icon-effect: dim;
+}
+
+#tray > .needs-attention {
+ -gtk-icon-effect: highlight;
+}
+
+#keyboard-state {
+ color: #c7a9ff;
+}
+
+#custom-cava_mviz {
+ color: #c7a9ff;
+}
+
+#custom-menu {
+
+ color: #7dcfff;
+ padding-left: 14px;
+ padding-right: 12px;
+}
+
+#custom-power {
+
+ color: #f7768e;
+ padding-left: 8px;
+ padding-right: 17px;
+}
+
+#custom-updater {
+ color: #f7768e;
+ border: 2px solid #455a64;
+ border-radius: 20px;
+ padding-left: 10pt;
+ padding-right: 12px;
+
+}
+
+#custom-light_dark {
+ color: #7aa2f7;
+}
+
+#custom-weather {
+ color: #9fe044;
+
+}
+
+#custom-speaker {
+ color: #faba4a;
+}
+
+#pulseaudio {
+ color: #faba4a;
+
+}
+
+#pulseaudio.bluetooth {
+ color: #c7a9ff;
+}
+
+#pulseaudio.muted {
+ color: #f7768e;
+}
+
+#window {
+ font-size: 100%;
+ color: #ffffed;
+}
+
+#mpris {
+ color: #bb9af7;
+}
+
+#network {
+ color: #7dcfff;
+}
+
+#network.disconnected,
+#network.disabled {
+ background-color: #c0caf5;
+ color: #000000;
+}
+
+#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;
+}
+
+#pulseaudio-slider highlight {
+ min-height: 10px;
+ border-radius: 5px;
+}
+
+#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;
+}
+
+#backlight-slider highlight {
+ min-width: 10px;
+ border-radius: 5px;
+}
+
+#custom-separator {
+ padding-left: 6px;
+ color: #f7768e;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage