Readd battery/display states, install pavucontrol

This commit is contained in:
Elizabeth Hunt 2023-03-27 19:07:33 -06:00
parent 99efed5715
commit 9478a0c150
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 25 additions and 3 deletions

View File

@ -42,4 +42,20 @@
}, },
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"backlight": {
"format": " {}%"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
}
} }

View File

@ -10,7 +10,8 @@ sudo pacman -S git emacs vim \
sway inetutils playerctl rustup tmux \ sway inetutils playerctl rustup tmux \
openssl-1.1 bluez bluez-utils wget \ openssl-1.1 bluez bluez-utils wget \
base-devel dunst wofi noto-fonts-emoji \ base-devel dunst wofi noto-fonts-emoji \
light brightnessctl pass light brightnessctl pass docker \
pavucontrol
# rustup # rustup
rustup default stable rustup default stable
@ -27,7 +28,7 @@ cd ~
# AUR packages # AUR packages
pikaur -S xremap-x11-bin spotify-tui-bin \ pikaur -S xremap-x11-bin spotify-tui-bin \
betterdiscord-installer-bin discord obs-studio \ betterdiscord-installer-bin discord obs-studio \
nerd-fonts-cozette-ttf ttf-font-awesome nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette
# xremap # xremap
sudo groupadd input sudo groupadd input
@ -43,13 +44,17 @@ systemctl enable --user spotifyd
# chsh to zsh # chsh to zsh
chsh $USER --shell /bin/zsh chsh $USER --shell /bin/zsh
# Docker
sudo systemctl enable --now docker
sudo groupadd docker
sudo usermod -aG docker $USER
# Wallpapers # Wallpapers
mkdir Wallpapers && cd Wallpapers mkdir Wallpapers && cd Wallpapers
wget "https://github.com/FrenzyExists/wallpapers/raw/main/Gruv/gruv-temple.png" wget "https://github.com/FrenzyExists/wallpapers/raw/main/Gruv/gruv-temple.png"
wget "https://e0.pxfuel.com/wallpapers/885/812/desktop-wallpaper-i3-gaps-gruvbox-arch-love-r-unixporn.jpg" wget "https://e0.pxfuel.com/wallpapers/885/812/desktop-wallpaper-i3-gaps-gruvbox-arch-love-r-unixporn.jpg"
wget "https://github.com/FrenzyExists/wallpapers/blob/main/Anime/anime-coffee-girl.jpg?raw=true" wget "https://github.com/FrenzyExists/wallpapers/blob/main/Anime/anime-coffee-girl.jpg?raw=true"
wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "https://wallpapers.com//images/hd/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg" wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "https://wallpapers.com//images/hd/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg"
cd .. cd ..
# Setup asdf-vm, thefuck # Setup asdf-vm, thefuck
@ -67,3 +72,4 @@ echo " . Setup spotify-tui with client id from spotify.com"
echo " . Put spotify password in `pass insert spotify` for spotifyd" echo " . Put spotify password in `pass insert spotify` for spotifyd"
echo " . Login to firefox" echo " . Login to firefox"
echo " . Put ssh key into GitHub, change remote origin in ~" echo " . Put ssh key into GitHub, change remote origin in ~"
echo " . Add waybar config in .config/waybar/local.d"