Plasma 5 Applets by Zren 56 comments
Plasma 5 Applets by Zren 56 comments
Plasma 5 Applets by Zren 56 comments
Plasma 5 Applets by Zren 74 comments
Plasma 6 Applets by Zren 9 comments
Plasma 6 Applets by Zren 9 comments
Plasma 5 Weather by Zren 22 comments
Plasma 5 Applets by Zren 74 comments
Plasma 5 Menus by Zren 316 comments
Plasma 5 Wallpaper Plugins by Zren 44 comments
Plasma 5 Applets by Zren 74 comments
output=`ping google.com` ; echo "$output"
So since the ping command keeps running, the widget will never print the output. - Jul 07 2022
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Calendars by Zren 707 comments
https://github.com/Zren/plasma-applet-eventcalendar/commit/8ca1768b55e2b4f7f9df9bc055ce337b62d718ad - Mar 22 2022
Plasma 5 Applets by Zren
You can fiddle with the layout in:
~/.local/share/plasma/plasmoids/com.github.zren.batterytime/contents/ui/main.qml
See here where it switches to vertical layout:
https://github.com/Zren/plasma-applet-batterytime/blob/master/package/contents/ui/main.qml#L156
Change it to:
property bool useVerticalLayout: true
Relog to test it, or run this in KRunner (Alt Space):
kstart5 -- plasmashell --replace - Mar 22 2022
Plasma 5 Menus by Zren 316 comments
Plasma 5 Applets by Zren 56 comments
https://github.com/Zren/plasma-applet-win7showdesktop/commits/master - Dec 18 2021
Plasma 5 Calendars by Zren 707 comments
https://github.com/Zren/plasma-applet-eventcalendar/issues/259 - Aug 10 2021
Kwin Switching Layouts by Zren 41 comments
In any case, make sure /usr/share/kwin/tabbox/thumbnail_grid/ exists, then remove ~/.local/share/kwin/tabbox/thumbnail_grid/ in your home directory. - Aug 09 2021
Kwin Switching Layouts by Zren 41 comments
If it really is this theme is broken, then that is good to know. What Plasma version are you using? If you're using a newer version of Plasma, then Thumbnail Grid (with various fixes) is already installed. Just remove the version installed in your home description as mentioned in the theme description. - Aug 08 2021
Plasma 5 Multimedia by Zren 58 comments
If you really want to change this behavior, edit addVolume() in PulseObjectCommands.js:
https://github.com/Zren/plasma-applet-volumewin7mixer/blob/master/package/contents/ui/code/PulseObjectCommands.js#L44
From: var volume = calcVolume(0, pulseObject.volume, maximumValue, step)
To: var volume = calcVolume(0, pulseObject.volume, 98304, step)
Restart plasma after making your changes. - Jul 15 2021
Plasma 5 Multimedia by Zren 58 comments
Plasma 5 Calendars by Zren 707 comments
h:mm:'< font color="#880000" >'ss'< / font >' - Jun 13 2021
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Applets by Zren 74 comments
https://github.com/Zren/plasma-applet-commandoutput/blob/master/package/contents/ui/main.qml#L195
Feel free to edit the widget to support some weird syntax or use the alternative Kargos widget. - Apr 25 2021
Plasma Themes by Zren 62 comments
https://webchat.kde.org/#/room/#kde-devel:kde.org
Otherwise, you can grab my email from:
https://github.com/Zren/breeze-alphablack/commit/860796a24140e6156c3b6d660fa390c9c08ff526.patch - Apr 20 2021
Plasma Themes by Zren 62 comments
Can you go to ~/.local/share/plasma/ and tell me what folders and subfolders exist?
~/.local/share/plasma/desktoptheme/
~/.local/share/plasma/desktoptheme/breeze-alphablack/
~/.local/share/plasma/plasmoids/
~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/
~/.local/share/plasma/wallpapers/
~/.local/share/plasma/wallpapers/com.github.zren.animatedhue/
~/.local/share/wallpapers/
~/.local/share/wallpapers/EarthPlasma.png
Once you have, try copying the following to the Desktop folder so you can restore them or compare them later:
~/.config/plasmarc
~/.config/plasmashellrc
~/.config/plasma-org.kde.plasma.desktop-appletsrc
~/.local/share/plasma/
~/.local/share/wallpapers/
Then go to System Settings > Global Theme > Breeze
Check "Use desktop layout from theme"
Click Apply
It should reset your entire panel layout. Not sure if it'll reset the Desktop Wallpaper containment however. - Apr 19 2021
Plasma Themes by Zren 62 comments
What specifically is broken? - Apr 11 2021
Plasma Themes by Zren 62 comments
What specifically is broken? - Apr 09 2021
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Calendars by Zren 707 comments
To enable Event Calendar "debugging", you need to right click the clock in the panel > Configure Event Calendar. At the bottom of the "General" tab is a "Enable Debugging" tab. - Mar 23 2021
Plasma 5 Calendars by Zren 707 comments
https://github.com/Zren/plasma-applet-eventcalendar/issues/153#issuecomment-730508702 - Mar 23 2021
Plasma 5 Calendars by Zren 707 comments
https://github.com/Zren/plasma-applet-eventcalendar/issues/153
v69 is when I updated everything to use QtQuickControls 2. Even Debian uses Qt 5.11 nowadays. Also, Kubuntu 18.04 only has 1 month of support left (April 2021) according to https://kubuntu.org/getkubuntu/ - Mar 21 2021
Plasma 5 Calendars by Zren 707 comments
I haven't gotten around to implementing the toggle in the widget handle yet, but there's always been a checkbox in the config under the General Tab > Desktop Widget: Show Background. Unfortunately it doesn't invert the text color like the official plasma toggle. - Mar 20 2021
Plasma 5 Menus by Zren 316 comments
Under the "App List" Section there should be "Default View" which can be changed from "Alphabetical" to "Categories". You can select "Jump to Categories" only display the categories with the apps hidden. - Mar 11 2021
Plasma 5 Applets by Zren 74 comments
Plasma 5 Calendars by Zren 707 comments
https://github.com/Zren/plasma-applet-eventcalendar/issues/159
https://github.com/Zren/plasma-applet-eventcalendar/commit/0574d1fb3a1a3265068853c7ddf5262697f46b72 - Feb 19 2021
Plasma 5 Menus by Zren 316 comments
https://github.com/Zren/plasma-applet-tiledmenu/issues/98 - Feb 04 2021
Plasma 5 Multimedia by Zren 58 comments
device.icon_name = "audio-headset-usb"
Hmm, I'll probably check PulseObject.properties['device.form_factor'] === 'headset'.
Thanks for helping debug this! - Jan 22 2021
Plasma 5 Multimedia by Zren 58 comments
output of 'pacmd list-sinks' into https://hastebin.com/ save it, then link me to it?
With headphones, I can find the `analog-output-headphones` in the current port name. It's possible that headsets also have a common thing. - Jan 22 2021
Plasma 5 Multimedia by Zren 58 comments
name: alsa_output.pci-0000_00_14.2.analog-stereo
alsa_output.pci-0000_00_14.2.analog-stereo - Jan 22 2021
Plasma 5 Multimedia by Zren 58 comments
$ pacmd list-sinks | grep 'name:'
name:
You can manually edit the code to 'return name' instead of 'return i18n("Speaker")' in the code for your use case though:
* https://github.com/Zren/plasma-applet-volumewin7mixer/blob/master/package/contents/ui/MixerItem.qml#L176-L199
* ~/.local/share/plasma/plasmoids/org.kde.plasma.volumewin7mixer/contents/ui/MixerItem.qml
To test changes, run:
plasmawindowed org.kde.plasma.volumewin7mixer - Jan 22 2021
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Calendars by Zren 707 comments
Plasma 5 Menus by Zren 316 comments
I probably won't add a search icon/textfield in the panel since pressing the menu button does the exact same thing. - Jan 17 2021
Plasma 5 Weather by Zren 22 comments
* https://github.com/Zren/plasma-applet-condensedweather/issues/6
* https://bugs.kde.org/show_bug.cgi?id=430643
It looks like it's only the city search that is broken. - Jan 03 2021
Plasma 5 Menus by Zren 316 comments
Plasma 5 Menus by Zren 316 comments