Initial Commit
This commit is contained in:
3
.config/sway/waybar/scripts/check_updates
Executable file
3
.config/sway/waybar/scripts/check_updates
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
i="$(checkupdates)"
|
||||
printf "%b%b" "$i" "${i:+\n}" |wc -l; echo "$i" |column -t #|tr '\n' '\r'
|
||||
2
.config/sway/waybar/scripts/keyhint
Executable file
2
.config/sway/waybar/scripts/keyhint
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
kitty -e micro ~/.config/sway/cheatsheet.md
|
||||
Reference in New Issue
Block a user