Add instructions and simplify locations of some scripts.
This commit is contained in:
parent
f9eb221ee0
commit
7e70eb4bf9
|
@ -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/
|
|
@ -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
|
|
@ -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/
|
|
@ -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
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue