Regenerated
This commit is contained in:
+310
-311
File diff suppressed because it is too large
Load Diff
+14
-15
@@ -2738,7 +2738,7 @@ These are config files for waybar
|
|||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
"class": "workspaces",
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
@@ -2914,7 +2914,7 @@ window#waybar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
@@ -2955,27 +2955,26 @@ window#waybar {
|
|||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* All workspace buttons */
|
||||||
workspaces button {
|
workspaces button {
|
||||||
padding: 0px 1px;
|
padding: 0px 5px;
|
||||||
min-width: 80px;
|
|
||||||
background-color: transparent;
|
|
||||||
color: @text;
|
|
||||||
border: 2px solid @inactive;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
background-color: @surface0;
|
||||||
|
font-weight: normal;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
workspaces button:hover {
|
/* Active workspace is bigger and bold */
|
||||||
background-color: @surface1;
|
|
||||||
}
|
|
||||||
|
|
||||||
workspaces button.active {
|
workspaces button.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid transparent;
|
font-size: 16px; /* bigger font */
|
||||||
|
min-width: 50px; /* wider button */
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15),
|
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
||||||
rgba(255, 255, 255, 0.15)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
"class": "workspaces",
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ window#waybar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius:30px;
|
border-radius:30px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
@@ -100,27 +100,26 @@ window#waybar {
|
|||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* All workspace buttons */
|
||||||
workspaces button {
|
workspaces button {
|
||||||
padding: 0px 1px;
|
padding: 0px 5px;
|
||||||
min-width: 80px;
|
|
||||||
background-color: transparent;
|
|
||||||
color: @text;
|
|
||||||
border: 2px solid @inactive;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
background-color: @surface0;
|
||||||
|
font-weight: normal;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
workspaces button:hover {
|
/* Active workspace is bigger and bold */
|
||||||
background-color: @surface1;
|
|
||||||
}
|
|
||||||
|
|
||||||
workspaces button.active {
|
workspaces button.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid transparent;
|
font-size: 16px; /* bigger font */
|
||||||
|
min-width: 50px; /* wider button */
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15),
|
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
||||||
rgba(255, 255, 255, 0.15)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|||||||
Reference in New Issue
Block a user