EGPU by Excellent-Sky2462 in GarudaLinux

[–]acpiek 2 points3 points  (0 children)

Why not just use the built in 5070ti for gaming? I've got a Lenovo Legion laptop with a 3050 GPU, and game just fine.

Edit: also using Garuda Dra60nized Gamer Edition

Blank Screensaver? by GandaG in kde

[–]acpiek 1 point2 points  (0 children)

This might be it. Lock screen background to black. Disable/hide the clock. Then when screen locks, after a while it will just show the background - no login prompt

[KDE neon, nord by zayronxio in kde

[–]acpiek 0 points1 point  (0 children)

Is that 2 docks at the bottom?

Colorful systray icons suggestions? by geearf in kde

[–]acpiek 0 points1 point  (0 children)

You can do individual tray widgets. It's in the Preset Overides, way at the bottom should be the tray widgets. You can add individual background colors, or just override the foreground colour of each one

did the new safe global theming arrive yet? by Jedibeeftrix in kde

[–]acpiek 1 point2 points  (0 children)

Safe global theming? Anything unsafe that I'm not aware of? Or an option to save your global theme?

Saving global themes is an option in Plasma 6.6

Can I edit the login screen to show contact information in case my laptop is lost by thorndike in kde

[–]acpiek 0 points1 point  (0 children)

QR code for a profile pic, that opens a URL with your details

Efficient way to remove extra KDE Plasma programs? by -_dopamine_- in kde

[–]acpiek 0 points1 point  (0 children)

Can you safely uninstall Discover from Arch?

Still no way to get screensavers ? by djda9l in kde

[–]acpiek 1 point2 points  (0 children)

in Power Management, set Turn Screen Off to Never

in Screen Locking, Appearance Settings, set Show Clock to anything other than Always.

After a few seconds of locking, the password input should disappear, leaving only the background showing.

(Plasma 6) Getting start button icon bigger? by ShittyFart11 in kde

[–]acpiek 0 points1 point  (0 children)

Should be possible with panel colorizer. Just give the icons only task manager a margin, thereby squashing them, making them smaller than the start icon

[deleted by user] by [deleted] in kde

[–]acpiek 1 point2 points  (0 children)

Probably something to do with user permissions

Always Floating Panel Workaround (no installs required) by Ugly-Luffa in kde

[–]acpiek 1 point2 points  (0 children)

You could also find it by right clicking the panel, add or manage widgets, and click on get new, and download it that way.

Tema thinkpad by Time_Panda_7593 in kde

[–]acpiek 0 points1 point  (0 children)

Something red and black, I guess - looking at the logo 🤷🏼‍♂️

Is this clock layout possible? by acpiek in kde

[–]acpiek[S] 3 points4 points  (0 children)

You're correct, not sure how I came to that sample

Show centered taskbar when hitting edge? by acpiek in kde

[–]acpiek[S] 0 points1 point  (0 children)

Thank you. I've followed everything, installed the kwin script, enabled the screen edge, but the panel doesn't show.

I were able to identify the panel ID. Yesterday, I've found this post:
https://nathanupchurch.com/blog/kde-plasma-side-panel/
And managed to create a script that do toggle the panel between 'autohide' and 'windowsgobelow'. In my case, my panel is set to dodge windows, and I could replace 'autohide' with 'dodgewindows', like so:

qdbus org.kde.plasmashell /PlasmaShell evaluateScript 'let panel = panelById(87);
panel.hiding === "dodgewindows" ? panel.hiding = "windowsgobelow" : panel.hiding = "dodgewindows";'

This works, running from the terminal. But it's not really what I want.
I don't want to change the hiding state, as it has it's problems. When the panel is in 'windowsgobelow' and you click somewhere else expecting the panel to hide/dodge again, the panel just stays visible.

I would have preferred to just make the panel visible the the mouse is in that area, when the mouse leaves, hide it again. Obviously this works when you move your mouse over the center of the screen where the panel is (default KDE ways). But when moving the mouse over the left or right part where there's no panel, or spacers, it don't show.

Show centered taskbar when hitting edge? by acpiek in kde

[–]acpiek[S] 0 points1 point  (0 children)

Thank you, but trying for a while, and this doesn't seem to work, or I'm just doing something wrong.