diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:12:02 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:12:02 +0000 |
commit | bf85d6ce53eb91ca0a6e0a43d564beec01bc879b (patch) | |
tree | 850cf34535d44f7fc4cd4fef6d25801eca604875 | |
parent | 1c6bac78822bf4cb3371eca8345661406ccda357 (diff) |
screenshot to clipboard (maim)
-rwxr-xr-x | polybar/.config/polybar/bt.sh | 2 | ||||
-rwxr-xr-x | polybar/.config/polybar/config | 2 | ||||
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/polybar/.config/polybar/bt.sh b/polybar/.config/polybar/bt.sh index f754059..0500e67 100755 --- a/polybar/.config/polybar/bt.sh +++ b/polybar/.config/polybar/bt.sh | |||
@@ -17,7 +17,7 @@ bluetooth_print() { | |||
17 | if [ $counter -gt 0 ]; then | 17 | if [ $counter -gt 0 ]; then |
18 | printf ", %s" "$device_alias" | 18 | printf ", %s" "$device_alias" |
19 | else | 19 | else |
20 | printf " %s" "$device_alias" | 20 | printf "%s" "$device_alias" |
21 | fi | 21 | fi |
22 | 22 | ||
23 | counter=$((counter + 1)) | 23 | counter=$((counter + 1)) |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 477fa30..8d3879f 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -3,7 +3,7 @@ screenchange-reload = true | |||
3 | 3 | ||
4 | [colors] | 4 | [colors] |
5 | ;background = ${xrdb:background:#060808} | 5 | ;background = ${xrdb:background:#060808} |
6 | background = #171a1f | 6 | background = #00171a1f |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #b7b7b7 | 9 | foreground = #b7b7b7 |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 21a7296..9e34e54 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -17,9 +17,9 @@ super + shift + f | |||
17 | super + n | 17 | super + n |
18 | urxvtc -e nvim ~/.local/todo.md | 18 | urxvtc -e nvim ~/.local/todo.md |
19 | super + Print | 19 | super + Print |
20 | maim ~/Pictures/$(date +%d-%b-%y-%I:%M%p).png | 20 | maim | tee ~/Pictures/$(date +%d-%b-%y-%I:%M%p).png | xclip -selection clipboard -t image/png |
21 | control + alt + Print | 21 | control + alt + Print |
22 | maim -s ~/Pictures/$(date +%d-%b-%y-%I:%M%p).png | 22 | maim -s | tee ~/Pictures/$(date +%d-%b-%y-%I:%M%p).png | xclip -selection clipboard -t image/png |
23 | super + shift + p | 23 | super + shift + p |
24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
25 | super + Escape | 25 | super + Escape |