AutoYADM commit: 2025-01-13 14:25:05

This commit is contained in:
Daniel Fichtinger 2025-01-13 14:25:05 -05:00
parent 2ac432d906
commit 03bc1a940f
2 changed files with 5 additions and 2 deletions

View file

@ -281,7 +281,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%a, %b %d %X'; do sleep 1; done
status_command while date +'%a, %b %d - %H:%M'; do sleep 60; done
colors {
background $bg
@ -297,7 +297,7 @@ bar {
# TODO: add obsidian and filen?
# WARNING: DO NOT TOUCH OR ELSE BAD THINGS WILL HAPPEN!!!!
exec nm-applet
exec nm-applet &
exec dunst
exec autotiling &
exec blueman-applet &

3
.config/sway/time.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
date +'%a, %b %d - %H:%M'