My suckless builds with nord colors
- Victor Mono font
- Greenclip
- Rofi
- st
- slock
- slstatus
- scripts
- numlockx
- unclutter
- xautolock
- dunst
- nitrogen
- maim
Here is a small collection of scripts I like to have on my machines
Some french IT jokes used with fortune
- copy the
informatique
file in/usr/share/games/fortunes/informatique
and edit as your liking - run this command to generate the final fortune entry
sudo strfile -c % /usr/share/games/fortunes/informatique /usr/share/games/fortunes/informatique.dat
- use it :
fortune informatique
A funny clippy version of cowsay
Copy the clippy.cow
file to /usr/share/cowsay/cows/clippy.cow
You can now use cowsay -f clippy
You can even use it in combination with the previous fortune file to display a fun message for every new terminal instance : append the following line in your .bashrc
or .zshrc
:
fortune informatique | cowsay -f clippy
It will display something like
_____________________________________
/ Se tromper est humain ; Vraiment \
| foutre la merde necessite le mot de |
\ passe de root. /
-------------------------------------
\
\
__
/ \
| |
@ @
| |
|| |/
|| ||
||_||
|___|
In order to get the spotify status in slstatus, copy the spotify-status.py
script in your path and edit slstatus according to the script path.