control centre, notification overhaul, and cleanup
One centred rofi panel (super+x, or the gear in the bar) now drives network, bluetooth, audio, WireGuard, display, notifications, clipboard, emoji, screenshots, wallpaper, the particle layer, the bar and power. The separate per-function menus are gone. dunst: icons and images were disabled outright (icon_position=off, max_icon_size=0). Now icons resolve through Papirus, images render, progress bars are styled, notifications gap and stack, and fullscreen windows are not covered unless the message is critical. Volume up/down never notified at all; they now show a stacking OSD with a progress bar. Removed things that were broken or belonged to whoever this rice came from: - vpn-launcher.sh (mullvad/openvpn) and dc-multivpn - audio/bluetooth/network/power rofi menus, folded into the control centre - untar-all, unzip-all, resetxdgportal (unreferenced) - a sxhkd binding hardcoded to /home/sarthak/projects/scribe - clipboard-manager.sh keyed off XDG_SESSION_TYPE, which is 'tty' here, so it only ever printed a Russian error; rewritten on greenclip - toggle-bar.sh was bound to super+b but did not exist; written Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Cn3dHfbgNYdbZvzb1b3GQt
This commit is contained in:
parent
6f41e344ac
commit
b5a252c480
263 changed files with 645 additions and 16167 deletions
|
|
@ -1,13 +1,9 @@
|
|||
# Toggle Scribe Recording
|
||||
super + shift + space
|
||||
pkill -USR1 -f /home/sarthak/projects/scribe/scribe.py
|
||||
|
||||
# System binding
|
||||
super + {Return,v,w,x,b,period}
|
||||
{st, \
|
||||
sh ~/.config/scripts/rofi-menus/clipboard-manager.sh, \
|
||||
rofi -show drun, \
|
||||
sh ~/.config/scripts/rofi-menus/powermenu.sh, \
|
||||
sh ~/.config/scripts/control-center.sh, \
|
||||
sh ~/.config/scripts/toggle-bar.sh, \
|
||||
sh ~/.config/scripts/rofi-menus/rofimoji.sh}
|
||||
|
||||
|
|
@ -15,10 +11,6 @@ super + {Return,v,w,x,b,period}
|
|||
super + alt + p
|
||||
flameshot gui
|
||||
|
||||
# DC-multivpn
|
||||
alt + shift + v
|
||||
~/.config/scripts/dc-multivpn/dc-multivpn.sh
|
||||
|
||||
# Media control (volume)
|
||||
XF86Audio{RaiseVolume,LowerVolume,Mute}
|
||||
sh ~/.config/scripts/volume.sh --device output --action {increase,decrease,toggle}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue