mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Working on getting everything just right
This commit is contained in:
parent
d0f4b4c7b6
commit
5122c12f18
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
bd ~/.config/directories
|
bd ~/.config/directories
|
||||||
bf ~/.config/files
|
bf ~/.config/files
|
||||||
bw ~/.config/bookmarks
|
bw ~/.config/bookmarks
|
||||||
@ -11,7 +12,7 @@ cfmb ~/.config/ncmpcpp/bindings
|
|||||||
cfmc ~/.config/ncmpcpp/config
|
cfmc ~/.config/ncmpcpp/config
|
||||||
cfn ~/.config/newsboat/config
|
cfn ~/.config/newsboat/config
|
||||||
cfp ~/.config/polybar/config
|
cfp ~/.config/polybar/config
|
||||||
|
cfs ~/.config/sxhkd/sxhkdrc
|
||||||
cfu ~/.config/newsboat/urls
|
cfu ~/.config/newsboat/urls
|
||||||
cfv ~/.config/nvim/init.vim
|
cfv ~/.config/nvim/init.vim
|
||||||
cfz $ZDOTDIR/.zshrc
|
cfz $ZDOTDIR/.zshrc
|
||||||
|
|
||||||
|
|||||||
@ -80,7 +80,7 @@ interval = 0.5
|
|||||||
format = <label>
|
format = <label>
|
||||||
; %percentage% (default) - total cpu load averaged over all cores
|
; %percentage% (default) - total cpu load averaged over all cores
|
||||||
format-prefix-foreground = ${colors.gray}
|
format-prefix-foreground = ${colors.gray}
|
||||||
label = CPU: %percentage%%
|
label = CPU:
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|||||||
@ -47,6 +47,7 @@ map cfmb shell $EDITOR ~/.config/ncmpcpp/bindings
|
|||||||
map cfmc shell $EDITOR ~/.config/ncmpcpp/config
|
map cfmc shell $EDITOR ~/.config/ncmpcpp/config
|
||||||
map cfn shell $EDITOR ~/.config/newsboat/config
|
map cfn shell $EDITOR ~/.config/newsboat/config
|
||||||
map cfp shell $EDITOR ~/.config/polybar/config
|
map cfp shell $EDITOR ~/.config/polybar/config
|
||||||
|
map cfs shell $EDITOR ~/.config/sxhkd/sxhkdrc
|
||||||
map cfu shell $EDITOR ~/.config/newsboat/urls
|
map cfu shell $EDITOR ~/.config/newsboat/urls
|
||||||
map cfv shell $EDITOR ~/.config/nvim/init.vim
|
map cfv shell $EDITOR ~/.config/nvim/init.vim
|
||||||
map cfz shell $EDITOR $ZDOTDIR/.zshrc
|
map cfz shell $EDITOR $ZDOTDIR/.zshrc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user