Skip to content

Commit

Permalink
minor waybar style update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Jan 27, 2025
1 parent 3f6c29f commit e9b0721
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions config/waybar/style/[Dark] Latte-Wallust combined v2.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Catppuccin Latte - Wallust v2 */
/* Catppuccin Latte - Wallust - v2 */

@define-color white #F2F2F2;
@define-color black #000000;
Expand All @@ -11,7 +11,7 @@
@define-color teal-trans rgba(1, 117, 84, 0.5);
@define-color cyan rgba(53, 140, 169, 1);

@define-color background-module @transparent;
@define-color background-module @background;
@define-color background-module2 @color11;
@define-color border-color @color12;
@define-color button-color @color10;
Expand All @@ -30,26 +30,14 @@
}

window#waybar {
background-color: @background-module;
background: @background;
border-radius:15px;
border-bottom:2px solid @border-color;
padding-top: 2px;
padding-bottom: 0px;
padding-right: 4px;
padding-left: 4px;
}

window#waybar.hidden {
opacity: 0;
}

window#waybar.empty,
window#waybar.empty #window {
padding: 0px;
border: 0px;
background-color: transparent;
}

tooltip {
background: #1e1e2e;
border-radius: 12px;
Expand Down

0 comments on commit e9b0721

Please sign in to comment.