feat: waybar height style

This commit is contained in:
hesam-init 2024-02-26 19:54:57 +03:30
parent b34148ab46
commit e2f226fe6c
4 changed files with 6 additions and 10 deletions

View file

@ -2,7 +2,6 @@
"layer": "top",
"position": "top",
"spacing": 5,
"height": 36,
"modules-center": [
"clock",
"hyprland/language",

View file

@ -16,7 +16,8 @@ window {
}
window>box {
padding: 4px 4px;
min-height: 30px;
padding: 5px 4px;
}
#clock,

View file

@ -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",

View file

@ -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,