commit 3a7fe04927b51f12067e4ed28008329b6f606004
parent 5f769d244c513d1b0ad4d003a5d56059ce1729d6
Author: regexghost <dev@regexghost.com>
Date: Mon, 1 Jun 2026 19:44:32 +0100
minor changes + screenshot
Diffstat:
6 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -11,6 +11,8 @@ This repo is a work in progress, as well as standard dotfiles updates I also pla
More information about specific WM/DE setups can be found below, both the dotfiles themselves and relevant articles on my website
+
+
## Window Managers/Desktop Environments
* [JWM (Raspberry Pi)] - [Website](https://www.regexghost.com/linux/jwm)
diff --git a/dotfiles/.config/nano/nanorc b/dotfiles/.config/nano/nanorc
@@ -25,7 +25,7 @@ set numbercolor lightblack
bind ^H chopwordleft main
bind ^Q exit all
-bind ^W exit all
+bind ^W suspend main
bind ^S savefile main
bind ^F whereis all
bind ^G findnext all
diff --git a/dotfiles/.vimrc b/dotfiles/.config/vim/vimrc
diff --git a/lists/dotfiles b/lists/dotfiles
@@ -24,7 +24,7 @@
~/.profile
~/.bashrc
~/.xinitrc
-~/.vimrc
+~/.config/vim/vimrc
~/.config/dunst/dunstrc
~/.config/newsraft/config
~/.config/newsraft/queue-vid.sh
diff --git a/panel-scripts/lemonbar-bar.sh b/panel-scripts/lemonbar-bar.sh
@@ -21,7 +21,7 @@ wifi_up_colour="%{F#${GREEN}}"
wifi_down_colour="%{F#${RED}}"
update_time () {
- current_time="$(date +"%b, %a %d - %H:%M")"
+ current_time="$(date +"%a %d %b - %H:%M")"
}
update_cpu () {
@@ -55,7 +55,7 @@ update_mem () {
}
update_cpu_temp () {
- cpu_temp="${cpu_temp_colour} "$(vcgencmd measure_temp | cut -d "=" -f 2)"${COLOUR_RESET}"
+ cpu_temp="${cpu_temp_colour} "$(vcgencmd measure_temp | cut -d "=" -f 2 | cut -d "." -f 1)°C"${COLOUR_RESET}"
}
update_uptime () {
diff --git a/screenshots/fastfetch.png b/screenshots/fastfetch.png
Binary files differ.