Made waybar a bit higher
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
"height": 38,
|
||||
|
||||
//"modules-left": ["hyprland/window"],
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
/* --- Hyprland palette --- */
|
||||
@define-color base rgba(30, 30, 46, 0.15);
|
||||
@define-color inactive rgba(89, 89, 89, 0.15);
|
||||
@define-color blue rgba(51, 204, 255, 0.15);
|
||||
@define-color green rgba(0, 255, 153, 0.15);
|
||||
@define-color text rgba(255, 255, 255, 0.15);
|
||||
@define-color base rgba(30, 30, 46, 1.0);
|
||||
@define-color inactive rgba(89, 89, 89, 0.667);
|
||||
@define-color blue rgba(51, 204, 255, 0.933);
|
||||
@define-color green rgba(0, 255, 153, 0.933);
|
||||
@define-color text rgba(255, 255, 255, 1.0);
|
||||
@define-color surface1 rgba(255, 255, 255, 0.08);
|
||||
@define-color subtext1 rgba(255, 255, 255, 0.15);
|
||||
@define-color red rgba(255, 0, 0, 0.15);
|
||||
@define-color yellow rgba(249, 226, 175, 0.15);
|
||||
@define-color overlay1 rgba(255, 255, 255, 0.15);
|
||||
@define-color subtext1 rgba(255, 255, 255, 0.35);
|
||||
@define-color red rgba(255, 0, 0, 0.90);
|
||||
@define-color yellow rgba(249, 226, 175, 1.0);
|
||||
@define-color overlay1 rgba(255, 255, 255, 0.55);
|
||||
@define-color active_fill rgba(255, 255, 255, 0.05);
|
||||
|
||||
* {
|
||||
@@ -45,6 +45,8 @@ window#waybar {
|
||||
|
||||
#workspaces button.active {
|
||||
font-weight: bold;
|
||||
|
||||
/* EXACT match: border color == background color */
|
||||
background-color: @active_fill;
|
||||
border: 2px solid @active_fill;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user