mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update config
This commit is contained in:
parent
d8b813a44d
commit
5bbe5aa027
@ -27,6 +27,10 @@ width = 100%
|
|||||||
height = 20
|
height = 20
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
|
|
||||||
|
; allow scrolling workspaces
|
||||||
|
scroll-up = i3wm-wsnext
|
||||||
|
scroll-down = i3wm-wsprev
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
@ -49,13 +53,24 @@ font-3 = Symbola:pixelsize=9;1
|
|||||||
|
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3 xworkspaces
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = cpu memory volume wlan eth battery date
|
modules-right = cpu memory volume wlan eth battery date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
|
|
||||||
|
[module/ewmh]
|
||||||
|
type = internal/xworkspaces
|
||||||
|
|
||||||
|
; Create click handler used to focus desktop
|
||||||
|
; Default: true
|
||||||
|
enable-click = false
|
||||||
|
|
||||||
|
; Create scroll handlers used to cycle desktops
|
||||||
|
; Default: true
|
||||||
|
enable-scroll = false
|
||||||
|
|
||||||
[module/mutt-wizard]
|
[module/mutt-wizard]
|
||||||
|
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user