1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Added i3 config

This commit is contained in:
2016-03-31 03:06:44 +01:00
parent 0b3c202af2
commit a2e1130b2a
23 changed files with 1346 additions and 0 deletions

5
.config/i3blocks/blocks/clock Executable file
View File

@ -0,0 +1,5 @@
case $BLOCK_BUTTON in
1) printf " "$(date '+%d/%m/%y') ; exit ;;
esac
printf " "$(date '+%H:%M')