How to automatically switch Tmux themes between light & dark

TL;DR: Here's how you automatically switch between catppuccin themes: if-shell -F "#{==:#{client_theme},light}" { set -g @catppuccin_flavor 'latte' } { set -g @catppuccin_flavor 'mocha' } set-hook -g client-dark-theme { set -g @catppuccin_flavor...

Updating GitLab to Version 5.2 on ArchLinux

I am using GitLab on my server and today I upgraded to version 5.2 mostly because a system update somehow broke my custom changes regarding certificate verification (it seems it is now included in gitlab-shell). Anyway, I was faced with the issue...

urxvt BorderLess and Transparency

Small issue I encountered while trying to get a full background urxvt working: If you want Transparency and BorderLess, you should not use transparent but instead background and set it to rgba:0000/0000/0000/0000 Now you get full transparency...

Linux URxvt Terminal: Text under Cursor is invisible

Hello everyone, today I hustled with the problem that the text my cursor was above went invisible, not matter which color I chose for it. The text always got the same color. What solved it for me was to uncomment the URxvt.font-line in my...