mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added clock
This commit is contained in:
parent
bf42ad2ee3
commit
a5ca7ae586
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
bar {
|
||||
position top
|
||||
status_command while :; do echo "$(date +'%I:%M:%S %p') | $(date +'%m-%d-%Y')"; sleep 1; done
|
||||
status_command while :; do echo "$(free -h | awk '/^Mem/ {print $3}') '|' $(date +'%I:%M:%S %p') '|' $(date +'%m-%d-%Y')"; sleep 1; done
|
||||
font Noto Sans 10
|
||||
colors {
|
||||
background #0A0E14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue