mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-24 03:36:55 +02:00
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 {
|
||||
max_fps = 75
|
||||
gaps_in = 4
|
||||
gaps_out = 5
|
||||
gaps_out = 6
|
||||
border_size = 1
|
||||
|
||||
col.active_border = rgba(0DB7D4FF)
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
"tray"
|
||||
],
|
||||
"modules-right": [
|
||||
// "custom/launcher",
|
||||
"battery",
|
||||
"network",
|
||||
"network#network-2"
|
||||
|
@ -110,7 +109,7 @@
|
|||
"orientation": "horizontal"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 14,
|
||||
"icon-size": 12,
|
||||
"spacing": 8
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
|
|
|
@ -15,8 +15,9 @@ window {
|
|||
}
|
||||
|
||||
window>box {
|
||||
min-height: 30px;
|
||||
padding: 5px 4px;
|
||||
min-height: 28px;
|
||||
padding: 6px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
@ -39,7 +40,7 @@ window>box {
|
|||
#tray {
|
||||
background-color: @backgrounddark;
|
||||
border: #272727 1px solid;
|
||||
padding: 0px 6px;
|
||||
padding: 0px 4px;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
|
|
Loading…
Add table
Reference in a new issue