diff --git a/.conkyrc b/.conkyrc index e347bce6f3c32ea0fa46899f75fabc5bf4f78c20..f359673c2ec20c4e8c10cd87180fbc8346f46c4e 100644 --- a/.conkyrc +++ b/.conkyrc @@ -25,6 +25,7 @@ Frequency${alignr} $freq_g GHz CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C Audio Sink${alignr}${exec pats -l} +Volume${alignr}${exec amixer get Master | awk -F'[][]' '/Left:/ { print $2; exit }'} CPU Usage${alignr} $cpu% ${cpugraph} diff --git a/.cwmrc b/.cwmrc index b6a313cc8ec3a24e8e1bf736cb342a627e5518d4..13343c8cac7902a811d3c6b75120fa8db900c889 100644 --- a/.cwmrc +++ b/.cwmrc @@ -5,13 +5,16 @@ sticky yes unbind-key all unbind-mouse all -bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' +bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" bind-key 4-e "thunar" bind-key 4-b "chromium --new-window" bind-key 4-p "rofi -show drun" bind-key 4-z "xmagnify -s 1000 -z 3" bind-key 4-bracketright "pats -t" +bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%" +bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%" +bind-key XF86AudioMute "pactl set-sink-mute @DEFAULT_SINK@ toggle" bind-key 4S-q quit bind-key 4S-r restart @@ -36,6 +39,5 @@ bind-key 4S-6 window-movetogroup-6 bind-mouse 4-1 window-move bind-mouse 4-3 window-resize -bind-mouse 1 window-raise bind-mouse 2 menu-group bind-mouse 3 menu-window