mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Update multiple scripts
This commit is contained in:
parent
542ac098b4
commit
44b010a541
17 changed files with 424 additions and 37 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Simple wrapper to quickly execute a simple python command and have it printed out.
|
||||
# The output is then sent back via notification.
|
||||
#
|
||||
# This already has random imported, since that's a common use-case for this script.
|
||||
|
||||
echo "" | dmenu -i -p "Python" | xargs -0 -I % python -c "import random;print(%)" | xargs -I % notify-send "Pyrun output:" "%"
|
Loading…
Add table
Add a link
Reference in a new issue