add basic script to launch wlclock on my desktop
This commit is contained in:
parent
722dd759cd
commit
036c1f9825
1 changed files with 3 additions and 0 deletions
3
wlclock-start.sh
Executable file
3
wlclock-start.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
wlclock --layer bottom --position bottom-left --margin 0 0 82 185 --background-colour "#ffffff00" --border-colour "#00000000" --clock-colour "#00ffff" --hand-width 4
|
Loading…
Reference in a new issue