|
2 years ago | |
---|---|---|
README.md | 2 years ago | |
screenshot.png | 2 years ago | |
stickynote | 2 years ago | |
sway_stickynotes | 2 years ago |
Add a stickynote to your Sway workspace. This makes it easy to remember what you were doing on each workspace.
stickynote
via an application launcher (e.g. dmenu
using Super+D)Core script:
sudo cp sway_stickynotes /usr/local/bin/
Dialog launcher, edit this one if you don’t use termite
as your terminal emulator:
sudo cp stickynote /usr/local/bin/
...
"modules-left": [
"sway/workspaces",
"custom/stickynote"
],
...
"custom/stickynote": {
"exec": "sway_stickynotes get",
"interval": 1
},
#custom-stickynote {
background: #1f1f1f;
padding: 2px 10px;
border: 1px solid #333;
}
Done!