mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
9 lines
269 B
Bash
9 lines
269 B
Bash
#!/usr/bin/env bash
|
|
eww="eww -c $HOME/.config/eww/mybar"
|
|
|
|
$eww close calendar || (\
|
|
$eww update day="`scripts/time_info --day`"; \
|
|
$eww update month="`scripts/time_info --month`"; \
|
|
$eww update year="`scripts/time_info --year`"; \
|
|
$eww open calendar )
|