diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-06 23:52:56 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-06 23:52:56 +0300 |
commit | c0d8f7c421193b54f13ca3611c9fa6ffd1f09b3d (patch) | |
tree | f58431805627914da1c428ed9adca29ca9780b31 /dotfiles/.local/bin/notistats | |
parent | 05c3b3e5534a6341c02e86605e15f26920fc2236 (diff) | |
download | swayrice-c0d8f7c421193b54f13ca3611c9fa6ffd1f09b3d.tar.gz swayrice-c0d8f7c421193b54f13ca3611c9fa6ffd1f09b3d.zip |
Script to clean URLs of trackers
Diffstat (limited to 'dotfiles/.local/bin/notistats')
-rwxr-xr-x | dotfiles/.local/bin/notistats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/notistats b/dotfiles/.local/bin/notistats index cd50276..923b0ba 100755 --- a/dotfiles/.local/bin/notistats +++ b/dotfiles/.local/bin/notistats @@ -15,4 +15,4 @@ if [ -f /sys/class/drm/card0/device/hwmon/hwmon1/temp1_input ]; then body=$body"\n"$(echo print\(\'GPU temp:\\t{}C\'.format\($(cat /sys/class/drm/card0/device/hwmon/hwmon1/temp1_input)/1000\)\) | python) fi -notify-send "Hardware status" "$body" +notify-send "⚡ Hardware status" "$body" |