Skip to content

Instantly share code, notes, and snippets.

@waflessnet
Created November 10, 2023 14:24
Show Gist options
  • Save waflessnet/3fa54ca124d6a16e0092fa5a86312e21 to your computer and use it in GitHub Desktop.
Save waflessnet/3fa54ca124d6a16e0092fa5a86312e21 to your computer and use it in GitHub Desktop.
command kde panel hidden/ height location
# set show or height size kde panel
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].height = 40"
# move panel to bottom
#
#
# position screen
# 7 - 8 - 3
# 6 - - 2
# 5 - 4 - 1
#
#
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].location = 4"
# extra
# disable autohidden panel
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].hiding = \"null\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment