Disroot's changelog. Check when what has been upgraded, what has changed.
Updated 2024-03-22 22:46:48 +01:00
Disroot/CHANGELOG
Disroot's changelog. Check when what has been upgraded, what has changed.
Updated 2024-03-22 22:14:20 +01:00
Updated 2024-03-22 21:56:51 +01:00
Updated 2024-03-22 20:07:53 +01:00
A simple pure-CSS theme, with skeuomorphic aspect and that uses Gradience's color themes (therefore, it's easy to create new color themes for it)
Updated 2024-03-22 10:00:17 +01:00
Updated 2024-03-22 04:57:32 +01:00
Updated 2024-03-22 03:22:57 +01:00
Updated 2024-03-21 22:46:47 +01:00
Updated 2024-03-21 21:47:03 +01:00
bat () { cap="$(cat /sys/class/power_supply/BAT1/capacity)" sta="$(cat /sys/class/power_supply/BAT1/status)" op="-" [ "$sta" = "Charging" ] && op="+" printf "%s" "$op$cap%" } memory () { mem=$(free -h | awk '/Mem:/ { print $3 }' | cut -f1 -d 'i') echo mem: $mem exit 0 } volume () { vol=$(amixer get Master | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/') echo vol: $vol exit 0 } while true; do xsetroot -name " $(bat) | $(memory) | $(volume) | $(date +"%a %d %h %H:%M")" sleep 59s done & exec dwm
Updated 2024-03-21 14:59:15 +01:00
Updated 2024-03-21 08:41:13 +01:00
Updated 2024-03-21 07:38:56 +01:00
Updated 2024-03-21 04:15:27 +01:00
Updated 2024-03-21 03:35:46 +01:00
Personal dmenu build
Updated 2024-03-20 23:02:19 +01:00
Personal dwm build
Updated 2024-03-20 22:54:36 +01:00
My first personal portfolio webpage
Updated 2024-03-20 17:19:26 +01:00
Updated 2024-03-20 12:30:41 +01:00
Updated 2024-03-20 12:27:20 +01:00
Updated 2024-03-20 12:13:18 +01:00