mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-03-25 07:22:54 +01:00
Stretched WM-bar
This commit is contained in:
@@ -363,13 +363,13 @@ set_from_resource $col_indicator i3_indicator
|
||||
# i3-gaps
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 20
|
||||
gaps outer 0
|
||||
gaps inner 25
|
||||
gaps outer 5
|
||||
|
||||
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
|
||||
# gaps inner|outer current|all set|plus|minus <px>
|
||||
# gaps inner all set 10
|
||||
# gaps outer all plus 5
|
||||
#gaps inner all set 25
|
||||
#gaps outer all set 5
|
||||
|
||||
# Smart gaps (gaps used if only more than one container on the workspace) (on | inverse_outer)
|
||||
smart_gaps inverse_outer
|
||||
@@ -384,7 +384,7 @@ hide_edge_borders smart_no_gaps
|
||||
set $toggle_gaps Toggle gaps: (0) off / (1) on
|
||||
bindsym $mod+g mode "$toggle_gaps"
|
||||
mode "$toggle_gaps" {
|
||||
bindsym 1 mode "default", gaps inner all set 25, gaps outer all set 5
|
||||
bindsym 1 mode "default", gaps inner all set 25, gaps outer all set 5, gaps top all set 10
|
||||
bindsym 0 mode "default", gaps inner all set 0, gaps outer all set 0
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
|
||||
@@ -50,8 +50,11 @@ offset-y = 58px
|
||||
inherit="bar/base_master"
|
||||
background = ${colors.transparent}
|
||||
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
|
||||
height = 15
|
||||
font-1 = Hack Nerd Font:fontformat=truetype:pixelsize=10;1
|
||||
font-2 = Material Design Icons Desktop:fontformat=truetype:pixelsize=10:antialias=true;1
|
||||
height = 20
|
||||
width = 100%
|
||||
modules-center = i3
|
||||
padding= 4
|
||||
wm-restack = i3
|
||||
override-redirect = false
|
||||
|
||||
Reference in New Issue
Block a user