Skip to content

Commit

Permalink
chore: UPower update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayhan Kafi Pratama committed Jul 17, 2022
1 parent d2ef6d5 commit 19e08ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ AwesomeWM Modules:
- Clean and efficient api for color conversion in lua
- **[layout-machi](https://github.com/xinhaoyuan/layout-machi)**
- Manual layout for Awesome with an interactive editor
- **[UPower Battery Widget](https://github.com/Aire-One/awesome-battery_widget)**
- **[UPower](https://github.com/Aire-One/awesome-battery_widget)**
- A UPowerGlib based battery widget for the Awesome WM

Main Features:
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "config/awesome/modules/battery_widget"]
path = config/awesome/modules/battery_widget
url = https://github.com/Aire-One/awesome-battery_widget.git
[submodule "config/awesome/modules/bling"]
path = config/awesome/modules/bling
url = https://github.com/BlingCorp/bling.git
Expand All @@ -10,6 +7,9 @@
[submodule "config/awesome/modules/layout-machi"]
path = config/awesome/modules/layout-machi
url = https://github.com/xinhaoyuan/layout-machi.git
[submodule "config/awesome/modules/UPower"]
path = config/awesome/modules/UPower
url = https://github.com/Aire-One/awesome-battery_widget
[submodule "misc/themes"]
path = misc/themes
url = https://github.com/rxyhn/AestheticStuff.git
2 changes: 1 addition & 1 deletion config/awesome/signal/battery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- signal::battery
--- percentage
--- state
local upower_widget = require("modules.battery_widget")
local upower_widget = require("modules.UPower")
local battery_listener = upower_widget({
device_path = "/org/freedesktop/UPower/devices/battery_BAT0",
instant_update = true,
Expand Down

0 comments on commit 19e08ad

Please sign in to comment.