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.theme: sidestyle.rasi
|
||||||
rofi.drun-icon-theme: Papirus
|
rofi.drun-icon-theme: Papirus
|
||||||
rofi.show-icons: true
|
rofi.show-icons: true
|
||||||
|
rofi.dpi: 100
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* theme (for an unified experience) */
|
* theme (for an unified experience) */
|
||||||
fc-color: #45373c;
|
fc-color: #45373c;
|
||||||
bg-color: #e9e9e9;
|
bg-color: #e9e9e9;
|
||||||
fc-color-trans: #45373c;
|
fc-color-trans: #45373c;
|
||||||
bg-color-trans: #e9e9e9;
|
bg-color-trans: #e9e9e9;
|
||||||
|
|
||||||
font: "Open Sans 11";
|
font: "Open Sans 11";
|
||||||
@ -41,8 +41,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Dummy container */
|
/* Dummy container */
|
||||||
#dummy {
|
#dummy {
|
||||||
expand: true;
|
expand: true;
|
||||||
}
|
}
|
||||||
/* ================================================= */
|
/* ================================================= */
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Description=taffybar
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/env taffybar
|
ExecStart=/usr/bin/env taffybar
|
||||||
ExecStop=/usr/bin/pkill taffybar
|
ExecStop=/usr/bin/env pkill taffybar
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ extra-deps:
|
|||||||
- gi-pango-1.0.16
|
- gi-pango-1.0.16
|
||||||
- gi-xlib-2.0.2
|
- gi-xlib-2.0.2
|
||||||
- gio-0.13.4.1
|
- 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-strut-0.1.2.1
|
||||||
- gtk-traymanager-1.0.1
|
- gtk-traymanager-1.0.1
|
||||||
- gtk3-0.14.9
|
- gtk3-0.14.9
|
||||||
@ -42,7 +42,7 @@ extra-deps:
|
|||||||
- libxml-sax-0.7.5
|
- libxml-sax-0.7.5
|
||||||
- rate-limit-1.1.1
|
- rate-limit-1.1.1
|
||||||
- spool-0.1
|
- spool-0.1
|
||||||
- status-notifier-item-0.2.2.0
|
- status-notifier-item-0.2.2.1
|
||||||
- time-units-1.0.0
|
- time-units-1.0.0
|
||||||
- xml-helpers-1.0.0
|
- xml-helpers-1.0.0
|
||||||
resolver: lts-11.7
|
resolver: lts-11.7
|
||||||
|
@ -5,7 +5,7 @@ cd "$1"
|
|||||||
|
|
||||||
counter=0
|
counter=0
|
||||||
while true; do
|
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" ]
|
if [ -z "$changedFile" ]
|
||||||
then
|
then
|
||||||
counter=$((counter+1))
|
counter=$((counter+1))
|
||||||
|
@ -191,6 +191,7 @@ in
|
|||||||
neofetch
|
neofetch
|
||||||
pass
|
pass
|
||||||
plasma-workspace
|
plasma-workspace
|
||||||
|
powertop
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
qt5.qttools
|
qt5.qttools
|
||||||
rcm
|
rcm
|
||||||
|
Loading…
Reference in New Issue
Block a user