From 60f31d2a76f919c1a423865985509b55c889f3cf Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 18 Jul 2025 18:21:33 +0200 Subject: Update --- .conkyrc | 54 +++++++++++++++++++++++++++--------------------------- .cwmrc | 36 ++++++++++++++++++++++++++++++++++++ .shenanigans.sh | 6 +++--- .xprofile | 1 + 4 files changed, 67 insertions(+), 30 deletions(-) create mode 100644 .cwmrc create mode 100644 .xprofile diff --git a/.conkyrc b/.conkyrc index 90ae759..3363e0a 100644 --- a/.conkyrc +++ b/.conkyrc @@ -1,21 +1,19 @@ conky.config = { alignment = 'top_right', - background = false, - own_window = true, - use_xft = true, - font = 'Berkeley Mono:bold:size=11', - own_window_type = 'dock', + background = true, double_buffer = true, - default_color = 'grey', - minimum_width = 346, - maximum_width = 346, - default_graph_height = 20, - gap_x = 30, - gap_y = 60, - - -- Transparency settings. + default_color = 'darkgrey', + use_xft = true, + font = 'Berkeley Mono:bold:size=8', + own_window = true, own_window_argb_visual = true, - own_window_transparent = 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 = 20, + gap_y = 20, } conky.text = [[ @@ -27,25 +25,27 @@ GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noh CPU Usage${alignr} $cpu% ${cpugraph} -${cpugraph cpu1 15,30}${offset 5}${cpugraph cpu2 15,30}${offset 5}${cpugraph cpu3 15,30}${offset 5}${cpugraph cpu4 15,30}${offset 5}${cpugraph cpu5 15,30}${offset 5}${cpugraph cpu6 15,30}${offset 5}${cpugraph cpu7 15,30}${offset 5}${cpugraph cpu8 15,30}${offset 5}${cpugraph cpu9 15,30}${offset 5}${cpugraph cpu10 15,30} -${cpugraph cpu11 15,30}${offset 5}${cpugraph cpu12 15,30}${offset 5}${cpugraph cpu13 15,30}${offset 5}${cpugraph cpu14 15,30}${offset 5}${cpugraph cpu15 15,30}${offset 5}${cpugraph cpu16 15,30}${offset 5}${cpugraph cpu17 15,30}${offset 5}${cpugraph cpu18 15,30}${offset 5}${cpugraph cpu19 15,30}${offset 5}${cpugraph cpu20 15,30} +${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} -Up: ${upspeed enp5s0}${alignr}Down: ${downspeed enp5s0} -${upspeedgraph enp5s0 20,160 ff0000}${alignr}${downspeedgraph enp5s0 20,160 00ff00} +Net Up: ${upspeed enp5s0}${alignr}Net Down: ${downspeed enp5s0} +${upspeedgraph enp5s0 20,110 ff0000}${alignr}${downspeedgraph enp5s0 20,110 00ff00} World Clocks - New York${alignr}${tztime America/New_York %a %H:%M} - Brisbane${alignr}${tztime Australia/Brisbane %a %H:%M} - San Francisco${alignr}${tztime America/Los_Angeles %a %H:%M} +$hr +New York${alignr}${tztime America/New_York %a %H:%M} +Brisbane${alignr}${tztime Australia/Brisbane %a %H:%M} +San Francisco${alignr}${tztime America/Los_Angeles %a %H:%M} -Top Processes PID CPU% MEM% - ${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} +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 new file mode 100644 index 0000000..3a762db --- /dev/null +++ b/.cwmrc @@ -0,0 +1,36 @@ +fontname "Berkeley Mono:size=8:bold" +autogroup 1 +borderwidth 2 +color ungroupborder yellow + +unbind-key all +bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' +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 4S-q quit +bind-key 4S-r restart +bind-key 4-q window-close +bind-key 4-l lock +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 4-5 group-only-5 +bind-key 4-6 group-only-6 +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 4S-5 window-movetogroup-5 +bind-key 4S-6 window-movetogroup-6 + +unbind-mouse all +bind-mouse 4-1 window-move +bind-mouse 4-3 window-resize +bind-mouse 1 menu-window +bind-mouse 2 menu-group +bind-mouse 3 menu-cmd diff --git a/.shenanigans.sh b/.shenanigans.sh index 2d8b51d..1c477fe 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -1,9 +1,9 @@ # Software list (Void Linux): # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin -# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclipi jq -# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx jq -# lm_sensors conky +# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip jq +# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx cwm +# lm_sensors conky maim xlockmore # Additonal stuff: # pipx install pyright # go install golang.org/x/tools/gopls@latest diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..37a395d --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +conky & -- cgit v1.2.3