forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
3a0c142760
@ -3,3 +3,4 @@ rofi.sidebar-mode: false
|
||||
rofi.theme: sidestyle.rasi
|
||||
rofi.drun-icon-theme: Papirus
|
||||
rofi.show-icons: true
|
||||
rofi.dpi: 100
|
||||
|
@ -4,7 +4,7 @@ Description=taffybar
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env taffybar
|
||||
ExecStop=/usr/bin/pkill taffybar
|
||||
ExecStop=/usr/bin/env pkill taffybar
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
|
@ -33,7 +33,7 @@ extra-deps:
|
||||
- gi-pango-1.0.16
|
||||
- gi-xlib-2.0.2
|
||||
- gio-0.13.4.1
|
||||
- gtk-sni-tray-0.1.3.1
|
||||
- gtk-sni-tray-0.1.3.2
|
||||
- gtk-strut-0.1.2.1
|
||||
- gtk-traymanager-1.0.1
|
||||
- gtk3-0.14.9
|
||||
@ -42,7 +42,7 @@ extra-deps:
|
||||
- libxml-sax-0.7.5
|
||||
- rate-limit-1.1.1
|
||||
- spool-0.1
|
||||
- status-notifier-item-0.2.2.0
|
||||
- status-notifier-item-0.2.2.1
|
||||
- time-units-1.0.0
|
||||
- xml-helpers-1.0.0
|
||||
resolver: lts-11.7
|
||||
|
@ -5,7 +5,7 @@ cd "$1"
|
||||
|
||||
counter=0
|
||||
while true; do
|
||||
changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 20 2>/dev/null)
|
||||
changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 60 2>/dev/null)
|
||||
if [ -z "$changedFile" ]
|
||||
then
|
||||
counter=$((counter+1))
|
||||
|
@ -191,6 +191,7 @@ in
|
||||
neofetch
|
||||
pass
|
||||
plasma-workspace
|
||||
powertop
|
||||
python-with-my-packages
|
||||
qt5.qttools
|
||||
rcm
|
||||
|
Loading…
Reference in New Issue
Block a user