From 6e8c6e27a9253a0e3fb647d72541baa1acec56d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 15 Apr 2026 14:56:49 +0200 Subject: Update --- .conkyrc | 57 --------------------------------------------------------- .cwmrc | 60 ------------------------------------------------------------ 2 files changed, 117 deletions(-) delete mode 100644 .conkyrc delete mode 100644 .cwmrc diff --git a/.conkyrc b/.conkyrc deleted file mode 100644 index a87a8de..0000000 --- a/.conkyrc +++ /dev/null @@ -1,57 +0,0 @@ -conky.config = { - update_interval = 1, - alignment = 'top_right', - background = true, - double_buffer = true, - default_color = 'darkgrey', - use_xft = true, - font = 'Berkeley Mono:bold:size=8', - own_window = true, - own_window_argb_visual = true, - own_window_type = 'desktop', - own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,above', - minimum_width = 246, - maximum_width = 246, - default_graph_height = 20, - gap_x = 10, - gap_y = 10, -} - -conky.text = [[ -Group: ${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} -${hr} -Uptime${alignr} $uptime -Kernel${alignr} $kernel -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 }'} -Microphone${alignr}${if_match ${execi 5 bash -c 'source ~/.shenanigans.sh; micstatus'} == 1}${color}active${else}${color orange}muted${endif}${color} - -CPU Usage${alignr} $cpu% -${cpugraph} -${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} -${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} - -RAM Usage${alignr} $mem/$memmax - $memperc% -${memgraph} -Disk IO${alignr} $diskio -${diskiograph /dev/nvme0n1} -Net Up: ${upspeed enp5s0}${alignr}Net Down: ${downspeed enp5s0} -${upspeedgraph enp5s0 20,115 ff0000}${alignr}${downspeedgraph enp5s0 20,115 00ff00} - -World Clocks -$hr -Brisbane${alignr}${tztime Australia/Brisbane %a %H:%M} -San Francisco${alignr}${tztime America/Los_Angeles %a %H:%M} -New York${alignr}${tztime America/New_York %a %H:%M} - -Top Processes PID CPU% MEM%${color} -$hr -${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} -${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} -${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} -${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} -${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5} -]] diff --git a/.cwmrc b/.cwmrc deleted file mode 100644 index 79acb63..0000000 --- a/.cwmrc +++ /dev/null @@ -1,60 +0,0 @@ -fontname "Berkeley Mono:size=8:bold" -borderwidth 3 -color activeborder khaki -sticky yes -moveamount 200 -unbind-key all -unbind-mouse all - -bind-key 4-Return 'alacritty' -bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" -bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'" -bind-key 4-w brave --new-window -bind-key 4-e thunar -bind-key 4-r simplescreenrecorder -bind-key 4-p "rofi -show drun -theme ~/.black.rasi" -bind-key 4-s "xmagnify -s 1000 -z 3" -bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1060,416,236" -bind-key 4-bracketright "pats -t" -bind-key C-grave "pactl set-source-mute @DEFAULT_SOURCE@ toggle" -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 -bind-key 4-q window-close -bind-key 4-l lock -bind-key 4-f window-fullscreen -bind-key 4-z window-vmaximize -bind-key 4-x window-hmaximize -bind-key M-Tab window-cycle -bind-key 4-Tab group-cycle - -bind-key 4-d group-toggle-all -bind-key 4-1 group-only-1 -bind-key 4-2 group-only-2 -bind-key 4-3 group-only-3 -bind-key 4-4 group-only-4 -bind-key 4S-1 window-movetogroup-1 -bind-key 4S-2 window-movetogroup-2 -bind-key 4S-3 window-movetogroup-3 -bind-key 4S-4 window-movetogroup-4 - -bind-key 4-Up window-move-up -bind-key 4-Down window-move-down -bind-key 4-Left window-move-left -bind-key 4-Right window-move-right -bind-key 4S-Up window-resize-up -bind-key 4S-Down window-resize-down -bind-key 4S-Left window-resize-left -bind-key 4S-Right window-resize-right -bind-key 4C-Up window-snap-up -bind-key 4C-Down window-snap-down -bind-key 4C-Left window-snap-left -bind-key 4C-Right window-snap-right - -bind-mouse 4-1 window-move -bind-mouse 4-3 window-resize -bind-mouse 1 menu-window -bind-mouse 3 menu-group -- cgit v1.2.3