diff options
| author | bh <qn+git@epicurus.dev> | 2026-04-25 14:21:35 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-04-25 14:21:35 +0800 |
| commit | bf15b69ccd6ec74b42ffb87542cae07cad0e75a2 (patch) | |
| tree | cbc7f2091f92aaa70a302ad161ec76437374ed87 | |
| parent | e4c1590d7b05e709e94f6c23b5fda1114ccbf581 (diff) | |
quickshell: remove terminal dropdown (it sucked)
| -rw-r--r-- | quickshell/.config/quickshell/shell.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/quickshell/.config/quickshell/shell.qml b/quickshell/.config/quickshell/shell.qml index a64a472..8012d66 100644 --- a/quickshell/.config/quickshell/shell.qml +++ b/quickshell/.config/quickshell/shell.qml @@ -125,17 +125,6 @@ PanelWindow { font.pixelSize: 14 } - MouseArea { - anchors.fill: parent - onClicked: { - dropdownToggleProc.running = true - } - } - - Process { - id: dropdownToggleProc - command: ["sh", "-c", "if hyprctl clients -j | jq -e '.[] | select(.class==\"quickshell-dropdown\")' > /dev/null 2>&1; then pkill -f 'kitty --class quickshell-dropdown'; else kitty --class quickshell-dropdown --override font_size=8 -e sh -c 'fastfetch; echo; printf \"\\e[1;33mI USE ARCH BTW!!!!\\e[0m\\n\"; echo; exec $SHELL' & fi"] - } } // Powerline separator: bg2 -> bg1 |
