diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-10-03 23:26:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-10-03 23:26:47 +0900 |
| commit | 6c3a4faac8eb0acf4f9020535397a29e722aff5b (patch) | |
| tree | bf86ac85dff233c425aca8e57f46e47e67cf0d96 /config | |
| parent | 85ada354a89fd75a377bbcdae2c0e252f5bd4b6f (diff) | |
Renamed new waybar style to RBG bordered waybar
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/[Rainbow] RGB Bordered.css (renamed from config/waybar/style/rgbmocha.css) | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/config/waybar/style/rgbmocha.css b/config/waybar/style/[Rainbow] RGB Bordered.css index fb60ba3e..6c7cb939 100644 --- a/config/waybar/style/rgbmocha.css +++ b/config/waybar/style/[Rainbow] RGB Bordered.css @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Catppuccin Mocha */ +/* Catppuccin Mocha - Rainbow Bordered */ +/* Designed by https://github.com/0xl30 */ * { font-family: "JetBrainsMono Nerd Font"; @@ -16,7 +17,7 @@ window#waybar { transition-property: background-color; transition-duration: 0.5s; background: transparent; - border-radius: 10px; + border-radius: 2px; } window#waybar.hidden { @@ -76,31 +77,19 @@ window#waybar.empty #window { /* This section can be use if you want to separate waybar modules */ .modules-left, .modules-center, .modules-right { - background: @theme_base_color; - border: 0.5px solid @overlay0; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; - border-radius: 10px; - -} - -.modules-left, .modules-center, .modules-right { background: @theme_base_color; - border: 1px solid transparent; + border: 2px solid transparent; padding-top: 2px; padding-bottom: 2px; padding-right: 4px; padding-left: 4px; - border-radius: 10px; + border-radius: 0px; border-image: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet) 1; - animation: rainbow-gradient 10s ease-in-out infinite; /* Adjust timing as needed */ + animation: rainbow-gradient 20s ease-in-out infinite; /* Adjust timing as needed */ } - #backlight, #backlight-slider, #battery, |
