customize swaybar
This commit is contained in:
parent
9751ac045f
commit
e0f026931d
2 changed files with 8 additions and 4 deletions
|
|
@ -17,3 +17,7 @@ PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|
|||
EDITOR=nvim
|
||||
|
||||
alias vi=nvim
|
||||
|
||||
if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then
|
||||
source $HOME/.config/zsh/autocomplete_zeit
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"modules-center": [
|
||||
"custom/wf-recorder",
|
||||
"sway/mode",
|
||||
// "custom/weather"
|
||||
"custom/weather",
|
||||
"sway/window"
|
||||
],
|
||||
"modules-right": [
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"sway/language",
|
||||
"custom/github",
|
||||
"custom/clipboard",
|
||||
// "custom/zeit",
|
||||
"custom/zeit",
|
||||
// "cpu",
|
||||
// "temperature",
|
||||
"battery",
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
"backlight",
|
||||
|
||||
// system
|
||||
"custom/adaptive-light",
|
||||
"custom/sunset",
|
||||
// "custom/adaptive-light",
|
||||
// "custom/sunset",
|
||||
"custom/pacman",
|
||||
|
||||
"tray",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue