Compare commits

..

No commits in common. "975d10398383a04f7bc01753152310d4fd58435b" and "b2f456bce192e684663c659e61416e86a93f9ee0" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -3,12 +3,7 @@
detect_battery=$(upower -e | grep "battery_BAT" | head -1) detect_battery=$(upower -e | grep "battery_BAT" | head -1)
if [ ! -z "${detect_battery}" ] ; then if [ ! -z "${detect_battery}" ] ; then
battery=$(upower -i ${detect_battery} | grep -E "percentage" | awk '{print $2}') battery=$(upower -i ${detect_battery} | grep -E "percentage" | awk '{print $2}')
state=$(upower -i ${detect_battery} | grep -E "state" | awk '{print $2}') echo "󰁹 ${battery} "
if [ "${state}" == "charging" ] ; then
echo "󰂄 ${battery} "
else
echo "󰁹 ${battery} "
fi
else else
echo "󱘖 " echo "󱘖 "
fi fi

View File

@ -19,7 +19,7 @@ i3-wm - My tiling i3 configuration for Debian
adwaita-qt6 adwaita-qt qt5ct qt6ct rofi keepassxc wmctrl conky-all compton pcmanfm jq dex dunst \ adwaita-qt6 adwaita-qt qt5ct qt6ct rofi keepassxc wmctrl conky-all compton pcmanfm jq dex dunst \
geany xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono procps git zenity \ geany xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono procps git zenity \
xdg-desktop-portal-gtk xdg-desktop-portal xorg xserver-xorg fonts-liberation psmisc terminator \ xdg-desktop-portal-gtk xdg-desktop-portal xorg xserver-xorg fonts-liberation psmisc terminator \
brightnessctl iw wpasupplicant upower brightnessctl iw wpasupplicant
```` ````
```shell ```shell