Delete not use, update config

This commit is contained in:
Smirnov Olexandr 2021-01-14 21:48:31 +02:00
parent 25b4e80c8d
commit 73ebbfbe50
37 changed files with 163 additions and 1634 deletions

View file

@ -2,7 +2,7 @@
if [ $(pgrep polybar) ]
then
polybar i3bar >/dev/null
#~/.config/polybar/launch.sh
# ~/.config/i3/bar.sh
else
killall -q polybar
pkill polybar

View file

@ -1,5 +1,6 @@
#!/bin/sh
LANG=en_US.UTF-8 snap list --all | awk '/disabled/{print $1, $3}' |
while read snapname revision; do
while read snapname revision
do
sudo snap remove "$snapname" --revision="$revision"
done

View file

@ -1,9 +0,0 @@
#!/bin/bash
WALLPAPERS=/home/sasha/Изображения/Walpapper
SLEEP_TIME=3
while true; do
feh --randomize --bg-scale $WALLPAPERS/*
sleep $SLEEP_TIME;
done