From ddbb58fba17a7ee035d91e97901a9ad96e799e62 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 23 Dec 2021 21:57:27 +0000 Subject: [PATCH] Update install script to install playerctl --- i3/config | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 907d23c..ef7541f 100644 --- a/i3/config +++ b/i3/config @@ -187,7 +187,7 @@ bindsym $mod+x exec i3lock # finds out, if available) bar { status_command /usr/share/bumblebee-status/bumblebee-status \ - -m cpu memory disk publicip date time indicator battery amixer \ + -m cpu memory disk publicip xrandr playerctl battery date time amixer \ -t onedark-powerline } diff --git a/install.sh b/install.sh index 4dc2a1d..cf320d2 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ sudo pacman -Syu -sudo pacman -Sy go dotnet-runtime dotnet-sdk aspnet-runtime alacritty neofetch nodejs discord vifm docker dmenu networkmanager-openvpn htop awesome-terminal-fonts gnome-keyring +sudo pacman -Sy go dotnet-runtime dotnet-sdk aspnet-runtime alacritty neofetch nodejs discord vifm docker dmenu networkmanager-openvpn htop awesome-terminal-fonts gnome-keyring playerctl cd /opt sudo git clone https://aur.archlinux.org/yay.git