aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Extra-Rose-Pine.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/style/Extra-Rose-Pine.css')
-rw-r--r--config/waybar/style/Extra-Rose-Pine.css202
1 files changed, 101 insertions, 101 deletions
diff --git a/config/waybar/style/Extra-Rose-Pine.css b/config/waybar/style/Extra-Rose-Pine.css
index 94b40f7b..cfbf0e94 100644
--- a/config/waybar/style/Extra-Rose-Pine.css
+++ b/config/waybar/style/Extra-Rose-Pine.css
@@ -1,7 +1,6 @@
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* Rose Pine */
-
@define-color bar-bg rgba(0, 0, 0, 0);
@define-color main-bg #26233a;
@define-color main-fg #ebbcba;
@@ -11,103 +10,103 @@
@define-color wb-hvr-fg #f6c177;
* {
- font-family: "JetBrainsMono Nerd Font";
- font-weight: bold;
- /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
- /* NOTE: Waybar v14+ ignores % font-size values */
- font-size: 99%;
- font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
- border-radius: 12px;
+ font-family: "JetBrainsMono Nerd Font";
+ font-weight: bold;
+ /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
+ /* NOTE: Waybar v14+ ignores % font-size values */
+ font-size: 99%;
+ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+ border-radius: 12px;
}
window#waybar {
- background: @bar-bg;
- /* Waybar scaling: adjust font-size to scale the bar */
- font-size: 14px;
+ background: @bar-bg;
+ /* Waybar scaling: adjust font-size to scale the bar */
+ font-size: 14px;
}
window#waybar.empty,
window#waybar.empty #window {
- background-color: transparent;
- padding: 0px;
- border: 0px;
- /* Waybar scaling: adjust font-size to scale the bar */
- font-size: 14px;
+ background-color: transparent;
+ padding: 0px;
+ border: 0px;
+ /* Waybar scaling: adjust font-size to scale the bar */
+ font-size: 14px;
}
tooltip {
- background: @main-bg;
- color: @main-fg;
- border-radius: 8px;
- border-width: 0px;
+ background: @main-bg;
+ color: @main-fg;
+ border-radius: 8px;
+ border-width: 0px;
}
#taskbar button,
#workspaces button {
- box-shadow: none;
- text-shadow: none;
- padding: 0px;
- border-bottom: 2px;
- border-color: #2B5D34;
- border-style: solid;
- border-radius: 10px;
- padding-left: 2px;
- padding-right: 4px;
- background: @main-bg;
- color: @main-fg;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
+ box-shadow: none;
+ text-shadow: none;
+ padding: 0px;
+ border-bottom: 2px;
+ border-color: #2b5d34;
+ border-style: solid;
+ border-radius: 10px;
+ padding-left: 2px;
+ padding-right: 4px;
+ background: @main-bg;
+ color: @main-fg;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#workspaces button.active {
- background: @wb-act-bg;
- color: @wb-act-fg;
- padding-left: 2px;
- padding-right: 4px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ background: @wb-act-bg;
+ color: @wb-act-fg;
+ padding-left: 2px;
+ padding-right: 4px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#workspaces button:hover {
- background: @wb-hvr-bg;
- color: @wb-hvr-fg;
- padding-left: 2px;
- padding-right: 2px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ background: @wb-hvr-bg;
+ color: @wb-hvr-fg;
+ padding-left: 2px;
+ padding-right: 2px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#taskbar button {
- box-shadow: none;
- text-shadow: none;
- padding: 0px;
- border-bottom: 2px;
- border-color: #2B5D34;
- border-style: solid;
- border-radius: 10px;
- padding-left: 3px;
- padding-right: 3px;
- color: @wb-color;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
+ box-shadow: none;
+ text-shadow: none;
+ padding: 0px;
+ border-bottom: 2px;
+ border-color: #2b5d34;
+ border-style: solid;
+ border-radius: 10px;
+ padding-left: 3px;
+ padding-right: 3px;
+ color: @wb-color;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#taskbar button.active {
- background: @wb-act-bg;
- color: @wb-act-color;
- padding-left: 8px;
- padding-right: 8px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ background: @wb-act-bg;
+ color: @wb-act-color;
+ padding-left: 8px;
+ padding-right: 8px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#taskbar button:hover {
- background: @wb-hvr-bg;
- color: @wb-hvr-color;
- 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);
+ background: @wb-hvr-bg;
+ color: @wb-hvr-color;
+ padding-left: 3px;
+ padding-right: 3px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
}
#backlight,
@@ -162,35 +161,35 @@ tooltip {
#custom-weather.clearNight,
#custom-weather.cloudyFoggyDay,
#custom-weather.cloudyFoggyNight,
-#custom-weather.default,
+#custom-weather.default,
#custom-weather.rainyDay,
#custom-weather.rainyNight,
#custom-weather.severe,
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
- color: @main-fg;
- background: @main-bg;
- opacity: 1;
- border-bottom: 2px;
- border-color: #2B5D34;
- border-style: solid;
- border-radius: 10px;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-right: 6px;
- padding-left: 6px;
+ color: @main-fg;
+ background: @main-bg;
+ opacity: 1;
+ border-bottom: 2px;
+ border-color: #2b5d34;
+ border-style: solid;
+ border-radius: 10px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-right: 6px;
+ padding-left: 6px;
}
#temperature.critical {
- background-color: red;
+ background-color: red;
}
/*-----Indicators----*/
#custom-hypridle.notactive,
#idle_inhibitor.activated {
- color: #39FF14;
- border-bottom: 2px;
+ color: #39ff14;
+ border-bottom: 2px;
}
@keyframes blink {
@@ -203,7 +202,7 @@ tooltip {
background-color: red;
color: white;
animation-name: blink;
- animation-duration: 3.0s;
+ animation-duration: 3s;
animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
@@ -211,42 +210,43 @@ tooltip {
}
#backlight {
- padding-right: 2px;
+ padding-right: 2px;
}
#network {
- padding-right: 12px;
+ padding-right: 12px;
}
#custom-power {
- padding-right: 1px;
+ padding-left: 0px;
+ padding-right: 1px;
}
#group-motherboard,
#group-laptop,
#group-audio {
- color: @main-fg;
- background-color: @main-bg;
+ color: @main-fg;
+ background-color: @main-bg;
}
#backlight-slider slider,
#pulseaudio-slider slider {
- min-width: 0px;
- min-height: 0px;
- opacity: 0;
- background-image: none;
- border: none;
- box-shadow: none;
+ min-width: 0px;
+ min-height: 0px;
+ opacity: 0;
+ background-image: none;
+ border: none;
+ box-shadow: none;
}
#backlight-slider trough,
#pulseaudio-slider trough {
- min-width: 80px;
- min-height: 5px;
- border-radius: 5px;
+ min-width: 80px;
+ min-height: 5px;
+ border-radius: 5px;
}
#backlight-slider highlight,
#pulseaudio-slider highlight {
- min-height: 10px;
- border-radius: 5px;
+ min-height: 10px;
+ border-radius: 5px;
}
/* --- tray readability override (global) --- */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage