diff options
author | Karel Kočí <cynerd@email.cz> | 2024-04-15 23:34:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-04-15 23:35:42 +0200 |
commit | 4a25d79feef0dd6e462abfb48173da7e470127a5 (patch) | |
tree | f669e473abd24a84b2d9e167ec3f61463fb2b3a7 /config/i3blocks/scripts/gpu | |
parent | def6ee65cecb646c4cf0e02e9cfd17dd21611f9c (diff) | |
download | myconfigs-4a25d79feef0dd6e462abfb48173da7e470127a5.tar.gz myconfigs-4a25d79feef0dd6e462abfb48173da7e470127a5.tar.bz2 myconfigs-4a25d79feef0dd6e462abfb48173da7e470127a5.zip |
Replace i3blocks with swaybar
Diffstat (limited to 'config/i3blocks/scripts/gpu')
-rwxr-xr-x | config/i3blocks/scripts/gpu | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/i3blocks/scripts/gpu b/config/i3blocks/scripts/gpu deleted file mode 100755 index cc257c1..0000000 --- a/config/i3blocks/scripts/gpu +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -echo "$(cat /sys/class/drm/card0/device/gpu_busy_percent)%" |