mb-reset picom
This commit is contained in:
parent
724db5311e
commit
92419a1cfe
37
bin/mb-reset
37
bin/mb-reset
@ -16,6 +16,7 @@
|
|||||||
#: obrcxml - rc.xml default OpenBox configuration file
|
#: obrcxml - rc.xml default OpenBox configuration file
|
||||||
#: obautostart - default autostart file
|
#: obautostart - default autostart file
|
||||||
#: bashrc - bash config file (~/.bashrc)
|
#: bashrc - bash config file (~/.bashrc)
|
||||||
|
#: picom - install/override new picom config with animations
|
||||||
#: terminator - terminator config
|
#: terminator - terminator config
|
||||||
#: conky - overwrite conky config files in ~/.config/conky/
|
#: conky - overwrite conky config files in ~/.config/conky/
|
||||||
#: tint2 - overwrite tint2 panel config files in ~/.config/tint2/
|
#: tint2 - overwrite tint2 panel config files in ~/.config/tint2/
|
||||||
@ -77,7 +78,6 @@ mb-setvar places_conkypipe=true
|
|||||||
mb-setvar places_tint2pipe=true
|
mb-setvar places_tint2pipe=true
|
||||||
mb-setvar places_jgdesktops=true
|
mb-setvar places_jgdesktops=true
|
||||||
mb-setvar places_jgdeskmngr=true
|
mb-setvar places_jgdeskmngr=true
|
||||||
mb-setvar places_jgdeskgrid=true
|
|
||||||
mb-setvar places_softwarepipe=true
|
mb-setvar places_softwarepipe=true
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -97,7 +97,6 @@ mb-setvar places_sshpipe=true
|
|||||||
mb-setvar places_conkypipe=true
|
mb-setvar places_conkypipe=true
|
||||||
mb-setvar places_tint2pipe=true
|
mb-setvar places_tint2pipe=true
|
||||||
mb-setvar places_jgdesktops=true
|
mb-setvar places_jgdesktops=true
|
||||||
mb-setvar places_jgdeskmngr=true
|
|
||||||
mb-setvar places_jgdeskgrid=true
|
mb-setvar places_jgdeskgrid=true
|
||||||
mb-setvar places_softwarepipe=true
|
mb-setvar places_softwarepipe=true
|
||||||
}
|
}
|
||||||
@ -164,23 +163,29 @@ __terminator() {
|
|||||||
rsync -a /usr/share/mabox/common/terminator/* $HOME/.config/terminator/
|
rsync -a /usr/share/mabox/common/terminator/* $HOME/.config/terminator/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__picom() {
|
||||||
|
mkdir -p $HOME/.config/picom/include
|
||||||
|
rsync -a /usr/share/mabox/picom/include/* $HOME/.config/picom/include/
|
||||||
|
rsync -a /usr/share/mabox/picom/configs/mabox-jaskier.conf $HOME/.config/picom/configs/
|
||||||
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-c|check) __compare "$2";;
|
-c|check) __compare "$2";;
|
||||||
"allmenus") __allmenus ;;
|
allmenus) __allmenus ;;
|
||||||
"mainmenu") __mainmenu ;;
|
mainmenu) __mainmenu ;;
|
||||||
"leftpanel") __leftpanel ;;
|
leftpanel) __leftpanel ;;
|
||||||
"rightpanel") __rightpanel ;;
|
rightpanel) __rightpanel ;;
|
||||||
"logout") __logout ;;
|
logout) __logout ;;
|
||||||
"tint2") __tint2 ;;
|
tint2) __tint2 ;;
|
||||||
"jgthemes") __jgthemes ;;
|
jgthemes) __jgthemes ;;
|
||||||
"conky") __conky ;;
|
conky) __conky ;;
|
||||||
"maboxthemes") __maboxthemes ;;
|
maboxthemes) __maboxthemes ;;
|
||||||
"obrcxml") __obrcxml ;;
|
obrcxml) __obrcxml ;;
|
||||||
"obautostart") __obautostart ;;
|
obautostart) __obautostart ;;
|
||||||
"bashrc") __bashrc ;;
|
bashrc) __bashrc ;;
|
||||||
"terminator") __terminator ;;
|
terminator) __terminator ;;
|
||||||
"-h|--help") __usage ;;
|
picom) __picom ;;
|
||||||
|
-h|--help) __usage ;;
|
||||||
*) __usage ;;
|
*) __usage ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user