aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Rose-Pine.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-29 23:07:49 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-29 23:07:49 +0900
commitb47ec452391bb02d7e0bed145044ded4870326f1 (patch)
treef2c7784268498c806b46488220f0c21a18ae8874 /config/waybar/style/Rose-Pine.css
parentdde6d7db39f2f077fc457ffec0eb2f20e18018f8 (diff)
new waybar style schemes
Diffstat (limited to 'config/waybar/style/Rose-Pine.css')
-rw-r--r--config/waybar/style/Rose-Pine.css213
1 files changed, 0 insertions, 213 deletions
diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css
deleted file mode 100644
index 55d28766..00000000
--- a/config/waybar/style/Rose-Pine.css
+++ /dev/null
@@ -1,213 +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;
- 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"';
- border-radius: 12px;
-}
-
-window#waybar {
- background: #2B5D34;
- border-bottom: 2px;
- border-top: 1px;
- border-color: #D4A2CB;
- border-style: solid;
- border-radius: 10px;
-
-}
-
-.modules-left, .modules-center, .modules-right {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 4px;
- padding-left: 4px;
- border-radius: 10px;
-
-}
-
-tooltip {
- background: #2B5D34;
- color: #D4A2CB;
- border-radius: 10px;
- border-width: 0px;
-}
-
-#workspaces button {
- box-shadow: none;
- text-shadow: none;
- padding: 0px;
- border-radius: 9px;
- padding-left: 4px;
- padding-right: 4px;
- color: #D4A2CB;
- 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-radius: 9px;
- 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: 6px;
- padding-right: 6px;
- 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,
-#cava,
-#clock,
-#cpu,
-#disk,
-#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
-#keyboard-state,
-#memory,
-#mode,
-#mpd,
-#network,
-#pulseaudio,
-#pulseaudio-slider,
-#taskbar button,
-#taskbar,
-#temperature,
-#tray,
-#window,
-#wireplumber,
-#workspaces,
-#custom-backlight,
-#custom-cycle_wall,
-#custom-keybinds,
-#custom-light_dark,
-#custom-lock,
-#custom-menu,
-#custom-power_vertical,
-#custom-power,
-#custom-speaker,
-#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: #D4A2CB;
- background: #2B5D34;
- opacity: 1;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-right: 4px;
- padding-left: 4px;
-}
-
-#temperature.critical {
- background-color: @red;
-}
-
-#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