mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Add gaps and rounded corners
This commit is contained in:
parent
6d5712e5aa
commit
9cb61a497c
@ -54,8 +54,8 @@ set_from_resource $grayish i3wm.color15 #555555
|
|||||||
client.focused $grayish $grayish $fg $bg $bg
|
client.focused $grayish $grayish $fg $bg $bg
|
||||||
|
|
||||||
# Change gap size
|
# Change gap size
|
||||||
gaps outer 0
|
gaps outer 20
|
||||||
gaps inner 0
|
gaps inner 10
|
||||||
gaps top 20
|
gaps top 20
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
|
@ -3,7 +3,7 @@ backend = "glx";
|
|||||||
opacity-rule = [ ];
|
opacity-rule = [ ];
|
||||||
|
|
||||||
|
|
||||||
corner-radius = 6.0;
|
corner-radius = 10.0;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
# "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar
|
# "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar
|
||||||
# "class_g = 'Dunst'"
|
# "class_g = 'Dunst'"
|
||||||
|
@ -53,12 +53,12 @@
|
|||||||
|
|
||||||
[bar/main]
|
[bar/main]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
width = 100%
|
width = 100%:-50
|
||||||
offset-x = 0
|
offset-x = 25
|
||||||
offset-y = 0
|
offset-y = 0
|
||||||
|
|
||||||
height = 20
|
height = 20
|
||||||
radius = 0.0
|
radius = 0
|
||||||
|
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
@ -81,7 +81,7 @@
|
|||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
tray-position = right
|
; tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
;tray-background = #0063ff
|
;tray-background = #0063ff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user