aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Rose Pine.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-07 10:36:11 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-07 10:36:11 +0900
commit59c716d6e81864c279e31d20330da2fcdffc5543 (patch)
tree5ed517b46ec4945c75aec4b307f9e0302344258b /config/waybar/style/Rose Pine.css
parenta0e415d8e2bd65048fece3810b31f329a1e45bdf (diff)
Re-organized Waybar Styles
Diffstat (limited to 'config/waybar/style/Rose Pine.css')
-rw-r--r--config/waybar/style/Rose Pine.css208
1 files changed, 0 insertions, 208 deletions
diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css
deleted file mode 100644
index 783ea1da..00000000
--- a/config/waybar/style/Rose Pine.css
+++ /dev/null
@@ -1,208 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Rose Pine */
-
-
-@define-color bar-bg rgba(0, 0, 0, 0);
-@define-color main-bg #26233a;
-@define-color main-fg #ebbcba;
-@define-color wb-act-bg #31748f;
-@define-color wb-act-fg #9ccfd8;
-@define-color wb-hvr-bg #eb6f92;
-@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 */
- font-size: 97%;
- font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
- border-radius: 12px;
-}
-
-window#waybar {
- background: @bar-bg;
-}
-
-tooltip {
- background: @main-bg;
- color: @main-fg;
- border-radius: 8px;
- border-width: 0px;
-}
-
-#workspaces 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;
- 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);
-}
-
-#workspaces button.active {
- background: @wb-act-bg;
- color: @wb-act-fg;
- 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);
-}
-
-#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);
-}
-
-#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);
-}
-
-#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);
-}
-
-#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);
-}
-
-#backlight,
-#backlight-slider,
-#battery,
-#bluetooth,
-#clock,
-#cpu,
-#disk,
-#idle_inhibitor,
-#keyboard-state,
-#memory,
-#mode,
-#mpris,
-#network,
-#pulseaudio,
-#pulseaudio-slider,
-#temperature,
-#tray,
-#window,
-#wireplumber,
-#custom-backlight,
-#custom-cycle_wall,
-#custom-hint,
-#custom-keyboard,
-#custom-light_dark,
-#custom-lock,
-#custom-menu,
-#custom-power_vertical,
-#custom-power,
-#custom-swaync,
-#custom-updater,
-#custom-swaync,
-#custom-cava_mviz,
-#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: @main-fg;
- background: @main-bg;
- opacity: 1;
- border-bottom: 2px;
- border-color: #2B5D34;
- border-style: solid;
- border-radius: 10px;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-right: 6px;
- padding-left: 6px;
-}
-
-#temperature.critical {
- background-color: @red;
-}
-
-#custom-power {
- padding-right: 1px;
-}
-#group-motherboard,
-#group-laptop,
-#group-audio {
- color: @main-fg;
- background-color: @main-bg;
-}
-
-#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;
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage