diff options
-rwxr-xr-x | .config/dunst/dunstrc | 2 | ||||
l--------- | .config/i3/config | 1 | ||||
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 9 | ||||
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 7 | ||||
-rwxr-xr-x | bin/td | 3 |
5 files changed, 13 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 138a1d7..e1d2052 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -26,7 +26,7 @@ icon_position = left | |||
26 | max_icon_size = 64x64 | 26 | max_icon_size = 64x64 |
27 | icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" | 27 | icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" |
28 | sticky_history = yes | 28 | sticky_history = yes |
29 | dmenu = "/usr/bin/rofi" | 29 | dmenu = "/usr/bin/rofi -dmenu" |
30 | history_length = 20 | 30 | history_length = 20 |
31 | browser = /usr/bin/firefox | 31 | browser = /usr/bin/firefox |
32 | title = Dunst | 32 | title = Dunst |
diff --git a/.config/i3/config b/.config/i3/config new file mode 120000 index 0000000..10f87dd --- /dev/null +++ b/.config/i3/config | |||
@@ -0,0 +1 @@ | |||
/home/yigit/.config/i3/config##desktop.Linux.Lowe \ No newline at end of file | |||
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 35554d5..98758cb 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -36,9 +36,12 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -opt | |||
36 | bindsym Print exec flameshot gui | 36 | bindsym Print exec flameshot gui |
37 | 37 | ||
38 | # media keys | 38 | # media keys |
39 | bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" | 39 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
40 | bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" | 40 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
41 | bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" | 41 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" |
42 | #bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" | ||
43 | #bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" | ||
44 | #bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" | ||
42 | bindsym XF86AudioPlay exec mpc toggle | 45 | bindsym XF86AudioPlay exec mpc toggle |
43 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 46 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh |
44 | bindsym XF86AudioNext exec mpc next | 47 | bindsym XF86AudioNext exec mpc next |
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 043eff8..8edaad2 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
@@ -57,11 +57,10 @@ bindsym $mod+p exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -optio | |||
57 | bindsym Print exec flameshot gui | 57 | bindsym Print exec flameshot gui |
58 | 58 | ||
59 | # media keys | 59 | # media keys |
60 | bindsym $mod+m exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" | 60 | bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
61 | bindsym $mod+Up exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" | 61 | bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
62 | bindsym $mod+Down exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" | 62 | bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" |
63 | bindsym $mod+q exec mpc toggle | 63 | bindsym $mod+q exec mpc toggle |
64 | #bindsym XF86AudioStop exec mpc stop | ||
65 | bindsym $mod+Left exec /home/yigit/bin/mpvPrev | 64 | bindsym $mod+Left exec /home/yigit/bin/mpvPrev |
66 | bindsym $mod+Right exec mpc next | 65 | bindsym $mod+Right exec mpc next |
67 | 66 | ||
@@ -21,4 +21,5 @@ if [[ $? -ne 0 ]]; then | |||
21 | exit 0 | 21 | exit 0 |
22 | fi | 22 | fi |
23 | 23 | ||
24 | task add due:"$task_date" + "T$task_time" "$task_description" | 24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") |
25 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" | ||