From be258954cd6182c1d51723a780bf94c2ed57e442 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 9 Jan 2026 21:12:02 +0100 Subject: sway: Switch back to minimal waybar `swaybar` has icon issues on Arch Linux. Furthermore waybar - while more complicated to configure - has way more features. Complexity can be avoided by a minimal config. --- sway/status.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 sway/status.sh (limited to 'sway/status.sh') diff --git a/sway/status.sh b/sway/status.sh deleted file mode 100755 index eb68f81..0000000 --- a/sway/status.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - - -temp() { - find /sys/class/thermal -type l -name 'thermal_zone*' | \ - while read -r zone - do - printf "%s °C " "$(( $(cat ${zone}/temp) / 1000 ))" - done -} -bat="BAT $(cat /sys/class/power_supply/BAT*/capacity | tr '\n' ' ')" -time="$(date '+KW %V %a %Y-%m-%d %H:%M')" - - -echo "| $(temp)| ${bat}| ${time} |" -- cgit v1.2.3-70-g09d2