mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove joplin
This commit is contained in:
parent
3fd46c01f5
commit
6911ac67f1
@ -1,18 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
#⠀⠀⠀⠀⠀⠀⠀⠀⣼⡏⠸⣧⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
#⠠⢤⣤⣤⣤⣤⣤⣴⡿⠀⠀⢻⣦⣤⣤⣤⣤⣤⡤⠄ Tyler Starr (starr-dusT)
|
||||
#⠀⠀⠙⠻⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⠟⠋⠀⠀ https://github.com/starr-dusT/dotfiles
|
||||
#⠀⠀⠀⠀⠀⠙⣿⡆⠀⠀⠀⠀⠰⣿⠋⠀⠀⠀⠀⠀ https://tstarr.us
|
||||
#⠀⠀⠀⠀⠀⢰⡟⠀⣀⣴⣦⣀⠀⢻⡆⠀⠀⠀⠀⠀
|
||||
#⠀⠀⠀⠀⢀⣾⣧⡾⠛⠁⠈⠙⠷⣼⣿⡀⠀⠀⠀⠀
|
||||
#⠀⠀⠀⠀⡸⠟⠁⠀⠀⠀⠀⠀⠀⠈⠛⢧⠀⠀⠀⠀
|
||||
# Create html bookmarks from "Bookmarks" note in Joplin
|
||||
|
||||
tempdir=$(mktemp -d)
|
||||
joplin sync
|
||||
joplin export --note Bookmarks --format=md ${tempdir}
|
||||
joplin export --note "Watch Later" --format=md ${tempdir}
|
||||
pandoc --standalone "${tempdir}/Personal/Web/Bookmarks.md" > /tmp/Bookmarks.html
|
||||
pandoc --standalone "${tempdir}/Personal/Web/Watch Later.md" > /tmp/Watch_Later.html
|
@ -197,7 +197,6 @@ mode open {
|
||||
bindsym b exec brave, $e
|
||||
bindsym s exec steam || flatpak run com.valvesoftware.Steam, $e
|
||||
bindsym d exec discord || flatpak run com.discordapp.Discord, $e
|
||||
bindsym j exec joplin-desktop, $e, exec ~/.config/sway/scripts/joplin.sh
|
||||
bindsym Escape mode default
|
||||
}
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
while ! [[ $(swaymsg -t get_tree | grep '"class": "Joplin"') ]]
|
||||
do
|
||||
sleep .05
|
||||
done
|
||||
swaymsg '[class="Joplin"]' move container to workspace "7:note"
|
@ -9,8 +9,6 @@
|
||||
rbw
|
||||
zk
|
||||
bat
|
||||
joplin
|
||||
joplin-desktop
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
@ -16,8 +16,6 @@
|
||||
rbw
|
||||
zk
|
||||
bat
|
||||
joplin
|
||||
joplin-desktop
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
@ -21,8 +21,6 @@ in {
|
||||
pkgs.dolphin-emu
|
||||
pkgs-unstable.sunshine
|
||||
pkgs-unstable.moonlight-qt
|
||||
pkgs-unstable.joplin
|
||||
pkgs-unstable.joplin-desktop
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user