Stickynotes assigned to Sway workspaces.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dejvino e65159a362 Initial vor 3 Jahren
README.md Initial vor 3 Jahren
screenshot.png Initial vor 3 Jahren
stickynote Initial vor 3 Jahren
sway_stickynotes Initial vor 3 Jahren

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!