Config for even gaps
This commit is contained in:
parent
4c64ec4511
commit
42fcacb188
2 changed files with 8 additions and 8 deletions
|
|
@ -2,13 +2,13 @@
|
|||
blur enable
|
||||
blur_xray disable
|
||||
blur_passes 4
|
||||
blur_radius 4
|
||||
blur_radius 10
|
||||
|
||||
shadows enable
|
||||
shadows_on_csd enable
|
||||
shadow_blur_radius 20
|
||||
smart_corner_radius enable
|
||||
corner_radius 10
|
||||
corner_radius 15
|
||||
|
||||
layer_effects "waybar" blur enable; shadows disable; corner_radius 15
|
||||
layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
|
||||
|
|
@ -16,13 +16,13 @@ layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
|||
|
||||
titlebar_separator disable
|
||||
|
||||
default_border pixel 5
|
||||
default_border pixel 2
|
||||
font pango:JetBrainsMono Regular 10
|
||||
smart_borders on
|
||||
smart_gaps off
|
||||
|
||||
# Slight gaps around windows
|
||||
gaps inner 20
|
||||
gaps inner 12
|
||||
|
||||
# Colors
|
||||
set $black #000000
|
||||
|
|
@ -335,7 +335,7 @@ for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating dis
|
|||
for_window [app_id="firefox" title="Extension:*"] floating enable
|
||||
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec swaync&
|
||||
exec mako&
|
||||
|
||||
{{- if eq .chezmoi.hostname "baryte" }}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
"margin-top": 6,
|
||||
"margin-left": 6,
|
||||
"margin-right": 6,
|
||||
"margin-top": 12,
|
||||
"margin-left": 12,
|
||||
"margin-right": 12,
|
||||
"spacing": 6, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue