some changes
This commit is contained in:
parent
1d65f26d4e
commit
05762c1450
|
|
@ -112,7 +112,7 @@ follow_symlinks = false
|
||||||
metadata_timeout = 1000
|
metadata_timeout = 1000
|
||||||
|
|
||||||
[local]
|
[local]
|
||||||
#enabled = true
|
enabled = false
|
||||||
#library = json
|
#library = json
|
||||||
#media_dir = $XDG_MUSIC_DIR
|
#media_dir = $XDG_MUSIC_DIR
|
||||||
#scan_timeout = 1000
|
#scan_timeout = 1000
|
||||||
|
|
|
||||||
|
|
@ -65,30 +65,30 @@ ramp-volume-foreground = ${colors.foreground-alt}
|
||||||
ramp-headphones-0 =
|
ramp-headphones-0 =
|
||||||
ramp-headphones-1 =
|
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]
|
[module/backlight]
|
||||||
type = internal/xbacklight
|
type = custom/script
|
||||||
output = eDP-1
|
interval = 0.2
|
||||||
enable-scroll = true
|
exec = ~/.config/Scripts/backlight.sh
|
||||||
format = <ramp> <label>
|
scroll-up = exec light -A 5
|
||||||
label = %percentage%%
|
scroll-down = exec light -U 5
|
||||||
ramp-0 =
|
format-prefix = " "
|
||||||
ramp-1 =
|
label = %output%
|
||||||
ramp-2 =
|
label-foreground = ${colors.foreground}
|
||||||
bar-width = 10
|
format-padding = 1
|
||||||
bar-indicator = |
|
|
||||||
bar-fill = ─
|
;[module/backlight]
|
||||||
bar-empty = ─
|
;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]
|
[module/vpncheck]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
|
||||||
3
.zshrc
3
.zshrc
|
|
@ -8,7 +8,8 @@
|
||||||
# ░░░░░░ ░░░░░░ ░░░ ░░░
|
# ░░░░░░ ░░░░░░ ░░░ ░░░
|
||||||
|
|
||||||
export DEFAULT_USER="hate"
|
export DEFAULT_USER="hate"
|
||||||
|
export VDPAU_DRIVER="va_gl"
|
||||||
|
export LIBVA_DRIVER_NAME="iHD"
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue