Working on getting everything just right

This commit is contained in:
Vlad Doster 2020-01-01 23:54:54 -05:00
parent d0f4b4c7b6
commit 5122c12f18
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
bd ~/.config/directories
bf ~/.config/files
bw ~/.config/bookmarks
@ -11,7 +12,7 @@ cfmb ~/.config/ncmpcpp/bindings
cfmc ~/.config/ncmpcpp/config
cfn ~/.config/newsboat/config
cfp ~/.config/polybar/config
cfs ~/.config/sxhkd/sxhkdrc
cfu ~/.config/newsboat/urls
cfv ~/.config/nvim/init.vim
cfz $ZDOTDIR/.zshrc

View File

@ -80,7 +80,7 @@ interval = 0.5
format = <label>
; %percentage% (default) - total cpu load averaged over all cores
format-prefix-foreground = ${colors.gray}
label = CPU: %percentage%%
label = CPU:
[module/date]
type = internal/date

View File

@ -47,6 +47,7 @@ map cfmb shell $EDITOR ~/.config/ncmpcpp/bindings
map cfmc shell $EDITOR ~/.config/ncmpcpp/config
map cfn shell $EDITOR ~/.config/newsboat/config
map cfp shell $EDITOR ~/.config/polybar/config
map cfs shell $EDITOR ~/.config/sxhkd/sxhkdrc
map cfu shell $EDITOR ~/.config/newsboat/urls
map cfv shell $EDITOR ~/.config/nvim/init.vim
map cfz shell $EDITOR $ZDOTDIR/.zshrc