Compare commits
No commits in common. "3de58bb297c22248c2ba9262d55286f0f76e68af" and "9cb06b490f2b44445d5982c8762961e216c0ccb6" have entirely different histories.
3de58bb297
...
9cb06b490f
3
.zshenv
3
.zshenv
@ -23,8 +23,7 @@ export PATH
|
||||
export LANG=fr_FR.UTF-8
|
||||
|
||||
# Reading / Browse (manpages, websites, etc.)
|
||||
export PAGER="bat"
|
||||
export MANPAGER="nvim +Man!"
|
||||
export PAGER=most
|
||||
export BROWSER=elinks
|
||||
|
||||
# SSH
|
||||
|
@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# battery
|
||||
#
|
||||
# Penser à modifier la variable dans ~/.profile
|
||||
|
||||
HEART_FULL=♥
|
||||
HEART_EMPTY=♡
|
||||
|
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# launcher
|
||||
#
|
||||
# TODO: toujours mettre des \n entre les résultats !
|
||||
|
||||
res=()
|
||||
|
||||
# Find all programs in $PATH.
|
||||
res+=$(echo -n "$PATH" | xargs -d: -I{} -r -- find -L {} -maxdepth 1 -mindepth 1 -type f -executable -printf '%P\n' 2>/dev/null)
|
||||
res+=$(echo -e "\ncoucou")
|
||||
|
||||
for resultat in "${res[@]}"; do
|
||||
echo "$resultat"
|
||||
done | fzf|sh
|
@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
firefox --kiosk "https://netflix.com/"
|
@ -2,8 +2,7 @@
|
||||
|
||||
# random_wallpaper
|
||||
#
|
||||
# Requirement: feh (apt install feh) - for Xorg
|
||||
# Requirement: swaybg - for Wayland
|
||||
# Requirement: feh (apt install feh)
|
||||
|
||||
directory="$HOME/wallpapers"
|
||||
minutes=15
|
||||
@ -51,7 +50,6 @@ while true; do
|
||||
# Change background
|
||||
file="${array_files["$NUMBER"]}"
|
||||
if "${is_wayland}"; then
|
||||
# Use of swaybg program (used with swaymsg)
|
||||
$PROGRAM output "*" bg "$directory/$file" fill
|
||||
else
|
||||
feh --bg-fill "$directory/$file"
|
||||
|
6
bin/rec1
6
bin/rec1
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# change number by 2 for screen 2
|
||||
number=1
|
||||
|
||||
wf-recorder -o $(swaymsg -t get_outputs |grep "DP"|head -n ${number}|cut -d '"' -f 4) -f ~/screens/$(date +'%Y-%m-%d-%s')_screencast.mkv
|
@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python3 -m http.server "$@"
|
Loading…
Reference in New Issue
Block a user