diff options
| -rw-r--r-- | .conkyrc | 2 | ||||
| -rwxr-xr-x | .shenanigans.sh | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -17,7 +17,7 @@ conky.config = { | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | conky.text = [[ | 19 | conky.text = [[ |
| 20 | ${alignr}${time %A} ${time %H:%M} ${time %Y-%m-%d} | 20 | Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %A} ${time %H:%M} ${time %Y-%m-%d} |
| 21 | ${hr} | 21 | ${hr} |
| 22 | Uptime${alignr} $uptime | 22 | Uptime${alignr} $uptime |
| 23 | Kernel${alignr} $kernel | 23 | Kernel${alignr} $kernel |
diff --git a/.shenanigans.sh b/.shenanigans.sh index 60b3a4d..9442867 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Software list (Void Linux): | 1 | # Software list (Void Linux): |
| 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree | 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree |
| 3 | # file-roller xfce4-plugins thunar-archive-plugin | 3 | # file-roller xfce4-plugins thunar-archive-plugin |
| 4 | # lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st | 4 | # lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st xdotool |
| 5 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake jq | 5 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake jq |
| 6 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx | 6 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx |
| 7 | # Additonal stuff: | 7 | # Additonal stuff: |
