feat: waybar river style and scaling
This commit is contained in:
parent
dd091020ec
commit
877f23ab67
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
general {
|
general {
|
||||||
max_fps = 75
|
max_fps = 75
|
||||||
gaps_in = 4
|
gaps_in = 4
|
||||||
gaps_out = 5
|
gaps_out = 6
|
||||||
border_size = 1
|
border_size = 1
|
||||||
|
|
||||||
col.active_border = rgba(0DB7D4FF)
|
col.active_border = rgba(0DB7D4FF)
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
// "custom/launcher",
|
|
||||||
"battery",
|
"battery",
|
||||||
"network",
|
"network",
|
||||||
"network#network-2"
|
"network#network-2"
|
||||||
|
@ -110,7 +109,7 @@
|
||||||
"orientation": "horizontal"
|
"orientation": "horizontal"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 14,
|
"icon-size": 12,
|
||||||
"spacing": 8
|
"spacing": 8
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
|
|
@ -15,8 +15,9 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
window>box {
|
window>box {
|
||||||
min-height: 30px;
|
min-height: 28px;
|
||||||
padding: 5px 4px;
|
padding: 6px;
|
||||||
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
@ -39,7 +40,7 @@ window>box {
|
||||||
#tray {
|
#tray {
|
||||||
background-color: @backgrounddark;
|
background-color: @backgrounddark;
|
||||||
border: #272727 1px solid;
|
border: #272727 1px solid;
|
||||||
padding: 0px 6px;
|
padding: 0px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces,
|
#workspaces,
|
||||||
|
|
Loading…
Add table
Reference in a new issue