Switch to i3

This commit is contained in:
Asocia
2021-07-11 16:51:11 +03:00
parent aafe749ced
commit bf6eb6b13a
19 changed files with 1120 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
notify-send -u low "$(awk '{print "Uptime: " int($1/3600)" Hours "int(($1%3600)/60)" minutes "int($1%60)" seconds"}' /proc/uptime)"