mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 15:56:54 +02:00
feat: waybar height style
This commit is contained in:
parent
b34148ab46
commit
e2f226fe6c
4 changed files with 6 additions and 10 deletions
|
@ -2,7 +2,6 @@
|
|||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 5,
|
||||
"height": 36,
|
||||
"modules-center": [
|
||||
"clock",
|
||||
"hyprland/language",
|
||||
|
|
|
@ -16,7 +16,8 @@ window {
|
|||
}
|
||||
|
||||
window>box {
|
||||
padding: 4px 4px;
|
||||
min-height: 30px;
|
||||
padding: 5px 4px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 5,
|
||||
"height": 30,
|
||||
"margin-top": 6,
|
||||
"margin-bottom": 4,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"modules-center": [
|
||||
"clock",
|
||||
"hyprland/language",
|
||||
|
|
|
@ -10,12 +10,13 @@
|
|||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
window {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
window>box {
|
||||
min-height: 30px;
|
||||
padding: 5px 4px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
|
Loading…
Add table
Reference in a new issue