forked from MX-Linux/mxfb-goodies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmxfb-appearance
More file actions
executable file
·38 lines (26 loc) · 1.36 KB
/
mxfb-appearance
File metadata and controls
executable file
·38 lines (26 loc) · 1.36 KB
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
#! /bin/bash
### mxfb-appearance provides graphical access to the entries under rootMenu > Appearance
## it was released September 2020 by MX Linux Devs under a GPLv3 license
## this app requires the Moka icons that are located in /components
## they should be placed in the appropriate section of /usr/share/icons/Moka/
## it also requires nitrogen for background selection and setting
## the conky-manager-mxfb.png and the mx-dockmaker64.png were created by user ceeslans
TEXTDOMAINDIR=/usr/share/locale
export TEXTDOMAIN="mxfb-appearance"
TITLE=$"Fluxbox Appearance"
BUTTON1=$"Conky"
BUTTON2=$"Docks"
BUTTON3=$"Desktop icons"
BUTTON4=$"Style"
BUTTON5=$"Theme"
BUTTON6=$"Toolbar toggle"
BUTTON7=$"Wallpaper"
yad --geometry=200x64 --center --title=$TITLE \
--button="!/usr/share/icons/conky-manager-mxfb.png!$BUTTON1":conky-manager2 \
--button="!/usr/share/icons/mx-dockmaker64.png!$BUTTON2":mx-dockmaker \
--button="""!/usr/share/icons/Moka/64x64/apps/direct-connect.png!$BUTTON3":mx-idesktool \
--button="""!/usr/share/icons/Moka/64x64/apps/multisystem.png!$BUTTON4":choosefile \
--button="""!/usr/share/icons/Moka/64x64/apps/cs-themes.png!$BUTTON5":lxappearance \
--button="""!/usr/share/icons/Moka/64x64/apps/cs-general.png!$BUTTON6":toggletint2 \
--button="!/usr/share/icons/Moka/64x64/apps/background.png!$BUTTON7":nitrogen \
--window-icon=/usr/share/icons/mxflux.png