notify-ctrl/Plasma-Overdose
1
8
Fork
You've already forked Plasma-Overdose
1
KDE Plasma's NSO theme package.
  • Shell 52.4%
  • QML 42.2%
  • Roff 5.4%
Find a file
AR34 2ca54efdee Fix fonts ( #2 )
I change font from zpix to DinkieBitMap (he has more support languages)
Co-authored-by: ArThirtyFour <149522975+ArThirtyFour@users.noreply.github.com>
Reviewed-on: #2
Reviewed-by: notify-ctrl <notify-ctrl@qq.com>
2026年04月23日 15:49:51 +02:00
aurorae fix: fine tune window decoration layout 2026年04月08日 00:56:01 +08:00
cursors fix(directory names): revert to original directory name 2025年01月02日 23:41:51 +08:00
konsole Add konsole colorscheme 2026年04月08日 06:51:10 +08:00
kwin/Plasma-Overdose-KWinDeco customizable window decoration color 2026年04月08日 16:46:07 +08:00
plasma fix colorscheme in global 2026年04月08日 15:41:36 +08:00
sounds Merge pull request #6 from olivertzeng/master 2025年03月15日 21:16:29 +08:00
wallpapers fix: packaging of wallpaper and window deco. 2026年03月31日 01:28:27 +08:00
.gitignore Fix fonts ( #2 ) 2026年04月23日 15:49:51 +02:00
identical.sh Merge pull request #6 from olivertzeng/master 2025年03月15日 21:16:29 +08:00
install.sh Fix fonts ( #2 ) 2026年04月23日 15:49:51 +02:00
LICENSE update 2022年02月05日 13:01:35 +08:00
PlasmaOverdose.colors fix colorscheme in global 2026年04月08日 15:41:36 +08:00
README.md KWin window decoration 2026年04月08日 05:46:14 +08:00
release.sh Add konsole colorscheme 2026年04月08日 06:51:10 +08:00

Plasma-Overdose

Preview

Plasma-Overdose is a KDE theme inspired by the popular game Needy Girl Overdose/Needy Streamer Overload.

Join our discord server! https://discord.gg/xvWEt4NJcx

What we offer

Plasma-specific:

  • look-and-feel/: Global Theme
    • Splash Screen
  • desktoptheme/: Plasma Style
    • Color Scheme
  • aurorae/: Window Decorations
  • kwin/: Window Decorations (KWin, this is better)
  • wallpapers/: Wallpaper

Should available across DEs:

  • sounds/: Sound Theme
  • cursors/: Cursor Theme

Todos

  • Renew the code
  • A Kvantum theme, for adjusting Widget Style.
  • An icon theme. We started this work in separate repo: Plasma-Overdose-Icons
  • (Maybe) Lock screen theme.

Font

Using a pixelated font like Public Pixel enhances the experience of using the theme.

The game uses the zpix font. You can download it from linked repository and install it manually.

Download

To download the theme you need to clone the repository:

git clone https://codeberg.org/Notify-ctrl/Plasma-Overdose
cd Plasma-Overdose/

Install

Auto install script:

sh -c "$(curl -fsSL https://codeberg.org/notify-ctrl/Plasma-Overdose/raw/branch/master/install.sh)"

Manual Install

To install the Aurorae theme run

mkdir -p ~/.local/share/aurorae/themes
cp -r aurorae/Plasma-Overdose* ~/.local/share/aurorae/themes/

To install the KWin window decoration run

mkdir -p ~/.local/share/kwin/decorations
cp -r kwin/Plasma-Overdose-KWinDeco ~/.local/share/kwin/decorations

To install the cursor theme run

mkdir -p ~/.icons/CursorsOverdose
cp -r cursors/* ~/.icons/CursorsOverdose/

To install the Color Scheme run

mkdir -p ~/.local/share/color-schemes
cp plasma/desktoptheme/Plasma-Overdose/colors ~/.local/share/color-schemes/Plasma-Overdose.colors

To install the Desktop Theme run

mkdir -p ~/.local/share/plasma/desktoptheme
cp -r plasma/desktoptheme/Plasma-Overdose ~/.local/share/plasma/desktoptheme/

To install the Global Theme run

kpackagetool6 -t Plasma/LookAndFeel -i plasma/look-and-feel/Plasma-Overdose

To install the sound theme run

mkdir -p ~/.local/share/sounds/PlasmaOverdose
cp -r sounds/* ~/.local/share/sounds/PlasmaOverdose/

To install the wallpaper run

mkdir -p ~/.local/share/wallpapers/Plasma-Overdose
cp -r wallpapers/Plasma-Overdose/* ~/.local/share/wallpapers/Plasma-Overdose/

After completing all the steps, you need to manually set the theme and its components in:

System Settings > Colors & Themes

Feel free to contribute to this theme!