hyprland configs: update

parent cc17d73d
...@@ -3,7 +3,7 @@ decoration { ...@@ -3,7 +3,7 @@ decoration {
blur { blur {
noise = 0.0 noise = 0.0
size = 6 size = 10
} }
shadow { shadow {
......
general { general {
gaps_in = 3 gaps_in = 4
gaps_out = 5 gaps_out = 12
border_size = 2 border_size = 1
no_border_on_floating = false no_border_on_floating = true
col.active_border = rgb(7E01FF) col.active_border = rgb(7E01FF)
col.inactive_border = rgb(808181) col.inactive_border = rgb(808181)
resize_on_border = true resize_on_border = true
...@@ -10,8 +10,8 @@ general { ...@@ -10,8 +10,8 @@ general {
snap { snap {
enabled = true enabled = true
window_gap = 15 window_gap = 10
monitor_gap = 20 monitor_gap = 25
border_overlap = false border_overlap = false
} }
} }
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"margin-left": 5, "margin-left": 12,
"margin-top": 5, "margin-top": 5,
"margin-right": 5, "margin-right": 12,
"height": 36, "height": 36,
"spacing": 4, "spacing": 4,
"exclusive": true, "exclusive": true,
...@@ -14,32 +14,24 @@ ...@@ -14,32 +14,24 @@
"/etc/ximperdistro/hyprland/waybar/modules.json" "/etc/ximperdistro/hyprland/waybar/modules.json"
], ],
"modules-left": [ "modules-left": [
"custom/sep",
"image#menu", "image#menu",
"custom/sep", "hyprland/workspaces",
"custom/media" "tray",
"hyprland/window",
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces", "custom/media",
"custom/sep",
"tray"
], ],
"modules-right": [ "modules-right": [
"custom/clipboard",
"backlight",
"idle_inhibitor", "idle_inhibitor",
"custom/sep", "custom/clipboard",
"pulseaudio#volume",
"pulseaudio#microphone",
"custom/sep",
"hyprland/language", "hyprland/language",
"custom/sep", "hyprland/submap",
"bluetooth", "group/volume",
"network", "network",
"bluetooth",
"battery", "battery",
"clock", "backlight",
"custom/sep", "group/notification",
"custom/notification",
"custom/sep"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment