mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
11 lines
150 B
Bash
Executable file
11 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Reload/Open eww
|
|
eww kill
|
|
eww daemon
|
|
|
|
# Open widgets for monitor 1
|
|
eww open yearbox
|
|
eww open monthbox
|
|
eww open daybox
|
|
eww open userinfo
|