gentoo-sway #2
32 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@ choice=`echo -e "0: Logout\n1: Shutdown\n2: Suspend\n3: Reboot\n4: Cancel" | rof
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
0) i3-msg exit & ;;
|
0) i3-msg exit & ;;
|
||||||
1) systemctl poweroff & ;;
|
1) systemctl poweroff & ;;
|
||||||
2) ~/Bin/lock.sh & sleep 2 && systemctl suspend & ;;
|
2) ~/bin/lock.sh & sleep 2 && systemctl suspend & ;;
|
||||||
3) systemctl reboot & ;;
|
3) systemctl reboot & ;;
|
||||||
4) exit ;;
|
4) exit ;;
|
||||||
esac
|
esac
|
|
@ -69,4 +69,4 @@ case $nextconfig in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Reset wallpaper
|
# Reset wallpaper
|
||||||
~/Bin/wallpaper.sh
|
~/bin/wallpaper.sh
|
|
@ -23,4 +23,4 @@ case $chosen in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
~/Bin/screenlayout.sh $mode
|
~/bin/screenlayout.sh $mode
|
|
@ -168,7 +168,7 @@ bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr"
|
||||||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause
|
bindsym XF86AudioPlay exec ~/bin/mpc.sh PlayPause
|
||||||
bindsym XF86AudioPrev exec mpc prev
|
bindsym XF86AudioPrev exec mpc prev
|
||||||
bindsym XF86AudioNext exec mpc next
|
bindsym XF86AudioNext exec mpc next
|
||||||
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
||||||
|
|
|
@ -93,16 +93,16 @@
|
||||||
},
|
},
|
||||||
"custom/multimedia_previous": {
|
"custom/multimedia_previous": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "~/Bin/music.sh Previous"
|
"on-click": "~/bin/music.sh Previous"
|
||||||
},
|
},
|
||||||
"custom/multimedia_current": {
|
"custom/multimedia_current": {
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"exec": "~/Bin/nowPlaying.sh",
|
"exec": "~/bin/nowPlaying.sh",
|
||||||
"on-click": "~/Bin/music.sh PlayPause"
|
"on-click": "~/bin/music.sh PlayPause"
|
||||||
},
|
},
|
||||||
"custom/multimedia_next": {
|
"custom/multimedia_next": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "~/Bin/music.sh Next"
|
"on-click": "~/bin/music.sh Next"
|
||||||
},
|
},
|
||||||
"mpd": {
|
"mpd": {
|
||||||
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
||||||
|
|
2
crontab
2
crontab
|
@ -1,2 +1,2 @@
|
||||||
*/30 * * * * vdirsyncer sync >/dev/null 2>&1
|
*/30 * * * * vdirsyncer sync >/dev/null 2>&1
|
||||||
30 12 * * 3 ~/Bin/rsync.sh -t sshfs
|
30 12 * * 3 ~/bin/rsync.sh -t sshfs
|
||||||
|
|
Loading…
Reference in a new issue