mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Delete not use, update config
This commit is contained in:
parent
25b4e80c8d
commit
73ebbfbe50
37 changed files with 163 additions and 1634 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue