#Preview
Custom DE don't have to install or download too much app
I'm really recommend you to install Nala, Nala can be alot faster compare to apt, to install Nala you can open terminal by ctrl+alt+t, then you ctrl +c this line: sudo apt install -y nala
and press enter.
It'll ask for password (bcs you use sudo) just type in and enter again. For now on much of command that have 'apt', 'apt-get' can replace with nala (add-apt can't replace bcs it add repo so you can install with nala ok)
To custom grub you have to install grub customizer. To install simply open terminal (ctrl+alt+t) and type:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo nala install -y grub-customizer
and it will done the job for you. After it done doing it thing, you press 'super key / windows key' on you keyboard and search for grub customizer and open it.
At default, Lubuntu have an Ubuntu name, you can simply by double left click to the tile, after changing you have to type the save button on the top left of the windowx. To customise the GUi you can do it here to, but much of the time it won't work so i gonna tell you an alternative/manual way
First, go to gnome-look.org, then go to search bar and search for grub theme, at there you can find the theme that favor your eyes
After download it, you have to add it into a config file, this is how you do it:
- Open file manager, then ctrl + l show you can change the directory,
- Type
/usr/share/grub/themes/
- In there press
f4
on your keyboard, it'll show up a terminal - Type
cd ~/Downloads
, you can open another file manager and go to Downloads and extract to themes you just download of simply extract it through terminal byupzip <file name>
, thenls
to show your file name. - After extract you have to type this:
sudo mv <folder you just extract> /usr/share/grub/themes
. - Type this in file manager directory:
etc/default/grub.d/
and find agrub-theme.cfg
file, open it up. - At here you have to change the line below:
/usr/share/grub/themes/<your theme name>/theme.txt
- Open terminal and type:
sudo update-grub
and now you canreboot
and enjoy your new grub UI now.
Bonus: to change icon you have two way of doing that
Option 1. Go to icons folder of your theme then open it with gimp (sudo nala install -y gimp
) and drag your picture into it and save it by ctrl shift e and close it, it'll show warning, just discard it.
Option 2:
- Go to
/boot/grub/
and findgrub.cfg
find, make a backup of that file. After that open it with featherpad or nano depend on you - find the line that have menuentry in it then you add
--class
to it like the image below
After that remember to save it, and that all
Don't 'sudo update-grub, it will reset everything you had made
-
To change this you have to install plymouth, just simply type:
sudo nala install -y plymouth
-
After install it go to gnome-look.org and type plymouth theme to download. I'm highly recommend you to check this out
-
Done download go to extract it, now you file this directory:
/usr/share/plymouth/themes
-
press f4 to open terminal, now move your file to it by:
cd ~/Downloads
, thenls
(it help you to find the folder name) -
now type
sudo mv <your folder name> /usr/share/plymouth/themes
-
now open file manager and go to
/usr/share/plymouth/themes
and find the file namedefault.plymouth
-
change the line
ImageDir
to the path of your folder
or use this commandline:{ ### my-plymouth-theme should be replaced with the theme-name which you downloaded (without the **)
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/*my-plymouth-theme*/*my-plymouth-theme*.plymouth 120
With this command, you need to select the theme sudo update-alternatives --config default.plymouth
- type this in terminal
sudo update-initramfs -u -k all
And that all, enjoy your custom boot logo
LXQT use sddm at is lock screen so it can be change as well, unfortunally, i only capable to make MarianArlt sddm work, other sddm lock sreen you found on gnome-look might not work, and i don't know how to fix it either, sr
- Download sddm theme, like i said above only MarianArlt themes work, some MarianArlt alternative also work, you can check out sugar dark, sugar candy, the-zero885 lubuntu-sddm-theme.
- extract the file you just download, and move it to sddm folder:
/usr/share/sddm/themes
cd ~/Downloads
ls
sudo mv <folder name> /usr/share/sddm/themes
- If you using lxqt on lubuntu like mine, just rename ubuntu-theme folder (for backup resson) :
cd /usr/share/sddm/themes/
sudo mv ubuntu-theme ubuntu-theme-bakcup
If you using lxqt in other distro just rename lubuntu folder:
sudo mv lubuntu lubuntu-bakcup
- Now
rename
your theme folder to ubuntu-theme / lubuntu theme depend on your distro log out
to see if it work
Install Ulauncher :
- just type in terminal
sudo nala install -y ulauncher
and it'll do it thing, if it fail just add resposudo add-apt-repository universe -y && sudo add-apt-repository ppa:agornostal/ulauncher -y
- Now open ulauncher, it will show up a searchbar look on the righ, you see to wheel thing, click into it, it'll show this GUI
- click to
launch at login
and close it
Optional:
- To change theme you have to download ulauncher theme (https://www.pling.com/p/1995620)
- then go to
~/.config/ulauncher
(if it don't show up just open it angain and f5) Move
your themes to there, andrename
it to user-themes- go back to ulauncher app, go to color themes and change to your themes just add
Install Plank
- Type in terminal:
sudo nala install -y plank
and wait - After it done, try to open to by typing in terminal plank
- if it work now you can change it thing, do the same thing in below picture
- to make plank auto start when login you have to
open session setting
- go to
autostart
tab - press
add
button - name it plank, command also plank
- press ok and close it
Panel
- Go to this website of the author
- After download it, extract it
- open another file manager and go to
~/.config/lxqt/
and change panel.conf file name topanel-00.conf
- move the
panel.conf
you just download in~/.config/lxqt/
- log out to see if it work or not
Optional: Add transparancy to panel
- tick on background color, and set opacity to below 70%
In case you want to make the panel smaller, this is how:
- open up the
panel.conf
file in~/.config/lxqt/
- then open that file up, look for line
width
- now save it. log out to check does it work or not.
Make sure to turn on compton (if you don't have compton, just install it: sudo nala install -y compton
)
- set compton to auto run, to do that you have to
open session setting
- go to
autorun
tab add
compton to it (similar to plank)
Optional Windows and tilling themes Change windows themes
At default, LXQT have a few collection of palette for you to choice. But none of those fit your taste, here is how to add more palette into:
- you have to
download
a theme, you can check this if your want. extract
the zip file you just getcopy
that file to~/.local/share/lxqt/
(if the lxqt folder does not exist, create it first) noite: if you download the theme i put above, the one you have to move isBreeze-Lxqt
- after moving it, you have to
open
it up. It must of the time have 2 folder. you have to move all of the file outside it, like this: - now you can go to
Appearance
and change to the new palette you just add by pressingload palette
Change system title bar
- found the one you like, you can check this
extract
it, and move it to/usr/share/themes/
- now search for
openbox setting
and change it to the theme you just add
LXQT also have picom preinstall, but you cant config it, you have to config it throught compton: ~/.config/compton.conf
install tiling windows
- navigate to
~/.config/openbox/rc.xml
, make abackup
of this file - open this file with featherpad or nano
- add this thing to this place
(at middle keyboard and keybind) copy all in tiling.txt file to rc.xml
- save it
- Run command in terminal to reconfigure openbox for the shortcut to take effect.
openbox --reconfigure
Optional Change icons themes
Install
icon themes, highly recommend thissudo nala install papirus-icon-theme
- Now open
appearences
and go toicon themes
, change to the one you just done install
Optional Change terminal theming.
LXQT use Qterminal at it main (it also have xterm preinstall), xterm is a no go, Qterminal in the other hand pretty good at customize. But if you want to flexing to people online using neofetch then i recommend you switch to xfce4-terminal. The resson is Qternimal itselt can't render custom image.
Changing theme in Qterminal Changing theme in Qterminal (if none of the color scheme preinstall don't fit your taste then you can check the below)
- Qterminal theme is reliant palette so u have to check Windows and tilling themes above
- After you done,
open
up the terminal and go tofile->preferences->appearences->color scheme
and change it to the one you just add Changing theme in Xfce4-terminal Download
the theme online, i'm highly recommend thisExtract
the download file, and move it to~/.local/share/xfce4/terminal/colorschemes/
open
up xfce4-terminal, go toedit
tab and chossepreferences
, go tocolors
and changepresets
to the theme you just add
Changing font for terminal
Download
font from the web, this one is really good, expecially the gohu font oneextract
it, and move it to~/local/share/fonts/
(if it don't have that folder just create it)open
up your terminal, go toedit
tab (Qterminal is file tab) and chossepreferences
, go toappearences
and changefont
to the one you just add
Note: If you want your terminal transparent, find the opacity
thing, and change it to your liking.
If the panel just disable, try to delete the new one u just add and rename the original one back to normal.
If it still can't fix it then you have to reinstall lxqt desktop (do not worry, it won't earse any of your customization anyway): sudo apt install --reinstall lubuntu-desktop
(you have to use apt, nala don't work on this)
If it still giving you a problem, then i think you should reinstall gpu driver (no recommend), you can go to this website to install it.
if you have trouble with extracting file, go to edit
tab (upper left), go to preferences
, go to advanced tab
, in archiver integration
swicth it to lxqt-archiver
and it should fix now
if you press f4
of right-click to open up the terminal but it keep showing up xterm, here is how to fix it: go to edit
tab (upper left), go to preferences
, go to advanced tab
, in terminal emulator
change it to qterminal
or anything else you use (EX: xfce4-terminal)
Important: If your app can't install by dependency issue, try this:
sudo apt-get autoclean
sudo apt-get -f install
first, install yay
or paru
depend on u, if yay
this link, if paru
this link
To install grub-customizer type:yay -S grub-customizer
At default, Lubuntu have an Ubuntu name, you can simply by double left click to the tile, after changing you have to type the save button on the top left of the windowx. To customise the GUi you can do it here to, but much of the time it won't work so i gonna tell you an alternative/manual way
First, go to gnome-look.org, then go to search bar and search for grub theme, at there you can find the theme that favor your eyes
After download it, you have to add it into a config file, this is how you do it:
- Open file manager, then ctrl + l show you can change the directory,
- Type
/usr/share/grub/themes/
- In there press
f4
on your keyboard, it'll show up a terminal - Type
cd ~/Downloads
, you can open another file manager and go to Downloads and extract to themes you just download of simply extract it through terminal byupzip <file name>
, thenls
to show your file name. - After extract you have to type this:
sudo mv <folder you just extract> /usr/share/grub/themes
. - Type this in file manager directory:
etc/default/grub.d/
and find agrub-theme.cfg
file, open it up. - At here you have to change the line below:
/usr/share/grub/themes/<your theme name>/theme.txt
- Open terminal and type:
sudo update-grub
and now you canreboot
and enjoy your new grub UI now.
Bonus: to change icon you have two way of doing that
Option 1. Go to icons folder of your theme then open it with gimp (yay -S gimp
) and drag your picture into it and save it by ctrl shift e and close it, it'll show warning, just discard it.
Option 2:
- Go to
/boot/grub/
and findgrub.cfg
find, make a backup of that file. After that open it with featherpad or nano depend on you - find the line that have menuentry in it then you add
--class
to it like the image below
After that remember to save it, and that all
Don't 'sudo update-grub, it will reset everything you had made
-
To change this you have to install plymouth, just simply type:
yay -S plymouth
-
After install it go to gnome-look.org and type plymouth theme to download. I'm highly recommend you to check this out
-
Done download go to extract it, now you file this directory:
/usr/share/plymouth/themes
-
press f4 to open terminal, now move your file to it by:
cd ~/Downloads
, thenls
(it help you to find the folder name) -
now type
sudo mv <your folder name> /usr/share/plymouth/themes
-
now open file manager and go to
/usr/share/plymouth/themes
and find the file namedefault.plymouth
-
change the line
ImageDir
to the path of your folder
or use this commandline:{ ### my-plymouth-theme should be replaced with the theme-name which you downloaded (without the **)
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/*my-plymouth-theme*/*my-plymouth-theme*.plymouth 120
With this command, you need to select the theme sudo update-alternatives --config default.plymouth
- type this in terminal
sudo update-initramfs -u -k all
And that all, enjoy your custom boot logo
Bcs lxqt ship with sddm out of the box so you don't have to install it
- Download sddm theme, these are some that i know working: MarianArlt, sugar dark, sugar candy, the-zero885 lubuntu-sddm-theme.
- extract the file you just download, and move it to sddm folder:
/usr/share/sddm/themes
cd ~/Downloads
ls
sudo mv <folder name> /usr/share/sddm/themes
- now go to
/etc/sddm.conf.d/
and open upkde_setting.conf
file - change
Current
to the theme you just download log out
to see if it work or not
Install Ulauncher :
- just type in terminal
yay -S ulauncher
and it'll do it thing - Now open ulauncher, it will show up a searchbar look on the righ, you see to wheel thing, click into it, it'll show this GUI
- click to
launch at login
and close it
Optional:
- To change theme you have to download ulauncher theme (https://www.pling.com/p/1995620)
- then go to
~/.config/ulauncher
(if it don't show up just open it angain and f5) Move
your themes to there, andrename
it to user-themes- go back to ulauncher app, go to color themes and change to your themes just add
Install Plank
- Type in terminal:
yay -S plank
and wait - After it done, try to open to by typing in terminal plank
- if it work now you can change it thing, do the same thing in below picture
- to make plank auto start when login you have to
open session setting
- go to
autostart
tab - press
add
button - name it plank, command also plank
- press ok and close it
Panel
- Go to this website of the author
- After download it, extract it
- open another file manager and go to
~/.config/lxqt/
and change panel.conf file name topanel-00.conf
- move the
panel.conf
you just download in~/.config/lxqt/
- log out to see if it work or not
Optional: Add transparancy to panel
- tick on background color, and set opacity to below 70%
In case you want to make the panel smaller, this is how:
- open up the
panel.conf
file in~/.config/lxqt/
- then open that file up, look for line
width
- now save it. log out to check does it work or not.
Make sure to turn on compton (if you don't have compton, just install it: yay -S compton
)
- set compton to auto run, to do that you have to
open session setting
- go to
autorun
tab add
compton to it (similar to plank)
Optional Windows and tilling themes Change windows themes
At default, LXQt have a few collection of palette for you to choice. But none of those fit your taste, here is how to add more palette into:
- you have to
download
a theme, you can check this if your want. extract
the zip file you just getcopy
that file to~/.local/share/lxqt/
(if the lxqt folder does not exist, create it first) noite: if you download the theme i put above, the one you have to move isBreeze-Lxqt
- after moving it, you have to
open
it up. It must of the time have 2 folder. you have to move all of the file outside it, like this: - now you can go to
Appearance
and change to the new palette you just add by pressingload palette
Change system title bar
- found the one you like, you can check this
extract
it, and move it to/usr/share/themes/
- now search for
openbox setting
and change it to the theme you just add
LXQT also have picom preinstall, but you cant config it, you have to config it throught compton: ~/.config/compton.conf
install tiling windows
- navigate to
~/.config/openbox/rc.xml
, make abackup
of this file - open this file with featherpad or nano
- add this thing to this place
(at middle keyboard and keybind) copy all in tiling.txt file to rc.xml
- save it
- Run command in terminal to reconfigure openbox for the shortcut to take effect.
openbox --reconfigure
Optional Change icons themes
Install
icon themes, highly recommend thisyay -S papirus-icon-theme
- Now open
appearences
and go toicon themes
, change to the one you just done install
Changing theme in Qterminal (if none of the color scheme preinstall don't fit your taste then you can check the below)
- Qterminal theme is reliant palette so u have to check Windows and tilling themes above
- After you done,
open
up the terminal and go tofile->preferences->appearences->color scheme
and change it to the one you just add
Changing theme in Xfce4-terminal
Download
the theme online, i'm highly recommend thisExtract
the download file, and move it to~/.local/share/xfce4/terminal/colorschemes/
open
up xfce4-terminal, go toedit
tab and chossepreferences
, go tocolors
and changepresets
to the theme you just add
Changing font for terminal
Download
font from the web, this one is really good, expecially the gohu font oneextract
it, and move it to~/local/share/fonts/
(if it don't have that folder just create it)open
up your terminal, go toedit
tab (Qterminal is file tab) and chossepreferences
, go toappearences
and changefont
to the one you just add
Note: If you want your terminal transparent, find the opacity
thing, and change it to your liking.
If the panel just disable, try to delete the new one u just add and rename the original one back to normal.
If you few a lot of lag then i'm highly recommend you to install driver:
yay -S nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings
then reboot
if you have trouble with extracting file, go to edit
tab (upper left), go to preferences
, go to advanced tab
, in archiver integration
swicth it to lxqt-archiver
and it should fix now
if you press f4
of right-click to open up the terminal but it keep showing up xterm, here is how to fix it: go to edit
tab (upper left), go to preferences
, go to advanced tab
, in terminal emulator
change it to qterminal
or anything else you use (EX: xfce4-terminal)
<3 <3 THANKS YOUR GUY FOR READING <3 <3