window title text
Posted: 11 Dec 2022, 12:48
Hi my windows title text is centered is it any way possible to align the text left. can not find any setting for it.
thanks.
thanks.
Did you incorporate that into your 003- module or did you include it via a personal module (that gets loaded later, e.g. by conveniently giving it a higher number - e.g. 100-cinnamon-patches.xzm ) or via changes= ?coa wrote: ↑12 Dec 2022, 06:50and here is theme with windows title align left, theme is called mint
https://forums.linuxmint.com/download/f ... c488b3766d
no i did not is it good to use?I presume you use the changes= kernel cheatcode then?
I never use it.
nice did not know that.You can create settings/scripts module where you store settings, personal scripts and programs and other additions
Since a later loaded module overwrites the settings and files of older loaded modules, I named mine like so:
Code: Select all
root@porteus:/Porteus_modules# ls -o 992-rootcopy_5.0-RECENT.xzm |cut -c 19-
35 2022-12-09 21:13 992-rootcopy_5.0-RECENT.xzm -> 992-rootcopy_5.0_2022-12-09.xzm
Code: Select all
992-rootcopy_5.0-XFCE4.12-RECENT.xzm
992-rootcopy_5.0-XFCE4.16-RECENT.xzm
992-rootcopy_5.0-LXDE-RECENT.xzm
Code: Select all
root@porteus:/usr/local/bin# ls -o make-99*
-rwxr--r-- 1 root 2939 2022-11-08 21:30 make-991-usr_local_bin.sh
lrwxrwxrwx 1 root 25 2021-02-27 23:06 make-992-rootcopy.sh -> make-991-usr_local_bin.sh
I will post my module creation suite soon. I think I have to re-write part of the article, I have written it weeks ago already and PM'd it to someone for review, but since it is a bit of a complex script suite I am not sure if I was able to explain everything in an easy to understand way in the current unpublished version of it.