some changes
This commit is contained in:
parent
1d65f26d4e
commit
05762c1450
|
|
@ -112,7 +112,7 @@ follow_symlinks = false
|
|||
metadata_timeout = 1000
|
||||
|
||||
[local]
|
||||
#enabled = true
|
||||
enabled = false
|
||||
#library = json
|
||||
#media_dir = $XDG_MUSIC_DIR
|
||||
#scan_timeout = 1000
|
||||
|
|
|
|||
|
|
@ -65,30 +65,30 @@ ramp-volume-foreground = ${colors.foreground-alt}
|
|||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
|
||||
;[module/backlight]
|
||||
;type = custom/script
|
||||
;interval = 0.2
|
||||
;exec = ~/.config/Scripts/backlight.sh
|
||||
;scroll-up = exec light -A 5
|
||||
;scroll-down = exec light -U 5
|
||||
;format-prefix = " "
|
||||
;label = %output%
|
||||
;label-foreground = ${colors.foreground}
|
||||
;format-padding = 1
|
||||
|
||||
[module/backlight]
|
||||
type = internal/xbacklight
|
||||
output = eDP-1
|
||||
enable-scroll = true
|
||||
format = <ramp> <label>
|
||||
label = %percentage%%
|
||||
ramp-0 =
|
||||
ramp-1 =
|
||||
ramp-2 =
|
||||
bar-width = 10
|
||||
bar-indicator = |
|
||||
bar-fill = ─
|
||||
bar-empty = ─
|
||||
type = custom/script
|
||||
interval = 0.2
|
||||
exec = ~/.config/Scripts/backlight.sh
|
||||
scroll-up = exec light -A 5
|
||||
scroll-down = exec light -U 5
|
||||
format-prefix = " "
|
||||
label = %output%
|
||||
label-foreground = ${colors.foreground}
|
||||
format-padding = 1
|
||||
|
||||
;[module/backlight]
|
||||
;type = internal/xbacklight
|
||||
;output = eDP-1
|
||||
;enable-scroll = true
|
||||
;format = <ramp> <label>
|
||||
;label = %percentage%%
|
||||
;ramp-0 =
|
||||
;ramp-1 =
|
||||
;ramp-2 =
|
||||
;bar-width = 10
|
||||
;bar-indicator = |
|
||||
;bar-fill = ─
|
||||
;bar-empty = ─
|
||||
|
||||
[module/vpncheck]
|
||||
type = custom/script
|
||||
|
|
|
|||
Loading…
Reference in New Issue