customize swaybar
This commit is contained in:
parent
414ef42dc0
commit
d1cae16675
2 changed files with 8 additions and 4 deletions
|
|
@ -17,3 +17,7 @@ PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|
||||||
EDITOR=nvim
|
EDITOR=nvim
|
||||||
|
|
||||||
alias vi=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": [
|
"modules-center": [
|
||||||
"custom/wf-recorder",
|
"custom/wf-recorder",
|
||||||
"sway/mode",
|
"sway/mode",
|
||||||
// "custom/weather"
|
"custom/weather",
|
||||||
"sway/window"
|
"sway/window"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"custom/github",
|
"custom/github",
|
||||||
"custom/clipboard",
|
"custom/clipboard",
|
||||||
// "custom/zeit",
|
"custom/zeit",
|
||||||
// "cpu",
|
// "cpu",
|
||||||
// "temperature",
|
// "temperature",
|
||||||
"battery",
|
"battery",
|
||||||
|
|
@ -47,8 +47,8 @@
|
||||||
"backlight",
|
"backlight",
|
||||||
|
|
||||||
// system
|
// system
|
||||||
"custom/adaptive-light",
|
// "custom/adaptive-light",
|
||||||
"custom/sunset",
|
// "custom/sunset",
|
||||||
"custom/pacman",
|
"custom/pacman",
|
||||||
|
|
||||||
"tray",
|
"tray",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue