diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-01-10 12:50:30 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-01-10 12:50:30 +0000 |
| commit | 0204feb86f109a3c769e2d4ec7ac66d96e29c896 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /bin | |
| parent | 5d631bd3ad7f78e8ca69d7001cada582fcd8d18f (diff) | |
Remove everything
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/remaps | 4 | ||||
| -rwxr-xr-x | bin/.local/bin/statusbar/battery | 11 | ||||
| -rwxr-xr-x | bin/.local/bin/statusbar/clock | 3 |
3 files changed, 0 insertions, 18 deletions
diff --git a/bin/.local/bin/remaps b/bin/.local/bin/remaps deleted file mode 100755 index 4cd25d4..0000000 --- a/bin/.local/bin/remaps +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -setxkbmap -layout gb -setxkbmap -option caps:super diff --git a/bin/.local/bin/statusbar/battery b/bin/.local/bin/statusbar/battery deleted file mode 100755 index 9373375..0000000 --- a/bin/.local/bin/statusbar/battery +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -for battery in /sys/class/power_supply/BAT? -do - # Get its remaining capacity and charge status. - capacity=$(cat "$battery"/capacity 2>/dev/null) || break - status=$(cat "$battery"/status 2>/dev/null) || break - - printf "[%s%%]%s " "$capacity" "$status" - unset warn -done diff --git a/bin/.local/bin/statusbar/clock b/bin/.local/bin/statusbar/clock deleted file mode 100755 index d2b8a51..0000000 --- a/bin/.local/bin/statusbar/clock +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -date +"%d %B %Y %R" |
