mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
feat: reduce borders size
This commit is contained in:
@@ -71,8 +71,8 @@ input {
|
||||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
gaps_in = 2.5
|
||||
gaps_out = 2.5
|
||||
border_size = 1
|
||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
#col.inactive_border = rgba(595959aa)
|
||||
@@ -83,7 +83,7 @@ general {
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 5
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"margin-top": 5,
|
||||
"margin-right": 5,
|
||||
"margin-left": 5,
|
||||
"margin-bottom": 5,
|
||||
"reload_style_on_change": true,
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["tray"],
|
||||
|
||||
Reference in New Issue
Block a user