Skip to content

Commit

Permalink
Reprioritize UI (dunst >< tint2)
Browse files Browse the repository at this point in the history
  • Loading branch information
owl4ce committed Oct 8, 2020
1 parent f510a91 commit 8853a46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .config/openbox/visual-mode/eyecandy/ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ wall="$(cat ~/.config/openbox/visual-mode/eyecandy/wall)"
# Background Handler
nitrogen --set-zoom-fill --save ~/.wallpaper/eyecandy/$wall &> /dev/null

# Notification Daemon
dunst -config ~/.config/dunst/dunstrc-right &

# Panel
tint2 -c ~/.config/tint2/eyecandy-left.tint2rc &
sleep .2s
tint2 -c ~/.config/tint2/eyecandy-right.tint2rc &

# Notification Daemon
dunst -config ~/.config/dunst/dunstrc-right &
6 changes: 3 additions & 3 deletions .config/openbox/visual-mode/eyecandy/ui-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ wall="$(cat ~/.config/openbox/visual-mode/eyecandy/wall-minimal)"
# Background Handler
nitrogen --set-zoom-fill --save ~/.wallpaper/eyecandy/$wall &> /dev/null

# Panel
tint2 -c ~/.config/tint2/statint.tint2rc &

# Notification Daemon
dunst -config ~/.config/dunst/dunstrc-left &

# Panel
tint2 -c ~/.config/tint2/statint.tint2rc &
6 changes: 3 additions & 3 deletions .config/openbox/visual-mode/mechanical/ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ wall="$(cat ~/.config/openbox/visual-mode/mechanical/wall)"
# Background Handler
nitrogen --set-zoom-fill --save ~/.wallpaper/mechanical/$wall &> /dev/null

# Panel
tint2 -c ~/.config/tint2/mech.tint2rc &

# Notification Daemon
dunst -config ~/.config/dunst/dunstrc-dark-right &

# Panel
tint2 -c ~/.config/tint2/mech.tint2rc &
6 changes: 3 additions & 3 deletions .config/openbox/visual-mode/mechanical/ui-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ wall="$(cat ~/.config/openbox/visual-mode/mechanical/wall-minimal)"
# Background Handler
nitrogen --set-zoom-fill --save ~/.wallpaper/mechanical/$wall &> /dev/null

# Panel
tint2 -c ~/.config/tint2/statint-dark.tint2rc &

# Notification Daemon
dunst -config ~/.config/dunst/dunstrc-dark-left &

# Panel
tint2 -c ~/.config/tint2/statint-dark.tint2rc &

0 comments on commit 8853a46

Please sign in to comment.