aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.conkyrc57
-rw-r--r--.cwmrc60
2 files changed, 0 insertions, 117 deletions
diff --git a/.conkyrc b/.conkyrc
deleted file mode 100644
index a87a8de..0000000
--- a/.conkyrc
+++ /dev/null
@@ -1,57 +0,0 @@
1conky.config = {
2 update_interval = 1,
3 alignment = 'top_right',
4 background = true,
5 double_buffer = true,
6 default_color = 'darkgrey',
7 use_xft = true,
8 font = 'Berkeley Mono:bold:size=8',
9 own_window = true,
10 own_window_argb_visual = true,
11 own_window_type = 'desktop',
12 own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,above',
13 minimum_width = 246,
14 maximum_width = 246,
15 default_graph_height = 20,
16 gap_x = 10,
17 gap_y = 10,
18}
19
20conky.text = [[
21Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %a} ${time %d.%m.%Y} ${time %H:%M:%S}
22${hr}
23Uptime${alignr} $uptime
24Kernel${alignr} $kernel
25Frequency${alignr} $freq_g GHz
26CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'}
27GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C
28Audio Sink${alignr}${exec pats -l}
29Volume${alignr}${exec amixer get Master | awk -F'[][]' '/Left:/ { print $2; exit }'}
30Microphone${alignr}${if_match ${execi 5 bash -c 'source ~/.shenanigans.sh; micstatus'} == 1}${color}active${else}${color orange}muted${endif}${color}
31
32CPU Usage${alignr} $cpu%
33${cpugraph}
34${cpugraph cpu1 15,20}${offset 5}${cpugraph cpu2 15,20}${offset 5}${cpugraph cpu3 15,20}${offset 5}${cpugraph cpu4 15,20}${offset 5}${cpugraph cpu5 15,20}${offset 5}${cpugraph cpu6 15,20}${offset 5}${cpugraph cpu7 15,20}${offset 5}${cpugraph cpu8 15,20}${offset 5}${cpugraph cpu9 15,20}${offset 5}${cpugraph cpu10 15,20}
35${cpugraph cpu11 15,20}${offset 5}${cpugraph cpu12 15,20}${offset 5}${cpugraph cpu13 15,20}${offset 5}${cpugraph cpu14 15,20}${offset 5}${cpugraph cpu15 15,20}${offset 5}${cpugraph cpu16 15,20}${offset 5}${cpugraph cpu17 15,20}${offset 5}${cpugraph cpu18 15,20}${offset 5}${cpugraph cpu19 15,20}${offset 5}${cpugraph cpu20 15,20}
36
37RAM Usage${alignr} $mem/$memmax - $memperc%
38${memgraph}
39Disk IO${alignr} $diskio
40${diskiograph /dev/nvme0n1}
41Net Up: ${upspeed enp5s0}${alignr}Net Down: ${downspeed enp5s0}
42${upspeedgraph enp5s0 20,115 ff0000}${alignr}${downspeedgraph enp5s0 20,115 00ff00}
43
44World Clocks
45$hr
46Brisbane${alignr}${tztime Australia/Brisbane %a %H:%M}
47San Francisco${alignr}${tztime America/Los_Angeles %a %H:%M}
48New York${alignr}${tztime America/New_York %a %H:%M}
49
50Top Processes PID CPU% MEM%${color}
51$hr
52${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
53${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
54${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
55${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
56${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
57]]
diff --git a/.cwmrc b/.cwmrc
deleted file mode 100644
index 79acb63..0000000
--- a/.cwmrc
+++ /dev/null
@@ -1,60 +0,0 @@
1fontname "Berkeley Mono:size=8:bold"
2borderwidth 3
3color activeborder khaki
4sticky yes
5moveamount 200
6unbind-key all
7unbind-mouse all
8
9bind-key 4-Return 'alacritty'
10bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
12bind-key 4-w brave --new-window
13bind-key 4-e thunar
14bind-key 4-r simplescreenrecorder
15bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
16bind-key 4-s "xmagnify -s 1000 -z 3"
17bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1060,416,236"
18bind-key 4-bracketright "pats -t"
19bind-key C-grave "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
20bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
21bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%"
22bind-key XF86AudioMute "pactl set-sink-mute @DEFAULT_SINK@ toggle"
23
24bind-key 4S-q quit
25bind-key 4S-r restart
26bind-key 4-q window-close
27bind-key 4-l lock
28bind-key 4-f window-fullscreen
29bind-key 4-z window-vmaximize
30bind-key 4-x window-hmaximize
31bind-key M-Tab window-cycle
32bind-key 4-Tab group-cycle
33
34bind-key 4-d group-toggle-all
35bind-key 4-1 group-only-1
36bind-key 4-2 group-only-2
37bind-key 4-3 group-only-3
38bind-key 4-4 group-only-4
39bind-key 4S-1 window-movetogroup-1
40bind-key 4S-2 window-movetogroup-2
41bind-key 4S-3 window-movetogroup-3
42bind-key 4S-4 window-movetogroup-4
43
44bind-key 4-Up window-move-up
45bind-key 4-Down window-move-down
46bind-key 4-Left window-move-left
47bind-key 4-Right window-move-right
48bind-key 4S-Up window-resize-up
49bind-key 4S-Down window-resize-down
50bind-key 4S-Left window-resize-left
51bind-key 4S-Right window-resize-right
52bind-key 4C-Up window-snap-up
53bind-key 4C-Down window-snap-down
54bind-key 4C-Left window-snap-left
55bind-key 4C-Right window-snap-right
56
57bind-mouse 4-1 window-move
58bind-mouse 4-3 window-resize
59bind-mouse 1 menu-window
60bind-mouse 3 menu-group