Compare commits
2 Commits
5c27f13ef1
...
3878942e9a
Author | SHA1 | Date | |
---|---|---|---|
3878942e9a | |||
3792b71e94 |
3
programs
3
programs
@ -6,6 +6,7 @@ git
|
|||||||
xwallpaper
|
xwallpaper
|
||||||
dunst
|
dunst
|
||||||
zathura
|
zathura
|
||||||
|
zathura-pdf-poppler
|
||||||
libnotify
|
libnotify
|
||||||
xorg-setxkbmap
|
xorg-setxkbmap
|
||||||
xorg-xrandr
|
xorg-xrandr
|
||||||
@ -23,7 +24,7 @@ mpv
|
|||||||
scrot
|
scrot
|
||||||
xsel
|
xsel
|
||||||
xclip
|
xclip
|
||||||
sxiv
|
nsxiv
|
||||||
pulsemixer
|
pulsemixer
|
||||||
# battery status
|
# battery status
|
||||||
acpi
|
acpi
|
||||||
|
@ -38,6 +38,7 @@ function calcpy; python3 ~/.local/bin/calcpy/calcpy_cli.py; end
|
|||||||
|
|
||||||
# disable history on units
|
# disable history on units
|
||||||
alias units='units -H ""'
|
alias units='units -H ""'
|
||||||
|
alias sxiv='nsxiv'
|
||||||
|
|
||||||
# music recognition
|
# music recognition
|
||||||
function musrec
|
function musrec
|
||||||
|
@ -2,11 +2,12 @@ set recolor-darkcolor "#ffffff"
|
|||||||
set recolor-lightcolor "#000000"
|
set recolor-lightcolor "#000000"
|
||||||
set recolor true
|
set recolor true
|
||||||
|
|
||||||
set default-bg "#000000"
|
set default-bg "#000000ff"
|
||||||
set index-bg "#000000"
|
set index-bg "#000000"
|
||||||
set index-active-bg "#111111"
|
set index-active-bg "#111111"
|
||||||
set index-active-fg "#FFFFFF"
|
set index-active-fg "#FFFFFF"
|
||||||
set inputbar-bg "#000000"
|
set inputbar-bg "#000000"
|
||||||
set inputbar-fg "#CCCCCC"
|
set inputbar-fg "#CCCCCC"
|
||||||
|
set statusbar-bg "#000000"
|
||||||
|
|
||||||
set selection-clipboard clipboard
|
set selection-clipboard clipboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user