/dotfiles

My KDE settings on Manjaro

Primary LanguageQML

The goal is to quickly setup my environment after a fresh install of Manjaro KDE.

Description

  • Theme: Breeze Dark
  • Plasma style: McMojave
  • Color: Breeze Dark
  • Icons: Os-Catalina
  • Application style engine: Kvantum dark
  • Kvantum theme: akava
  • Window decorations: McMojave
  • Font: Noto sans (default)
  • Cursors: Breeze
  • Taskbar: Latte Dock
  • Kwin scripts: Tiling extension, latte windows colors
  • Login screen: Sugar Candy
  • Widgets
    • application dashboard
    • global menu
    • window title
    • weather
    • todolist
  • Shell: Fish with shellder theme
  • Konsole: White on black theme

Here is a dual screen view: Screen

And with a window: Fullscreen

Installation

  1. Install chezmoi
sudo pacman -S chezmoi
  1. Initialize chezmoi
chezmoi init https://github.com/Nomost80/dotfiles.git
  1. Install dependencies
sh ~/.local/share/chezmoi/scripts/pre-install.sh
  1. See the diff
chezmoi diff
  1. Apply the changes
chezmoi -v apply
# or update with the last changes without fetching
chezmoi update
  1. (Optional) Install common packages
sh ~/.local/share/chezmoi/scripts/post-install.sh
  1. Reboot

Known Problems

  • Some widgets aren't working (need to reinstall/unset):
    • application dashboard
    • weather

Still Manual

  • Login screen
  • Wallpapers
  • Application dashboard icon

Todo

  • Set base dir (/home/guillaume) with a variable

Links