-
Notifications
You must be signed in to change notification settings - Fork 12
/
control-panel
executable file
·45 lines (37 loc) · 1.44 KB
/
control-panel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/bash
# Description
# -----------
# GUI LXQT Settings menu
# Author: [Dmitry](http://dmi3.net) [Source](https://github.com/dmi3/bin)
# Requirements
# ------------
# fzf
# Usage
# ------------
# control-panel
bash -c "$(echo '🖶 Printers | system-config-printer
🖶 HP Printers | hp-toolbox
🖶 CUPS | xdg-open http://localhost:631/
🗔 Openbox | subl ~/.config/openbox/lxqt-rc.xml
🗔 Openbox Config | obconf
🛠 DockbarX | dbx_preference
🔐 Passwords | seahorse
↻ Openbox Restart | openbox --reconfigure
↻ Session Restart | sudo service lightdm restart
👕 Look and Feel | lxqt-config-appearance
🏁 Autostart | lxqt-config-session
🔄 Task Manager | qps
💻 Display Settings | lxqt-config-monitor
💻 Screensaver | xscreensaver-command -prefs
👥 Users | users-admin
🎴 Wallpapers | xdg-open /usr/share/lubuntu/wallpapers/
🗔 Qt Configuration | qtconfig-qt4
🖧 Hosts | xdg-open /etc/hosts
💾 Filesystem | xdg-open /etc/fstab
💾 Disks | gnome-disks
💾 Disk Usage | baobab
🎧 Bluetooth | blueman-manager
👤 Profile | xdg-open /etc/profile
👤 User | xdg-open /etc/rc.local
👤 Avatar | xdg-open /usr/share/sddm/faces/
🗔 Panel | xfce4-panel -p' | fzf --no-sort --header="📋 Control Panel" | cut -d '|' -f 2)"