Skip to content

Instantly share code, notes, and snippets.

@jmz-b
Created June 29, 2019 19:50
Show Gist options
  • Save jmz-b/c984170b09f2be823a8a9e2d9178c3c9 to your computer and use it in GitHub Desktop.
Save jmz-b/c984170b09f2be823a8a9e2d9178c3c9 to your computer and use it in GitHub Desktop.
qdbus commands to toggle hide/show KDE plasma panel
!#/bin/sh
qdbus org.kde.plasmashell /PlasmaShell evaluateScript "p = panelById(panelIds[0]); p.height = 32 - p.height;"
@LanRenLan
Copy link

@Tokukarin You're right, I deleted the taskbar while spinning it around

@Tokukarin
Copy link

The commands above are just an addition to the original post.
The script I personally use actually deletes the taskbar but the commands above are not out of the deletion and restore script I made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment