More config cleanup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
005c4f29b6
commit
8d3f9c8a1d
22 changed files with 44 additions and 27 deletions
|
@ -31,4 +31,4 @@ xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
|||
# Start ibus
|
||||
#ibus-daemon -drx
|
||||
|
||||
. "${HOME}/bin/resolution.sh"
|
||||
. "${XDG_BIN_HOME}/resolution.sh"
|
||||
|
|
4
system/.config/npm/config
Normal file
4
system/.config/npm/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
prefix=${XDG_DATA_HOME}/npm
|
||||
cache=${XDG_CACHE_HOME}/npm
|
||||
tmp=${XDG_RUNTIME_DIR}/npm
|
||||
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js
|
|
@ -239,7 +239,7 @@ label = %output%
|
|||
|
||||
interval = 5
|
||||
|
||||
click-left = $HOME/bin/power.sh
|
||||
click-left = ${XDG_BIN_HOME}/power.sh
|
||||
|
||||
|
||||
#######################################
|
||||
|
@ -247,7 +247,7 @@ click-left = $HOME/bin/power.sh
|
|||
#######################################
|
||||
[module/music]
|
||||
type = custom/script
|
||||
exec = $HOME/bin/music.sh
|
||||
exec = ${XDG_BIN_HOME}/music.sh
|
||||
|
||||
format = <label>
|
||||
label = %output%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue