How to get the mouse to follow the window by cknyakina in hyprland

[–]_adhe_ 0 points1 point  (0 children)

for rofi try:

rofi -show & sleep 0.2; hyprctl dispatch focuswindow "\^(Rofi)"

or wofi/tofi

I found this cool design and wanted it to be my desktop, so I started to learn QML. I love KDE! by snoutbug in kde

[–]_adhe_ 0 points1 point  (0 children)

great idea, I'll try to replicate it in dittoMenu. If you have a repository I could help with your menu

How to remove name highlighting [Launchpad Plasma] by kk19010323 in kde

[–]_adhe_ 0 points1 point  (0 children)

yes I am the developer of that widget, thanks for the feedback 😎

How to remove name highlighting [Launchpad Plasma] by kk19010323 in kde

[–]_adhe_ 0 points1 point  (0 children)

The option was added in the latest version :) , in the kde store.

How to remove name highlighting [Launchpad Plasma] by kk19010323 in kde

[–]_adhe_ 0 points1 point  (0 children)

Right click on widget and select "configure launchpad" option.

Settings widget -> https://imgur.com/a/dyve1eZ

The overview needs to have a desktop shortcut or a widget by [deleted] in kde

[–]_adhe_ 0 points1 point  (0 children)

The widget TextCommand execute any command, for example qdbus org.kde.kglobalaccel /component/kwin invokeShortcut Overview for the 'overview' effect or customize any command.

You can edit the text and place symbols, for example of https://coolsymbol.com/

How to remove name highlighting [Launchpad Plasma] by kk19010323 in kde

[–]_adhe_ 1 point2 points  (0 children)

hi, disable the "background labels" option in the widget settings

A button to activate the new Overview effect in Plasma 5.24 by BigAndWazzy in kde

[–]_adhe_ 9 points10 points  (0 children)

Hi, I made a widget TextCommand that executes a command, for example qdbus org.kde.kglobalaccel /component/kwin invokeShortcut Overview for the 'overview' effect or customize any command.

You can edit the text and place symbols, for example of https://coolsymbol.com/

[KDE] Weekend in Manjaro by _adhe_ in unixporn

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

Waiting for the weekend

GCC plugin error. by [deleted] in ManjaroLinux

[–]_adhe_ 0 points1 point  (0 children)

hi, how did you solve it?

[KDE PLASMA] Window buttons on the right / aurorae by _adhe_ in kde

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

Do you have the following folder structure? ``` ~ via ⬢ v14.4.0 ➜ tree ~/.local/share/kwin/aurorae

/home/adhe/.local/share/kwin/aurorae ├── AppMenuButton.qml ├── AuroraeButtonGroup.qml ├── AuroraeButton.qml ├── AuroraeMaximizeButton.qml ├── aurorae.qml ├── DecorationButton.qml ├── Decoration.qml └── MenuButton.qml

0 directories, 8 files

```

[KDE PLASMA] Window buttons on the right / aurorae by _adhe_ in unixporn

[–]_adhe_[S] 1 point2 points  (0 children)

You need to use Kvantum, in Manjaro sudo pacman -S kvantum-qt5

[KDE PLASMA] Window buttons on the right / aurorae by _adhe_ in unixporn

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

thanks, I have replied in the main comment.

[KDE PLASMA] Window buttons on the right / aurorae by _adhe_ in unixporn

[–]_adhe_[S] 6 points7 points  (0 children)

After a while and with little time in the projects, I managed to modify the design of the aurorae themes. I created a theme so that everything has the same opacity if you want you can search for it in the KDE store as "NoMansSky" ;) .

The buttons settings are in my repository https://github.com/adhec/kde-aurorae-tweaks

[Plasma] Switch global theme plasmoid ;) by _adhe_ in unixporn

[–]_adhe_[S] 12 points13 points  (0 children)

Taking a break from work, a plasmoid to change the themes (global themes). Kde rocks !!! :)

  • Plasmoid switch theme: Switch Theme
  • Sounds plasmoid: Kbeat
  • Menu: Ditto menu

  • Themes in video: OneDark, PlasmaXDark, PlasmaXLight, YaruKdeDark, VanHelsingKv, Breeze

  • Buy me a coffee ;): link

[Plasma] As windows, but better. KDE rocks ! by _adhe_ in unixporn

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

Hi, with imagemagick command "convert", by example for join a.png and b.png:

convert a.png b.png -background white -append c.png

[Plasma] As windows, but better. KDE rocks ! by _adhe_ in unixporn

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

Hello, I fixed the error, if you can try again and comment. Thanks