Terminal JWM theme changer.

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
stu90

Terminal JWM theme changer.

#1 Post by stu90 »

Here is a script to change JWM window manager themes from the command line.

Image

As the JWM gui theme changer does not output a current theme file - you will need to run below command in the terminal once - this is to make sure the correct current theme is reported when switching between the GUI and command line theme changers.

Code: Select all

sed -i "58i\echo \"\$NEWTHEME\" > \$HOME/.jwm/currentjwmtheme" /usr/local/jwmconfig2/theme_switcher
Attachments
tjwm.gz
remove fake .gz extension and make script executable - Right click > properties > tick 3x Exec boxes.
(980 Bytes) Downloaded 352 times

Post Reply