diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 21:15:51 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 21:15:51 +0530 |
commit | ff6eb3a6417458c086bca1cc2499c3353c031622 (patch) | |
tree | 35df590595a0f520e14ba7a22a2aa28e574c7279 /.config/lemon.go | |
parent | de58295210063ed7088b411d0da8ef37b33cb863 (diff) |
also added a lemonbar on second screen
Diffstat (limited to '.config/lemon.go')
-rw-r--r-- | .config/lemon.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lemon.go b/.config/lemon.go index d242ccb..17471e9 100644 --- a/.config/lemon.go +++ b/.config/lemon.go @@ -112,7 +112,7 @@ func cpuTempLoop() { // TODO: maybe add dates on click func getTime() string { now := time.Now() - return now.Format("3:04 PM") + return now.Format(" 3:04 PM") } // TODO: maybe show percentages instead of free space |