-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.conf
More file actions
33 lines (32 loc) · 975 Bytes
/
menu.conf
File metadata and controls
33 lines (32 loc) · 975 Bytes
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
# ClickBuffet Menu Configuration
#
# Format: [icon] Label | command | color
# Submenus: [icon] Label | color > (children indented below)
# Separators: ---
# Comments: lines starting with #
#
# Colors are optional. Use #rrggbb hex or CSS names (e.g. coral, dodgerblue).
# Full list: https://www.w3.org/TR/css-color-3/#svg-color
#
# Icons are Nerd Font glyphs pasted directly into the file.
# Browse & copy icons: https://www.nerdfonts.com/cheat-sheet
Terminal | foot | dodgerblue
Files | thunar | sandybrown
Browser | firefox | coral
Editor | code | mediumpurple
---
Places | goldenrod >
Home | thunar ~
Documents | thunar ~/Documents
Downloads | thunar ~/Downloads
Pictures | thunar ~/Pictures
---
System >
Settings | xfce4-settings-manager
Task Manager | xfce4-taskmanager
---
Power | #e06c75 >
Lock | swaylock
Logout | loginctl terminate-session self
Reboot | systemctl reboot
Shutdown | systemctl poweroff