do-it-yourself-bar icon indicating copy to clipboard operation
do-it-yourself-bar copied to clipboard

A customizable panel widget for KDE Plasma

Results 16 do-it-yourself-bar issues
Sort by recently updated
recently updated
newest added

This branch ports the applet to Plasma 6. The dependency installer scripts are not updated because I couldn't figure out what all the packages are for Fedora and OpenSUSE. KDE...

After upgrading to KDE Plasma 6, the DIY Widget stopped working. I think it's necessary to update it for Plasma 6, correct? The figure below shows the warning message that...

enhancement

Hi, sorry to post about another project on this one, but I couldn't find another way to reach you. Going off the fact that you have archived the virtual taskbar...

question

I've written a simple bar for displaying the local IP address and the WAN address. You invited contributions. Hope this is acceptable. It's my first pull/merge request :) Michael

When I try use configure a keyboard shortcut, configured from `Configure Do It Yourself Bar > Keyboard` shortcuts to activate a widget nothing happens. No errors in the journal. Tried...

Currently text is always horizontally centered. I'd like to be able to left-align or right-align it in some situations. I tried `...` but that didn't work.

enhancement

…address, Download and Upload speed from Fritzbox routers (commonly used in Germany)

Contributed Script: ![Screenshot_20211204_204424](https://user-images.githubusercontent.com/564653/144730282-649c520a-1d4f-4a75-b0e1-d8217743ba2c.png) * this is the generic monitor, personal version has built in profile changer w/ lots of hardcoded stuff Fixed a few bugs/issues/documentation, see change log

This setting is infant applied when set to use label as such it should be enabled I am using this in my panel if that is relevant Running Kubuntu 22.04

bug

Code snippets Using [pydbus](https://github.com/LEW21/pydbus) ``` #!/bin/python3 from pydbus import SessionBus from sys import argv if len(argv) == 1: print("No DIY bar ID given!") quit() diy=SessionBus().get("org.kde.plasma.doityourselfbar","/id_"+argv[1]) diy=getattr(diy, 'pass') # pass is...

enhancement