some changes

This commit is contained in:
Harri Lahtinen 2018-12-31 15:46:31 +02:00
parent 1d65f26d4e
commit 05762c1450
3 changed files with 26 additions and 25 deletions

View File

@ -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

View File

@ -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

3
.zshrc
View File

@ -8,7 +8,8 @@
# ░░░░░░ ░░░░░░ ░░░ ░░░
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.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.