aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Pywal.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-13 13:47:14 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-13 13:47:14 +0900
commitdbcc1a94cb216e537941f61cd4b53fda6a450cfd (patch)
tree8f7ff46a97ba62782c8408e4905747f4ce862b1f /config/waybar/style/Pywal.css
parent958f4b5516d7a4f90664a335ff7a86bc7aaa86e9 (diff)
Major Rename on some waybar styles and layouts incorporating my avatar :)
In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;)
Diffstat (limited to 'config/waybar/style/Pywal.css')
-rw-r--r--config/waybar/style/Pywal.css240
1 files changed, 0 insertions, 240 deletions
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css
deleted file mode 100644
index 74e71a69..00000000
--- a/config/waybar/style/Pywal.css
+++ /dev/null
@@ -1,240 +0,0 @@
-/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* pywal */
-
-@import '../../.cache/wal/colors-waybar.css';
-
-* {
- 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: 96%;
- font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
- padding: 1px;
-}
-
-window#waybar {
- background: transparent;
-}
-
-window#waybar.hidden {
- opacity: 0.5;
-}
-
-window#waybar.empty {
- background-color: @background;
-}
-
-window#waybar.empty #window {
- padding: 0px;
- border: 0px;
- background-color: transparent;
-}
-
-
-tooltip {
- background: @background;
- border-radius: 10px;
- border-width: 1px;
- border-style: solid;
- border-color: @color2;
-}
-
-/*-----module groups----*/
-.modules-right {
- border: 3px solid @color14;
- border-radius: 40px 0px 0px 0px;
- background-color: @color1;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 4px;
- padding-left: 4px;
-}
-
-.modules-center {
- border: 3px solid @color14;
- border-radius: 60px 0px 60px 0px;
- background-color: @background;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 4px;
- padding-left: 4px;
-}
-
-.modules-left {
- border: 3px solid @color14;
- border-radius: 0px 0px 40px 0px;
- background-color: @color1;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 4px;
- padding-left: 4px;
-}
-
-#workspaces button {
- color: @foreground;
- 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: @background;
- background-color: @color2;
- 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.focused {
- color: @color4;
-}
-
-#workspaces button.urgent {
- color: #11111b;
- border-radius: 10px;
-}
-
-#workspaces button:hover {
- color: @color4;
- 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);
-}
-
-#clock#2 {
- color: @color6;
-}
-
-#backlight,
-#backlight-slider,
-#battery,
-#bluetooth,
-#cava,
-#clock,
-#cpu,
-#disk,
-#idle_inhibitor,
-#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-keyboard,
-#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: @foreground;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 6px;
- padding-left: 6px;
-}
-
-#temperature.critical {
- background-color: #ff0000;
-}
-
-@keyframes blink {
- to {
- color: #000000;
- }
-}
-
-#taskbar button.active {
- background-color: rgb(47, 46, 46);
- border-radius: 30px;
- 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;
- border-radius: 15px;
- 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;
-}
-
-#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;
-} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage