dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.91k stars 1.76k forks source link

Wrong Plasma Theme Output on Arch Linux #1975

Open noobishply opened 2 years ago

noobishply commented 2 years ago

Description

Plasma theme shows as Arc Dark, even though I have Nordic selected. lookandfeeltool --list confirms that I no longer have Arc Dark in my system (I did install it a long time ago, then uninstalled it). Output of lookandfeeltool --list:

YaplassArchLinux
Sweet
Nordic
com.github.vinceliuice.Fluent-round-dark
org.kde.oxygen
org.kde.breeze.desktop
org.kde.breezedark.desktop
org.kde.breezetwilight.desktop

Neofetch version

Neofetch 7.1.0

Screenshot

image

Config file

config.txt (github doesn't support .conf files)

Verbose log

https://pastebin.com/nNZ32PzE

noobishply commented 2 years ago

I took a good look at the verbose log and realised that I don't have the kdeglobals file in .config, and that's where neofetch seems to be looking for the WM theme.

colbiedison commented 2 years ago

I'm also not getting the correct theme on Arch + KDE. My theme is currently 'Sweet' but neofetch reports the default theme.

image image

Config

http://logpaste.com/9hVu6IZ2

Verbose Log

http://logpaste.com/fladVXs5

Steccah commented 2 years ago

I have the same problem, i found out that neofetch uses grep '^Name' ~/.config/kdeglobals. In my case there is a line Name=Breeze Light and i just changed that to Name=Dracula (you can change with everything you want) Than neofetch searches in ~/.gtkrc-2.0 for the gtk-theme-name entry, and i changed that as well There's more, it then searches in ~/.config/gtk-3.0/settings.ini for gtk-theme-name and i changed that with the same gtk2 name.

I don't think you should do this, maybe i will break something in the near future, i will update if after a reboot i end up destroying my pc

Steccah commented 2 years ago

Touching the gtk config was a mistake, it messes with the themes. You probably don't have a gtk theme, go on system settings > application style > gtk theme

noobishply commented 2 years ago

I do have a GTK theme selected, @Steccah.

Steccah commented 2 years ago

I do have a GTK theme selected, @Steccah.

I see your problem is the plasma theme, are you sure you have the right one selected?

noobishply commented 2 years ago

I see your problem is the plasma theme, are you sure you have the right one selected?

100%. I've selected Ant Dark (changed it from Nordic to Ant Dark) in Plasma Style, Colors, and the GTK Theme. image image image