aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-19 15:47:43 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-19 15:47:43 +0200
commitd29a085e2f2fb35a81b50b7ce213d2a11eddd826 (patch)
tree6cfcca8a677c67bf097f9ba5d76001bf02e8db79
parent4cc646ba429805640a594222e96c6cc76d6922bd (diff)
downloaddotfiles-d29a085e2f2fb35a81b50b7ce213d2a11eddd826.tar.gz
Update
-rw-r--r--.conkyrc1
-rw-r--r--.cwmrc6
2 files changed, 5 insertions, 2 deletions
diff --git a/.conkyrc b/.conkyrc
index e347bce..f359673 100644
--- a/.conkyrc
+++ b/.conkyrc
@@ -25,6 +25,7 @@ Frequency${alignr} $freq_g GHz
25CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} 25CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'}
26GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C 26GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C
27Audio Sink${alignr}${exec pats -l} 27Audio Sink${alignr}${exec pats -l}
28Volume${alignr}${exec amixer get Master | awk -F'[][]' '/Left:/ { print $2; exit }'}
28 29
29CPU Usage${alignr} $cpu% 30CPU Usage${alignr} $cpu%
30${cpugraph} 31${cpugraph}
diff --git a/.cwmrc b/.cwmrc
index b6a313c..13343c8 100644
--- a/.cwmrc
+++ b/.cwmrc
@@ -5,13 +5,16 @@ sticky yes
5unbind-key all 5unbind-key all
6unbind-mouse all 6unbind-mouse all
7 7
8bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' 8bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
9bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" 9bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
10bind-key 4-e "thunar" 10bind-key 4-e "thunar"
11bind-key 4-b "chromium --new-window" 11bind-key 4-b "chromium --new-window"
12bind-key 4-p "rofi -show drun" 12bind-key 4-p "rofi -show drun"
13bind-key 4-z "xmagnify -s 1000 -z 3" 13bind-key 4-z "xmagnify -s 1000 -z 3"
14bind-key 4-bracketright "pats -t" 14bind-key 4-bracketright "pats -t"
15bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
16bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%"
17bind-key XF86AudioMute "pactl set-sink-mute @DEFAULT_SINK@ toggle"
15 18
16bind-key 4S-q quit 19bind-key 4S-q quit
17bind-key 4S-r restart 20bind-key 4S-r restart
@@ -36,6 +39,5 @@ bind-key 4S-6 window-movetogroup-6
36 39
37bind-mouse 4-1 window-move 40bind-mouse 4-1 window-move
38bind-mouse 4-3 window-resize 41bind-mouse 4-3 window-resize
39bind-mouse 1 window-raise
40bind-mouse 2 menu-group 42bind-mouse 2 menu-group
41bind-mouse 3 menu-window 43bind-mouse 3 menu-window