From bf15b69ccd6ec74b42ffb87542cae07cad0e75a2 Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 25 Apr 2026 14:21:35 +0800 Subject: quickshell: remove terminal dropdown (it sucked) --- quickshell/.config/quickshell/shell.qml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'quickshell') 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 -- cgit v1.2.3