|
diff --git a/.conkyrc b/.conkyrc
|
| ... |
| 25 |
CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} |
25 |
CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} |
| 26 |
GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C |
26 |
GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C |
| 27 |
Audio Sink${alignr}${exec pats -l} |
27 |
Audio Sink${alignr}${exec pats -l} |
|
|
28 |
Volume${alignr}${exec amixer get Master | awk -F'[][]' '/Left:/ { print $2; exit }'} |
| 28 |
|
29 |
|
| 29 |
CPU Usage${alignr} $cpu% |
30 |
CPU Usage${alignr} $cpu% |
| 30 |
${cpugraph} |
31 |
${cpugraph} |
| ... |
|
diff --git a/.cwmrc b/.cwmrc
|
| ... |
| 5 |
unbind-key all |
5 |
unbind-key all |
| 6 |
unbind-mouse all |
6 |
unbind-mouse all |
| 7 |
|
7 |
|
| 8 |
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' |
8 |
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' |
| 9 |
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
9 |
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
| 10 |
bind-key 4-e "thunar" |
10 |
bind-key 4-e "thunar" |
| 11 |
bind-key 4-b "chromium --new-window" |
11 |
bind-key 4-b "chromium --new-window" |
| 12 |
bind-key 4-p "rofi -show drun" |
12 |
bind-key 4-p "rofi -show drun" |
| 13 |
bind-key 4-z "xmagnify -s 1000 -z 3" |
13 |
bind-key 4-z "xmagnify -s 1000 -z 3" |
| 14 |
bind-key 4-bracketright "pats -t" |
14 |
bind-key 4-bracketright "pats -t" |
|
|
15 |
bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%" |
|
|
16 |
bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%" |
|
|
17 |
bind-key XF86AudioMute "pactl set-sink-mute @DEFAULT_SINK@ toggle" |
| 15 |
|
18 |
|
| 16 |
bind-key 4S-q quit |
19 |
bind-key 4S-q quit |
| 17 |
bind-key 4S-r restart |
20 |
bind-key 4S-r restart |
| ... |
| 36 |
|
39 |
|
| 37 |
bind-mouse 4-1 window-move |
40 |
bind-mouse 4-1 window-move |
| 38 |
bind-mouse 4-3 window-resize |
41 |
bind-mouse 4-3 window-resize |
| 39 |
bind-mouse 1 window-raise |
|
|
| 40 |
bind-mouse 2 menu-group |
42 |
bind-mouse 2 menu-group |
| 41 |
bind-mouse 3 menu-window |
43 |
bind-mouse 3 menu-window |