kasimirmoilanen / unix-desktop-userspace

Collection of programs to build my custom workspace for UNIX systems
0 stars 0 forks source link

Dark/light theme switch for entire desktop #1

Open kasimirmoilanen opened 2 years ago

kasimirmoilanen commented 2 years ago

Currently st is patched to switch between light and dark themes with F6. Currently it is somewhat useless because vim/neovim, dwm, dmenu etc. theme does not change. It would be a nice enhancement to be able to change the entire system and program themes with a single button. Probably initially written as a shellscript but eventually ported into an actual program.

kasimirmoilanen commented 2 years ago

Need to patch with https://dwm.suckless.org/patches/scheme_switch/ and perhaps study how to implement something similar to dmenu.