Clipboard popup widget #190
Replies: 3 comments 26 replies
-
@salahoued nice job but clipboard can be a very complicated thing with all sorts of issues. See labwc/labwc#2042 just to begin going down the rabbit hole!
EDIT: Sorry didn't read the post properly! See #216 (comment) for my take on it. Hope it's useful. Cheers! |
Beta Was this translation helpful? Give feedback.
-
@salahoued thank you for your widget! In my case it always shows the following error
Would you mind helping me see what's wrong? I haven't made any changes. |
Beta Was this translation helpful? Give feedback.
-
@knm100, It is better to leave It is also recommended to add it to your compositor config, so every time you log in it will ran automatically
|
Beta Was this translation helpful? Give feedback.
-
Hi,
After using
rofi dmenu
to get clipboard history for a while, I decided it was time for goodSfwbar
widget to replace it.It should be noted that this widget depends on
wl-clipboard
andwl-clipboard-history
script which in turn depends onsqlite3
~/.config/sfwbar/widgets/clipboard-pop.widget
clipboard-pop.widget.txtclipboard-pop.widget.txt
~/.config/sfwbar/scripts/sfwbar-clipboard.py
sfwbar-clipboard.py.txtsfwbar-clipboard.py.txt
UPDATE: when an item in the clipboard is greater than certain length it became impossible to draw the widget, and sometimes causing
sfwbar
to core dump. using-GtkWidget-ellipsize
to limit the widget width and modifying the python script to not show more than 3 lines in label.Hope you like it :)
Beta Was this translation helpful? Give feedback.
All reactions