diff --git a/.config/polybar/batt/ip5xxx_battery.sh b/.config/polybar/batt/ip5xxx_battery.sh deleted file mode 100755 index 62db9bf..0000000 --- a/.config/polybar/batt/ip5xxx_battery.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -PERCENTAGESTR=$(upower -i /org/freedesktop/UPower/devices/battery_ip5xxx_battery | grep percentage) -echo "${PERCENTAGESTR//[!0-9]/}" > /home/katie/.config/polybar/batt/ip5xxx-battery/ diff --git a/.config/polybar/batt/ip5xxx_charge_now_compat.service b/.config/polybar/batt/ip5xxx_charge_now_compat.service deleted file mode 100644 index b47cdca..0000000 --- a/.config/polybar/batt/ip5xxx_charge_now_compat.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=ip5xxx Battery charge_now Compatability Service - -[Service] -User=root -ExecStart=ip5xxx_battery.sh -Restart=always -StartLimitBurst=1000000 - -[Install] -WantedBy=multi-user.target diff --git a/.config/polybar/batt/rk818_battery.sh b/.config/polybar/batt/rk818_battery.sh deleted file mode 100755 index b20e397..0000000 --- a/.config/polybar/batt/rk818_battery.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -PERCENTAGESTR=$(upower -i /org/freedesktop/UPower/devices/battery_rk818_battery | grep percentage) -echo "${PERCENTAGESTR//[!0-9]/}" > /home/katie/.config/polybar/batt/rk818-battery/ diff --git a/.config/polybar/batt/rk818_charge_now_compat.service b/.config/polybar/batt/rk818_charge_now_compat.service deleted file mode 100644 index 36f064b..0000000 --- a/.config/polybar/batt/rk818_charge_now_compat.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=RK818 Battery charge_now Compatability Service - -[Service] -User=root -ExecStart=rk818_battery.sh -Restart=always -StartLimitBurst=1000000 - -[Install] -WantedBy=multi-user.target diff --git a/README.md b/README.md index 20fa3ac..10e8fb5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ Here is a noncomprehensive list of what these files do: * A custom module that displays the current status of SXMO (unlocked, lock, etc). * The rest of the modules were either from [altrgeek](https://github.com/altrgeek/bspwm-polybar) or ships with Polybar. +## Usage +This assumes you already have SXMO, BSPWM, and LightDM installed. DO THAT NOW!!! + +1. Copy the `bspwm.desktop` file to `/usr/share/xsessions/` +2. Copy all scripts in the `bin` folder to `/usr/bin/`. MAKE SURE THEY ARE EXECUTABLE! +3. Copy all files in the `config` to `~/.config/`. + * Don't do it blindly, though. If you have your own pre-existing configurations, you should try to merge them yourself. + * MAKE SURE THE SCRIPTS IN `~/.config/polybar/scripts/` ARE EXECUTABLE! + ## It doesn't work on my system! Leave an issue. Perhaps together, we can find the right batteries to include. I thought it was AA's though. diff --git a/.config/bspwm/sxmo-bspwm-xinit.sh b/bin/sxmo-bspwm-xinit.sh similarity index 100% rename from .config/bspwm/sxmo-bspwm-xinit.sh rename to bin/sxmo-bspwm-xinit.sh