diff options
Diffstat (limited to 'waybar/brightness.sh')
| -rwxr-xr-x | waybar/brightness.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/waybar/brightness.sh b/waybar/brightness.sh deleted file mode 100755 index cbd597e..0000000 --- a/waybar/brightness.sh +++ /dev/null @@ -1,4 +0,0 @@ -brightness=$(brightnessctl | grep 'Current brightness' | grep -o '[0-9]\+' | head -n 1) -temp=$(hyprctl hyprsunset temperature 2>/dev/null | grep -o '[0-9]\+') -if [ -z "$temp" ]; then temp=6000; fi -echo "Photons:<span color='#FFA500'>$brightness</span>(<span color='#FF4040'>$temp</span>K)" |
