mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +02:00
Initial bspwm config
This commit is contained in:
+27
-2
@@ -23,7 +23,7 @@ foreground-alt = #555
|
||||
[bar/yoga3_primary_landscape]
|
||||
; not used: songname menu-media xbacklightbuttons
|
||||
modules-left = i3touchmenu checkupd ovpn nvpn usbmodem1 usbmodem2 usbmodem3 eth_yoga3 wlan
|
||||
modules-center = xbacklight i3 volume
|
||||
modules-center = xbacklight bspwm volume
|
||||
modules-right = sensors_cpu_yoga3 memory disk_short_yoga3 battery date
|
||||
monitor = ${env:MONITOR:eDP1}
|
||||
width = 100%
|
||||
@@ -435,7 +435,32 @@ menu-0-1-exec = "xbacklight -inc 10; notify-send 'brightness up'"
|
||||
|
||||
[global/wm]
|
||||
margin-top = 0
|
||||
margin-bottom = 5
|
||||
margin-bottom = 0
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
pin-workspaces = true
|
||||
strip-wsnumbers = true
|
||||
index-sort = true
|
||||
enable-click = true
|
||||
enable-scroll = true
|
||||
wrapping-scroll = true
|
||||
reverse-scroll = true
|
||||
fuzzy-match = false
|
||||
format = <label-state><label-mode>
|
||||
label-mode = %mode%
|
||||
label-mode-padding = 1
|
||||
label-focused =%icon%%name%
|
||||
label-focused-underline = #fff
|
||||
label-focused-margin = 2
|
||||
label-unfocused =%icon%%name%
|
||||
label-unfocused-margin = 1
|
||||
label-visible =%icon%%name%
|
||||
label-visible-underline = #fff
|
||||
label-visible-margin = 1
|
||||
label-urgent =!%icon%%name%!
|
||||
label-urgent-padding = 1
|
||||
label-empty =
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
|
||||
Reference in New Issue
Block a user