Skip to content

Commit 74b6df4

Browse files
committed
Rename battery -> battery2 to make room for default script
WARN: Breaks backwards compatibility
1 parent b142910 commit 74b6df4

11 files changed

+7
-8
lines changed

battery/battery.py

-1
This file was deleted.

battery/i3blocks.conf

-4
This file was deleted.

battery/LICENSE battery2/LICENSE

File renamed without changes.

battery/README.md battery2/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# battery
1+
# battery2
22

33
Show the current status of your battery.
44

@@ -21,8 +21,8 @@ fonts-font-awesome, acpi, python3
2121
To use with i3blocks, copy the blocklet configuration in the given `i3blocks.conf` into your i3blocks configuration file, the recommended config is
2222

2323
```INI
24-
[battery]
25-
command=$SCRIPT_DIR/battery
24+
[battery2]
25+
command=$SCRIPT_DIR/battery2
2626
markup=pango
2727
interval=30
2828
```

battery/battery battery2/battery2

File renamed without changes.

battery2/i3blocks.conf

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[battery2]
2+
command=$SCRIPT_DIR/battery2
3+
markup=pango
4+
interval=30
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)