Config some more or whatever
This commit is contained in:
parent
314904c99e
commit
0ee2c66e69
4 changed files with 14 additions and 11 deletions
|
|
@ -28,11 +28,11 @@ input type:touchpad {
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
#input type:keyboard {
|
input type:keyboard {
|
||||||
# xkb_layout gb
|
xkb_layout gb
|
||||||
# xkb_variant colemak
|
xkb_variant colemak
|
||||||
# xkb_options ctrl:nocaps
|
xkb_options ctrl:nocaps
|
||||||
#}
|
}
|
||||||
|
|
||||||
input 65261:4871:TMK/Cub_Ergodox {
|
input 65261:4871:TMK/Cub_Ergodox {
|
||||||
xkb_layout gb
|
xkb_layout gb
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vi: ft=swayconfig
|
# vi: ft=swayconfig
|
||||||
#
|
#
|
||||||
default_border pixel 2
|
default_border none
|
||||||
font pango:JetBrainsMono Regular 10
|
font pango:JetBrainsMono Regular 10
|
||||||
smart_borders on
|
smart_borders no_gaps
|
||||||
smart_gaps off
|
smart_gaps off
|
||||||
|
|
||||||
# Slight gaps around windows
|
# Slight gaps around windows
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,15 @@ blur_radius 3
|
||||||
|
|
||||||
shadows enable
|
shadows enable
|
||||||
shadows_on_csd enable
|
shadows_on_csd enable
|
||||||
shadow_blur_radius 20
|
shadow_blur_radius 5
|
||||||
|
shadow_offset 3 3
|
||||||
|
shadow_color #CB4B16BF
|
||||||
|
shadow_inactive_color #0000007F
|
||||||
smart_corner_radius enable
|
smart_corner_radius enable
|
||||||
corner_radius 15
|
corner_radius 12
|
||||||
|
|
||||||
layer_effects "waybar" blur enable; shadows disable; corner_radius 15
|
layer_effects "waybar" blur enable; shadows disable; corner_radius 15
|
||||||
layer_effects "notifications" blur enable; corner_radius 12
|
layer_effects "notifications" blur enable; shadows enable; corner_radius 12
|
||||||
layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
|
layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
|
||||||
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"position": "top", // Waybar position (top|bottom|left|right)
|
"position": "top", // Waybar position (top|bottom|left|right)
|
||||||
"height": 30, // Waybar height (to be removed for auto height)
|
"height": 30, // Waybar height (to be removed for auto height)
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
"margin-top": 12,
|
"margin-top": 10,
|
||||||
"margin-left": 12,
|
"margin-left": 12,
|
||||||
"margin-right": 12,
|
"margin-right": 12,
|
||||||
"spacing": 6, // Gaps between modules (4px)
|
"spacing": 6, // Gaps between modules (4px)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue