Update: Changed date fromat in screenshot script, removed .Xresources, added more shortcuts in i3.

This commit is contained in:
Keyitdev
2025-08-11 13:10:20 +02:00
parent 1c0f9b4b1a
commit 9af332b41c
5 changed files with 43 additions and 30 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ mkdir -p "$screenshot_directory"
mkdir -p "$videos_directory"
mkdir -p "$audio_directory"
date=$(date '+%d-%m-%Y-%H-%M-%S')
# date=$(date '+%d-%m-%Y-%H-%M-%S') #10-08-2025-18-53-58
date=$(date '+%Y-%m-%d_%H-%M-%S') #2025-08-10_18-53-58
screen_resolution="$(xdpyinfo | grep dimensions | sed -r 's/^[^0-9]*([0-9]+x[0-9]+).*$/\1/')"
microphone="$(pacmd list-sources | grep -E '^\s+name: .*alsa_input' | cut -c 8- | sed 's/[<,>]//g')"
desktop="$(pacmd list-sources | grep -E '^\s+name: .*alsa_output' | cut -c 8- | sed 's/[<,>]//g')"