Merge kubuntu and ubuntu-i3 configs

This commit is contained in:
2021-12-20 16:49:21 -05:00
parent 4d7aa521dc
commit 574cc7802a
214 changed files with 12317 additions and 517 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
################################
# Shows current time
#
# @param {String} format: The format of the time
# @return {Time}: Current time
################################
format=${BLOCK_INSTANCE:-"%H:%M:%S"}
date +"$format"
date +"%H:%M"