Put the contents of the fonts
directory into your ~/.local/share/fonts/
directory.
My plasma font is Ubuntu Nerd Font Propo Med
To install the Catppuccin theme, follow the instruction in the Catppuccin Plasma Repo.
If you want my exact icons, then simply put the contents of Tela-circle
into the ~/.local/share/icons/
directory. Then in Plasma Settings > Appearance > Icons, select Tela circle
.
If you want the default Tela Circle icons, then install Tela Icons Theme and select the default variant.
For the Dock Icons, they are custom made for what I use; I've provided some in the Tela-circle
directory.
The layout of my panel is:
[Application Menu]---[Virtual Desktop Bar]---[Event Calendar]---[System Tray]
I have it set to Floating and Opaque in the panel settings.
To get the Icons that I have in my System Tray, you can paste the contents of the icons
directory into ~/.local/share/plasma/desktoptheme/lightly-plasma-git/icons/
, assuming you've installed the Catppuccin theme. These icons are most compatible if you set your icon size to 22
in KDE Settings > Appearance > Icons > Configure Icon Sizes > Main Toolbar.
These icons are based on Utterly Round icons so show some love to the original creator by upvoting.
If you're using a different theme, replace the word 'lightly-plasma-git' with the name of your theme in the path, then replace the icons.
My system tray has all icons set to Always Hidden
except for Audio Volume, Battery and Brightness, Bluetooth, Networks and Media Player, which are set to Always Shown
.
The Application Menu icon on the left side of the panel is arch.svg
as provided.
The Virtual Desktop Bar widget is being used to display virtual desktops.
In the Appearance
category of the settings, you can change the Desktop labels style to Name
.
Then you can name all of your virtual desktops as either or (left is pacman, right is ghost - icons may not show in your browser).
You can also change the colors as your wish...
The Event Calendar plugin lets you configure how you want to display the time and date.
If you open up the widget settings and go to the General
tab... You can enable Line 1
and put the following string in the textbox to imitate my layout/colors: '<font color="#94e2d5">' ddd dd MMM '</font>' '<font color="#8BE9FD">' | '</font>' '<font color="#f9e2af">' h:mm:ss AP '</font>'
.
I have the changed my font to the Ubuntu Nerd Font Propo Mono
at size 20px with Bold enabled.
Line 2 is disabled in my configuration.
If you would like to use Tiling and Borders, you can use Bismuth and Rounded Corneres.
They both integrate quite well with each other and Rounded Corners also allows you to add borders to your active tiles/windows.
I am using Dolphin as my File Explorer. I believe Kvantum is responsible for setting the theme for Dolphin as described above.
To get the toolbar to show on the left, you can right click and uncheck 'Lock Toolbar Positions' and then drag it to the left of your screen. Don't forget to lock it again.
You can also use some of my dolphin settings by putting dolphinrc
in ~/.config
.
My Neovim theme is a custom theme where I combined backgrounds of Catppuccin and highlighting of Dracula, found here.
You can import using lazy.nvim as:
{
'Jas-SinghFSU/drappuccin',
config = function()
require("dracula").setup {
plugins = {
["todo-comments.nvim"] = false,
["indent-blankline.nvim"] = false,
}
}
end
}
and then activate it via
vim.cmd.colorscheme "dracula-soft"
Or if you want my entire Neovim config you can get it here. Ensure that you check out the lazy
branch.
I use Neovide as well instead of Neovim in the terminal.
For Discord I am using Catppuccin Theme. The theme for vencord is Catppuccin.
To install theme, grab any ONE of the import strings provided in the theme repo and paste it in discord's User Settings > Themes (Vencord Section) > Online Themes Text Box.
This assumes you have Vencord installed.
I am using Spicetify to style my Spotify.
Once you have Spicetify installed, you can open the 'Marketplace' in your spotify to install the theme 'Text Darkthemer'.
Once it's installed, select the 'Catppuccin Mocha' variant in the dropdown near the search bar.
To get your green accent to turn 'maroon', follow these steps:
- In Marketplace, go to settings by clicking the gear icon
- Enable 'Theme developer tools'
- Go back to the marketplace and you'll notice a paintbrush icon near the theme variant dropdown
- Click that and replace the section labeled
[CatppuccinMocha]
with:
[CatppuccinMocha]
accent=eba0ac
accent-active=eba0ac
accent-inactive=1e1e2e
banner=eba0ac
border-active=eba0ac
border-inactive=313244
header=585b70
highlight=585b70
main=1e1e2e
notification=89b4fa
notification-error=f38ba8
subtext=eba0ac
text=cdd6f4
Restart spotify and voila
You can install Wezterm, Zsh and Oh-my-posh to make your terminal look like mine.
Put the wezterm
directory in your ~/.config
directory to use my wezterm config.
Put the .zshrc
in your ~
aka $HOME
directory to use my Zsh config... it's very basic.
Put the OhMyPosh
directory in your ~/.configs
directory to use my Oh My Posh config.
For Edge I have the Catppuccin Mocha Chrome theme.
Catppuccin official repo also has many themes for popular webpages as well.
And that is all folks... I hope you enjoy.