Stickynotes assigned to Sway workspaces.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Dejvino e65159a362 Initial hace 3 años
README.md Initial hace 3 años
screenshot.png Initial hace 3 años
stickynote Initial hace 3 años
sway_stickynotes Initial hace 3 años

README.md

Sway Stickynotes

Add a stickynote to your Sway workspace. This makes it easy to remember what you were doing on each workspace.

Usage

  • Execute stickynote via an application launcher (e.g. dmenu using Super+D)
  • Edit the current workspace’s stickynote text
  • Enjoy the helpful stickynote!

Screenshot

Install

Scripts

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/

Waybar configuration

~/.config/waybar/config

...
   	"modules-left": [
		"sway/workspaces",
        "custom/stickynote"
	],
...
    "custom/stickynote": {
        "exec": "sway_stickynotes get",
        "interval": 1
    },

~/.config/waybar/style

#custom-stickynote {
    background: #1f1f1f;
    padding: 2px 10px;
    border: 1px solid #333;
}

Done!