upload
This commit is contained in:
97
bin/jgbrowser
Executable file
97
bin/jgbrowser
Executable file
@@ -0,0 +1,97 @@
|
||||
#!/usr/bin/env bash
|
||||
# Daniel Napora 2020 - 2025 <danieln@maboxlinux.org>
|
||||
. "$HOME"/.config/mabox/mabox.conf
|
||||
if [ -f "$HOME/.config/gtk-3.0/bookmarks" ];then
|
||||
BOOKMARKS="$HOME/.config/gtk-3.0/bookmarks"
|
||||
else
|
||||
BOOKMARKS="$HOME/.gtk-bookmarks"
|
||||
fi
|
||||
|
||||
case $LANG in
|
||||
pl*)
|
||||
DIRECTORIES="Katalogi"
|
||||
FILES="Pliki"
|
||||
ADDBOOKMARK="Dodaj do zakładek"
|
||||
QDIRSTAT="QDirStat (statystyki katalogów)"
|
||||
OPENDIR="Otwórz w menadżerze plików"
|
||||
OPENTERM="Otwórz w terminalu"
|
||||
;;
|
||||
es*)
|
||||
DIRECTORIES="Directorios"
|
||||
FILES="Archivos"
|
||||
ADDBOOKMARK="Agregar a marcadores"
|
||||
QDIRSTAT="QDirStat (directory statistics)"
|
||||
OPENDIR="Abrir Gestor de archivos aquí"
|
||||
OPENTERM="Abrir terminal aquí"
|
||||
;;
|
||||
*)
|
||||
DIRECTORIES="Directories"
|
||||
FILES="Files"
|
||||
ADDBOOKMARK="Add to Bookmarks"
|
||||
QDIRSTAT="QDirStat (directory statistics)"
|
||||
OPENDIR="Open filemanager here"
|
||||
OPENTERM="Open terminal here"
|
||||
;;
|
||||
esac
|
||||
|
||||
: "${JGMENU_RESOURCE_OPENER="xdg-open"}"
|
||||
|
||||
|
||||
DIRECTORY=${1:-$HOME}
|
||||
OPTION=${2:-""}
|
||||
|
||||
# If '$DIRECTORY' is '/', unset it to avoid '//'.
|
||||
[[ $DIRECTORY == / ]] && DIRECTORY=
|
||||
|
||||
if [ "$jgbrowser_show_hidden" == false ];then
|
||||
for item in "$DIRECTORY"/*; do
|
||||
if [[ -d $item ]]; then
|
||||
dirs+=("${item##*/},^pipe(jgbrowser \"$DIRECTORY/${item##*/}\" \"${2}\")")
|
||||
else
|
||||
if [[ -f $item ]]; then
|
||||
files+=("${item##*/},xdg-open \"$DIRECTORY/${item##*/}\"")
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
else
|
||||
for item in "$DIRECTORY"/* "$DIRECTORY"/.[^.]*; do
|
||||
if [[ -d $item ]]; then
|
||||
dirs+=("${item##*/},^pipe(jgbrowser \"$DIRECTORY/${item##*/}\" \"${2}\")")
|
||||
else
|
||||
if [[ -f $item ]]; then
|
||||
files+=("${item##*/},xdg-open \"$DIRECTORY/${item##*/}\"")
|
||||
fi
|
||||
fi
|
||||
done
|
||||
fi
|
||||
printf "%b\n" "^sep(<small><i>${DIRECTORY:-/}</i></small>)"
|
||||
printf "%b\n" " $OPENDIR,${JGMENU_RESOURCE_OPENER} \"${DIRECTORY:-/}\""
|
||||
printf "%b\n" "<big></big> $OPENTERM,exo-open --launch TerminalEmulator --working-directory=\"${DIRECTORY:-/}\""
|
||||
|
||||
|
||||
if [[ "${2}" == "-q" ]];then
|
||||
printf "%b\n" "^sep()"
|
||||
printf "%b\n" " ${QDIRSTAT},qdirstat ${DIRECTORY:-/}"
|
||||
elif [[ "${2}" == "-b" ]];then
|
||||
:
|
||||
else
|
||||
#printf "%b\n" " ${ADDBOOKMARK},\"\"\"echo \" ${DIRECTORY##*/},^pipe(jgbrowser ${DIRECTORY:-/})\" >> $HOME/.config/mabox/places.csv;mb-places -s\"\"\""
|
||||
printf "%b\n" "^sep()"
|
||||
printf "%b\n" " ${ADDBOOKMARK},\"\"\"echo \"file://${DIRECTORY:-/} ${DIRECTORY##*/} \" >> ${BOOKMARKS};mb-places -s\"\"\""
|
||||
fi
|
||||
|
||||
|
||||
|
||||
#printf "%b\n" " $OPENTERM,terminator --working-directory=\"${DIRECTORY:-/}\""
|
||||
if [ ${#dirs[@]} -ne 0 ]; then
|
||||
printf "%b\n" "^sep($DIRECTORIES <small>(${#dirs[@]})</small>)"
|
||||
printf "%s\n" "${dirs[@]/&/&}"
|
||||
fi
|
||||
if [ ${#files[@]} -ne 0 ]; then
|
||||
printf "%b\n" "^sep($FILES <small>(${#files[@]})</small>)"
|
||||
#printf "%s\n" "${files[@]}"
|
||||
#okfiles=("${files[@]/</ <}")
|
||||
printf "%s\n" "${files[@]/&/&}"
|
||||
fi
|
||||
|
||||
34
bin/jgtile
Executable file
34
bin/jgtile
Executable file
@@ -0,0 +1,34 @@
|
||||
#!/bin/bash
|
||||
# jgtile - jgmenu simple gui for winfuncs tile script
|
||||
# Copyright (C) 2020 napcok <napcok@gmail.com>
|
||||
|
||||
. /usr/share/mb-jgtools/pipemenu-standalone.cfg
|
||||
|
||||
[ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius
|
||||
|
||||
ICONDIR="/usr/share/mb-jgtools/jgtile"
|
||||
MENU_PADDING_TOP=8
|
||||
MENU_HALIGN="center"
|
||||
MENU_VALIGN="center"
|
||||
#JGWIDTH=175
|
||||
jgmenu_item_height=30
|
||||
jgmenu_icon_size=40
|
||||
item_height_factor=400
|
||||
icons=1
|
||||
iconmargin=4
|
||||
mkconfigfile
|
||||
|
||||
|
||||
cat <<EOF > ${MENU_ITEMS}
|
||||
^sep(Tile helper (W-A-t))
|
||||
Tile,winfuncs tile,$ICONDIR/tile.png
|
||||
Tile Two (equal),winfuncs tiletwo,$ICONDIR/tiletwo.png
|
||||
Tile Two (Left wider),winfuncs tiletwol,$ICONDIR/tiletwol.png
|
||||
Tile Two (Right wider),winfuncs tiletwor,$ICONDIR/tiletwor.png
|
||||
Tile Three,winfuncs tilethree,$ICONDIR/tilethree.png
|
||||
Tile Three vertical,winfuncs tilethreev,$ICONDIR/tilethreev.png
|
||||
Stack Two, winfuncs stacktwo,$ICONDIR/stacktwo.png
|
||||
Cascade, winfuncs cascade,$ICONDIR/cascade.png
|
||||
EOF
|
||||
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
|
||||
exit 0
|
||||
1314
bin/mb-jgtools
Executable file
1314
bin/mb-jgtools
Executable file
File diff suppressed because it is too large
Load Diff
255
bin/mb-reset
Executable file
255
bin/mb-reset
Executable file
@@ -0,0 +1,255 @@
|
||||
#!/bin/bash
|
||||
# Daniel Napora 2021-24 <napcok@gmail.com>
|
||||
#: mb-reset - reset/update user config files to (current) distro defaults.
|
||||
#: It only affects files shipped with Mabox.
|
||||
#: Be aware that you may loose your own customizations (if any).
|
||||
#:
|
||||
#: Usage: mb-reset option
|
||||
#:
|
||||
#: Options:
|
||||
#: Compare mode (safe - you decide what changes to pick):
|
||||
#: -c - compare files using meld GUI (if installed)
|
||||
#: It lets you see changes and decide which one to pick or not.
|
||||
#: Works with rc.xml,bashrc and autostart files
|
||||
#: Usage: mb-reset -c obrcxml | autostart | bashrc
|
||||
#: Overwrite mode:
|
||||
#: obrcxml - rc.xml default OpenBox configuration file
|
||||
#: obautostart - default autostart file
|
||||
#: bashrc - bash config file (~/.bashrc)
|
||||
#: picom - install/override new picom config with animations
|
||||
#: terminator - terminator config
|
||||
#: conky - overwrite conky config files in ~/.config/conky/
|
||||
#: tint2 - overwrite tint2 panel config files in ~/.config/tint2/
|
||||
#: mainmenu - overwrite main menu files (favorites.csv)
|
||||
#: leftpanel - left panel custom commands
|
||||
#: rightpanel - right panel custom commands
|
||||
#: allmenus - overvrite all menus, panels and exit dialog
|
||||
#: logout - logout dialog
|
||||
#: blobthemes - overwrite default themes for theme manager
|
||||
#: skippy-xd - window & desktop switcher config file
|
||||
##: For Labwc only (alpha):
|
||||
##: labwc - labwc session configs
|
||||
##: labwc-theme - labwc theme for Mabox
|
||||
##: mabox-labwc - mabox-labwc session configs
|
||||
##: waybar - waybar configs
|
||||
|
||||
if (( $EUID == 0 )); then
|
||||
echo "Please run script as user, not root!"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
|
||||
case $LANG in
|
||||
pl*) LNGDIR="pl";;
|
||||
es*) LNGDIR="es";;
|
||||
*) LNGDIR="en";;
|
||||
esac
|
||||
me="${0##*/} $@"
|
||||
|
||||
isPkgInstalled(){
|
||||
if pacman -Qi "$1" &> /dev/null;then
|
||||
:
|
||||
else
|
||||
echo -e "Package ${1} is not installed!!! \nInstall it by command:\n yay -S ${1}\nThen run: '$me' again"
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
__usage() {
|
||||
grep "^#:" $0 | while read DOC; do printf '%s\n' "${DOC###:}"; done
|
||||
exit
|
||||
}
|
||||
|
||||
__compare() {
|
||||
command -v meld >/dev/null 2>&1 || { echo "mb-reset compare mode requires meld. Install it and try again. (yay -S meld)" >&2; exit 1; }
|
||||
case "$1" in
|
||||
obrcxml)
|
||||
cp $HOME/.config/openbox/rc.xml{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
meld /usr/share/mabox/common/rc.xml ~/.config/openbox/rc.xml &
|
||||
;;
|
||||
autostart)
|
||||
cp $HOME/.config/openbox/autostart{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
meld /usr/share/mabox/common/autostart ~/.config/openbox/autostart &
|
||||
;;
|
||||
bashrc)
|
||||
cp $HOME/.bashrc{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
meld /usr/share/mabox/common/.bashrc ~/.bashrc &
|
||||
;;
|
||||
conky)
|
||||
meld /usr/share/mabox/lang/$LNGDIR/.config/conky/ ~/.config/conky/ &
|
||||
;;
|
||||
*)
|
||||
echo "Compare "
|
||||
echo "Usage: mb-reset -c obrcxml|autostart|bashrc"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
__allmenus() {
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/settings* $HOME/.config/mabox/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/jgmenu/*.csv $HOME/.config/jgmenu/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/favorites.csv $HOME/.config/mabox/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/places* $HOME/.config/mabox/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/right* $HOME/.config/mabox/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/exit.csv $HOME/.config/mabox/
|
||||
mb-setvar places_menusettingspipe=true
|
||||
mb-setvar places_sysinfopipe=true
|
||||
mb-setvar places_conkypipe=true
|
||||
mb-setvar places_tint2pipe=true
|
||||
mb-setvar places_jgdesktops=true
|
||||
mb-setvar places_jgdeskmngr=true
|
||||
mb-setvar places_softwarepipe=true
|
||||
|
||||
}
|
||||
|
||||
__mainmenu() {
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/jgmenu/*.csv $HOME/.config/jgmenu/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/favorites.csv $HOME/.config/mabox/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/setting*.csv $HOME/.config/mabox/
|
||||
}
|
||||
|
||||
__leftpanel() {
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/places* $HOME/.config/mabox/
|
||||
mb-setvar places_menusettingspipe=true
|
||||
mb-setvar places_sysinfopipe=true
|
||||
mb-setvar places_keyspipe=true
|
||||
mb-setvar places_sshpipe=true
|
||||
mb-setvar places_conkypipe=true
|
||||
mb-setvar places_tint2pipe=true
|
||||
mb-setvar places_jgdesktops=true
|
||||
mb-setvar places_jgdeskgrid=true
|
||||
mb-setvar places_softwarepipe=true
|
||||
}
|
||||
|
||||
__rightpanel() {
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/right* $HOME/.config/mabox/
|
||||
}
|
||||
|
||||
__logout() {
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/exit.csv $HOME/.config/mabox/
|
||||
}
|
||||
|
||||
|
||||
__tint2() {
|
||||
mkdir -p $HOME/.config/fontconfig/conf.d
|
||||
rsync -a /usr/share/mabox/common/66-symbols.conf $HOME/.config/fontconfig/conf.d/
|
||||
fc-cache
|
||||
rsync -a /usr/share/mabox/common/volumettf $HOME/.config/tint2/scripts/
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/tint2/*.tint2rc $HOME/.config/tint2/
|
||||
TYPE=$(cat /sys/class/dmi/id/chassis_type)
|
||||
case "$TYPE" in
|
||||
8|9|10|14):;;
|
||||
*)
|
||||
# fix tint2 battery indicator bug spawning notifications even if there is no battery
|
||||
sd "battery_low_cmd =.*$" "battery_low_cmd =" "$HOME"/.config/tint2/*.tint2rc
|
||||
;;
|
||||
esac
|
||||
killall -SIGUSR1 tint2
|
||||
}
|
||||
|
||||
__conky() {
|
||||
cp $HOME/.config/conky/conky-sessionfile{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
cp $HOME/.config/conky/saved-sessions{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/conky/* $HOME/.config/conky/
|
||||
killall -SIGUSR1 conky
|
||||
}
|
||||
|
||||
__blobthemes() {
|
||||
case "$LANG" in
|
||||
pl*)
|
||||
rsync -a /usr/share/mabox/lang/pl/.config/blob/ $HOME/.config/blob/
|
||||
;;
|
||||
es*)
|
||||
rsync -a /usr/share/mabox/lang/es/.config/blob/ $HOME/.config/blob/
|
||||
;;
|
||||
*)
|
||||
rsync -a /usr/share/mabox/lang/en/.config/blob/ $HOME/.config/blob/
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
__obrcxml() {
|
||||
cp $HOME/.config/openbox/rc.xml{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
rsync -a /usr/share/mabox/common/rc.xml $HOME/.config/openbox/
|
||||
openbox --reconfigure
|
||||
}
|
||||
|
||||
__obautostart() {
|
||||
cp $HOME/.config/openbox/autostart{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
rsync -a /usr/share/mabox/common/autostart $HOME/.config/openbox/
|
||||
}
|
||||
|
||||
__bashrc() {
|
||||
cp $HOME/.bashrc{,.bak."$(date +%Y%m%d-%H%M%S)"}
|
||||
rsync -a /usr/share/mabox/common/.bashrc $HOME/
|
||||
}
|
||||
|
||||
__terminator() {
|
||||
rsync -a /usr/share/mabox/common/terminator/* $HOME/.config/terminator/
|
||||
}
|
||||
|
||||
__picom() {
|
||||
mkdir -p $HOME/.config/picom/include
|
||||
rsync -a /usr/share/mabox/common/picom/include/* $HOME/.config/picom/include/
|
||||
rsync -a /usr/share/mabox/common/picom/configs/mabox-jaskier.conf $HOME/.config/picom/configs/
|
||||
}
|
||||
|
||||
__skippy-xd() {
|
||||
isPkgInstalled 'skippy-xd'
|
||||
mkdir -p "$HOME/.config/skippy-xd"
|
||||
if rsync -a /usr/share/mabox/common/skippy-xd.rc "$HOME/.config/skippy-xd/" &>/dev/null;then
|
||||
echo "Skippy-xd config file updated!"
|
||||
if pgrep -fa "skippy-xd --start-daemon" &>/dev/null;then
|
||||
skippy-xd --config-reload &>/dev/null && echo "Skippy-xd daemon is running. Config reloaded!"
|
||||
else
|
||||
skippy-xd --start-daemon > /dev/null 2>&1 &
|
||||
echo "Skippy-xd daemon started!"
|
||||
fi
|
||||
else
|
||||
echo "Something went wrong! Config not updated"
|
||||
fi
|
||||
}
|
||||
__labwc() {
|
||||
mkdir -p $HOME/.config/labwc
|
||||
rsync -a /etc/skel/.config/labwc/* $HOME/.config/labwc/
|
||||
}
|
||||
__mabox-labwc() {
|
||||
mkdir -p $HOME/.config/mabox-labwc
|
||||
rsync -a /etc/skel/.config/mabox-labwc/* $HOME/.config/mabox-labwc/
|
||||
}
|
||||
__waybar() {
|
||||
mkdir -p $HOME/.config/waybar
|
||||
rsync -a /etc/skel/.config/waybar/* $HOME/.config/waybar/
|
||||
}
|
||||
__labwc-theme() {
|
||||
mkdir -p $HOME/.local/share/themes/Mabox-Labwc/openbox-3
|
||||
rsync -a /etc/skel/.local/share/themes/Mabox-Labwc/openbox-3/* $HOME/.local/share/themes/Mabox-Labwc/openbox-3/
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
-c|check) __compare "$2";;
|
||||
allmenus) __allmenus ;;
|
||||
mainmenu) __mainmenu ;;
|
||||
leftpanel) __leftpanel ;;
|
||||
rightpanel) __rightpanel ;;
|
||||
logout) __logout ;;
|
||||
tint2) __tint2 ;;
|
||||
conky) __conky ;;
|
||||
blobthemes) __blobthemes ;;
|
||||
obrcxml) __obrcxml ;;
|
||||
obautostart) __obautostart ;;
|
||||
bashrc) __bashrc ;;
|
||||
terminator) __terminator ;;
|
||||
picom) __picom ;;
|
||||
skippy-xd) __skippy-xd;;
|
||||
labwc) __labwc ;;
|
||||
mabox-labwc) __mabox-labwc ;;
|
||||
waybar) __waybar ;;
|
||||
labwc-theme) __labwc-theme ;;
|
||||
-h|--help) __usage ;;
|
||||
*) __usage ;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
77
bin/mb-screenrec
Executable file
77
bin/mb-screenrec
Executable file
@@ -0,0 +1,77 @@
|
||||
#!/bin/bash
|
||||
|
||||
#: mb-screenrec - very simple screen recorder
|
||||
CNF_FILE="$HOME"/.config/mabox/mb-screenrec.conf
|
||||
. "$CNF_FILE"
|
||||
|
||||
DATE=$(date +%Y%m%d_%H-%M-%S)
|
||||
FRAMERATE=${framerate:-30}
|
||||
EXT=${container:-webm}
|
||||
AUDIO=${record_audio:-no}
|
||||
SCREEN_SIZE=$(xdpyinfo | awk '/^ +dimensions/ {print $2}')
|
||||
# Alternative: xrandr | grep 'current' | head -n1 | cut -d',' -f2 | tr -d '[:blank:],current'
|
||||
RECDIR="$(xdg-user-dir VIDEOS)/Recordings"
|
||||
|
||||
mkdir -p $RECDIR
|
||||
|
||||
if [ "$AUDIO" == "yes" ];then
|
||||
AUDIOCMD="-f pulse -ac 2 -i default"
|
||||
else
|
||||
AUDIOCMD=""
|
||||
fi
|
||||
|
||||
show_stop_icon () {
|
||||
case "$LANG" in
|
||||
pl*) STOP_INFO="Zatrzymaj nagrywanie";;
|
||||
*) STOP_INFO="Click to stop recording";;
|
||||
esac
|
||||
yad --notification --image media-playback-stop --text "${STOP_INFO}"
|
||||
kill $FFMPEG_PID
|
||||
wait $FFMPEG_PID
|
||||
|
||||
xdg-open $RECDIR
|
||||
}
|
||||
|
||||
rec_full () {
|
||||
ffmpeg -f x11grab \
|
||||
-video_size $SCREEN_SIZE \
|
||||
-framerate $FRAMERATE \
|
||||
-i :0.0+0,0 ${AUDIOCMD} \
|
||||
${RECDIR}/rec_${DATE}.${EXT} &
|
||||
FFMPEG_PID=$!
|
||||
|
||||
show_stop_icon
|
||||
}
|
||||
|
||||
|
||||
get_area () {
|
||||
read X Y W H <<<"$(slop -l -b 3 --color=0.3,0.4,0.6,0.4 -f '%x %y %w %h')"
|
||||
}
|
||||
sel_cancelled () {
|
||||
notify-send.sh -i mbcc "Error" "Selection was cancelled by keystroke or right-click."
|
||||
}
|
||||
|
||||
rec_area () {
|
||||
get_area
|
||||
if [ "$X" != "" ];then
|
||||
ffmpeg -f x11grab \
|
||||
-video_size ${W}x${H} \
|
||||
-framerate $FRAMERATE \
|
||||
-i :0.0+${X},${Y} ${AUDIOCMD} \
|
||||
${RECDIR}/rec_${DATE}.${EXT} &
|
||||
FFMPEG_PID=$!
|
||||
|
||||
show_stop_icon
|
||||
else
|
||||
sel_cancelled
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
case "$1" in
|
||||
-f|--fullscreen) rec_full;;
|
||||
-a|--area) rec_area;;
|
||||
*) ;;
|
||||
esac
|
||||
18
bin/obtheme2jgmenu
Executable file
18
bin/obtheme2jgmenu
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
ob_file=$HOME/.config/openbox/rc.xml
|
||||
[[ -f $ob_file ]] && wm_theme=$(awk '/<theme>/ {while (getline n) {if (match(n, /<name>/)){l=n; exit}}} END {split(l, a, "[<>]"); print a[3]}' "$ob_file")
|
||||
|
||||
#Run only if theme doesn't exist
|
||||
|
||||
CONFFILE="$HOME/.config/mabox/jgobthemes/${wm_theme// /_}.colorrc"
|
||||
|
||||
if [ ! -f "$CONFFILE" ]; then
|
||||
jgmenu_run init --apply-obtheme
|
||||
grep -f $HOME/.config/mabox/jgobthemes/example.txt $HOME/.config/jgmenu/jgmenurc | sponge $HOME/.config/mabox/jgobthemes/${wm_theme// /_}.colorrc
|
||||
echo "menu_gradient_pos = none" >> "$CONFFILE"
|
||||
echo "color_menu_bg_to = #222222 100" >> "$CONFFILE"
|
||||
sd '^#' '' "$CONFFILE"
|
||||
fi
|
||||
|
||||
|
||||
28
bin/oneshot
Executable file
28
bin/oneshot
Executable file
@@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
# Based on: https://askubuntu.com/questions/211750/taking-screenshots-of-all-or-specific-virtual-desktops-workspaces-or-windows
|
||||
|
||||
SLEEP="5"
|
||||
DESTDIR=$(xdg-user-dir PICTURES)
|
||||
COL=1
|
||||
EXT="webp"
|
||||
DATE=$(date +"%Y%m%d-%H%M%S")
|
||||
eval $(xdotool getdisplaygeometry --shell)
|
||||
|
||||
|
||||
NUMDESK=$(xdotool get_num_desktops)
|
||||
DESK=0
|
||||
while [[ "$DESK" -lt "$NUMDESK" ]];
|
||||
do
|
||||
xdotool set_desktop $DESK;
|
||||
sleep ${SLEEP};
|
||||
scrot -o "/tmp/desktop${DESK}.${EXT}";
|
||||
DESK=$((DESK+1));
|
||||
done
|
||||
|
||||
cd "${DESTDIR}"
|
||||
montage /tmp/desktop*.${EXT} -tile "${COL}"x -geometry "${WIDTH}"x"${HEIGHT}"+4+4 workspaces_"${DATE}".${EXT}
|
||||
|
||||
|
||||
rm /tmp/desktop*.${EXT}
|
||||
|
||||
viewnior workspaces_${DATE}.${EXT} &
|
||||
438
bin/winfuncs
Executable file
438
bin/winfuncs
Executable file
@@ -0,0 +1,438 @@
|
||||
#!/bin/bash
|
||||
|
||||
#todo:
|
||||
# cancel for tile function
|
||||
# determine what windows are maximized and re-max after the "window select" function
|
||||
# determine what windows are non-resizable by the user so that the script doesn't resize them
|
||||
# cascade also shaded windows
|
||||
|
||||
# winfuncsh select
|
||||
# winfuncs tile
|
||||
# winfuncs tiletwo
|
||||
# winfuncs tiletwol
|
||||
# winfuncs tiletwor
|
||||
# winfuncs tilethree
|
||||
# winfuncs tilethreev
|
||||
# winfuncs stacktwo
|
||||
# winfuncs cascade
|
||||
# winfuncs showdesktop
|
||||
|
||||
# set gaps (0 removes gaps)
|
||||
outer_gaps=2
|
||||
inner_gaps=2
|
||||
|
||||
# set gaps for 'select' mode
|
||||
expose_gaps=20
|
||||
|
||||
# set desktop dimensions
|
||||
display_width=$(xdotool getdisplaygeometry | cut -d" " -f1)
|
||||
display_height=$(xdotool getdisplaygeometry | cut -d" " -f2)
|
||||
|
||||
# desktop height without panel(s)
|
||||
desktop_height=$(xprop -root _NET_WORKAREA | awk '{ print $6 }' | cut -d"," -f1)
|
||||
|
||||
# window decorations
|
||||
window_id=$(xdotool getactivewindow)
|
||||
titlebar_offset=$(xwininfo -id "$window_id" | awk '/Relative upper-left Y:/ { print $4 }')
|
||||
|
||||
# top panel
|
||||
top_bar=$(xprop -root _NET_WORKAREA | awk '{ print $4 }' | cut -d"," -f1)
|
||||
|
||||
# bottom panel (not needed)
|
||||
bottom_bar=`expr $display_height - $desktop_height - $top_bar`
|
||||
|
||||
function get_desktop_dim {
|
||||
if (( ${#DIM[@]} == 0 )) ; then
|
||||
DIM=(`expr $display_width - $outer_gaps \* 2` `expr $desktop_height - $outer_gaps \* 2`)
|
||||
fi
|
||||
}
|
||||
|
||||
# which workspace we're on
|
||||
function get_workspace {
|
||||
if [[ "$DTOP" == "" ]] ; then
|
||||
DTOP=`xdotool get_desktop`
|
||||
fi
|
||||
}
|
||||
|
||||
function is_desktop {
|
||||
xwininfo -id "$*" | grep '"Desktop"'
|
||||
return "$?"
|
||||
}
|
||||
|
||||
function get_visible_window_ids {
|
||||
if (( ${#WDOWS[@]} == 0 )) ; then
|
||||
WDOWS=(`xdotool search --desktop $DTOP --onlyvisible "" 2>/dev/null`)
|
||||
fi
|
||||
}
|
||||
|
||||
function win_showdesktop {
|
||||
get_workspace
|
||||
get_visible_window_ids
|
||||
|
||||
command="search --desktop $DTOP \"\""
|
||||
|
||||
if (( ${#WDOWS[@]} > 0 )) ; then
|
||||
command="$command windowminimize %@"
|
||||
else
|
||||
command="$command windowraise %@"
|
||||
fi
|
||||
|
||||
echo "$command" | xdotool -
|
||||
}
|
||||
|
||||
function win_tile_two {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
half_w=`expr ${DIM[0]} / 2`
|
||||
win_h=${DIM[1]}
|
||||
|
||||
commands="windowsize $wid1 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid2 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 `expr $half_w + $outer_gaps + $inner_gaps` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_tile_two_left {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
half_w=`expr ${DIM[0]} / 3`
|
||||
win_h=${DIM[1]}
|
||||
|
||||
commands="windowsize $wid1 `expr $half_w \* 2 - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid2 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 `expr $half_w \* 2 + $outer_gaps + $inner_gaps` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_tile_two_right {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
half_w=`expr ${DIM[0]} / 3`
|
||||
win_h=${DIM[1]}
|
||||
|
||||
commands="windowsize $wid1 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid2 `expr $half_w \* 2 - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 `expr $half_w + $outer_gaps + $inner_gaps` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_stack_two {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
win_w=${DIM[0]}
|
||||
half_h=`expr ${DIM[1]} / 2`
|
||||
|
||||
commands="windowsize $wid1 `expr $win_w` `expr $half_h - $titlebar_offset - $inner_gaps`"
|
||||
commands="$commands windowsize $wid2 `expr $win_w` `expr $half_h - $titlebar_offset - $inner_gaps`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 $outer_gaps `expr $half_h + $top_bar + $outer_gaps + $inner_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
|
||||
function win_tile_three {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
wid3=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid3" && return
|
||||
|
||||
win_h=${DIM[1]}
|
||||
half_w=`expr ${DIM[0]} / 2`
|
||||
half_h=`expr ${win_h} / 2`
|
||||
|
||||
commands="windowsize $wid1 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid2 `expr $half_w - $inner_gaps` `expr $half_h - $titlebar_offset - $inner_gaps`"
|
||||
commands="$commands windowsize $wid3 `expr $half_w - $inner_gaps` `expr $half_h - $titlebar_offset - $inner_gaps`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 `expr $half_w + $outer_gaps + $inner_gaps` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid3 `expr $half_w + $outer_gaps + $inner_gaps` `expr $half_h + $top_bar + $outer_gaps + $inner_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
commands="$commands windowraise $wid3"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid3 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_tile_three_v {
|
||||
get_desktop_dim
|
||||
|
||||
wid1=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid1" && return
|
||||
|
||||
wid2=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid2" && return
|
||||
|
||||
wid3=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid3" && return
|
||||
|
||||
win_h=${DIM[1]}
|
||||
half_w=`expr ${DIM[0]} / 3`
|
||||
|
||||
commands="windowsize $wid1 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid2 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowsize $wid3 `expr $half_w - $inner_gaps` `expr $win_h - $titlebar_offset`"
|
||||
commands="$commands windowmove $wid1 $outer_gaps `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid2 `expr $half_w + $outer_gaps + $inner_gaps / 2` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowmove $wid3 `expr $half_w \* 2 + $outer_gaps + $inner_gaps` `expr $top_bar + $outer_gaps`"
|
||||
commands="$commands windowraise $wid1"
|
||||
commands="$commands windowraise $wid2"
|
||||
commands="$commands windowraise $wid3"
|
||||
|
||||
wmctrl -i -r $wid1 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid2 -b remove,maximized_vert,maximized_horz
|
||||
wmctrl -i -r $wid3 -b remove,maximized_vert,maximized_horz
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_tile {
|
||||
get_workspace
|
||||
get_visible_window_ids
|
||||
|
||||
(( ${#WDOWS[@]} < 1 )) && return;
|
||||
|
||||
get_desktop_dim
|
||||
|
||||
# determine how many rows and columns we need
|
||||
cols=`echo "sqrt(${#WDOWS[@]})" | bc`
|
||||
rows=$cols
|
||||
wins=`expr $rows \* $cols`
|
||||
|
||||
if (( "$wins" < "${#WDOWS[@]}" )) ; then
|
||||
cols=`expr $cols + 1`
|
||||
wins=`expr $rows \* $cols`
|
||||
if (( "$wins" < "${#WDOWS[@]}" )) ; then
|
||||
rows=`expr $rows + 1`
|
||||
wins=`expr $rows \* $cols`
|
||||
fi
|
||||
fi
|
||||
|
||||
(( $cols < 1 )) && cols=1;
|
||||
(( $rows < 1 )) && rows=1;
|
||||
|
||||
win_w=`expr ${DIM[0]} / $cols`
|
||||
win_h=`expr ${DIM[1]} / $rows`
|
||||
|
||||
# do tiling
|
||||
x=0; y=0; commands=""
|
||||
for window in ${WDOWS[@]} ; do
|
||||
wmctrl -i -r $window -b remove,maximized_vert,maximized_horz
|
||||
|
||||
commands="$commands windowsize $window `expr $win_w - $inner_gaps \* 2` `expr $win_h - $titlebar_offset - $inner_gaps \* 2`"
|
||||
commands="$commands windowmove $window `expr $x \* $win_w + $outer_gaps` `expr $y \* $win_h + $top_bar + $outer_gaps`"
|
||||
|
||||
x=`expr $x + 1`
|
||||
if (( $x > `expr $cols - 1` )) ; then
|
||||
x=0
|
||||
y=`expr $y + 1`
|
||||
fi
|
||||
done
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function expose {
|
||||
get_workspace
|
||||
get_visible_window_ids
|
||||
|
||||
(( ${#WDOWS[@]} < 1 )) && return;
|
||||
|
||||
get_desktop_dim
|
||||
|
||||
# determine how many rows and columns we need
|
||||
cols=`echo "sqrt(${#WDOWS[@]})" | bc`
|
||||
rows=$cols
|
||||
wins=`expr $rows \* $cols`
|
||||
|
||||
if (( "$wins" < "${#WDOWS[@]}" )) ; then
|
||||
cols=`expr $cols + 1`
|
||||
wins=`expr $rows \* $cols`
|
||||
if (( "$wins" < "${#WDOWS[@]}" )) ; then
|
||||
rows=`expr $rows + 1`
|
||||
wins=`expr $rows \* $cols`
|
||||
fi
|
||||
fi
|
||||
|
||||
(( $cols < 1 )) && cols=1;
|
||||
(( $rows < 1 )) && rows=1;
|
||||
|
||||
win_w=`expr ${DIM[0]} / $cols`
|
||||
win_h=`expr ${DIM[1]} / $rows`
|
||||
|
||||
# do tiling
|
||||
x=0; y=0; commands=""
|
||||
for window in ${WDOWS[@]} ; do
|
||||
wmctrl -i -r $window -b remove,maximized_vert,maximized_horz
|
||||
|
||||
commands="$commands windowsize $window `expr $win_w - $expose_gaps \* 2` `expr $win_h - $titlebar_offset - $expose_gaps \* 2`"
|
||||
commands="$commands windowmove $window `expr $x \* $win_w + $expose_gaps` `expr $y \* $win_h + $top_bar + $expose_gaps`"
|
||||
|
||||
x=`expr $x + 1`
|
||||
if (( $x > `expr $cols - 1` )) ; then
|
||||
x=0
|
||||
y=`expr $y + 1`
|
||||
fi
|
||||
done
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_cascade {
|
||||
get_workspace
|
||||
get_visible_window_ids
|
||||
|
||||
(( ${#WDOWS[@]} < 1 )) && return;
|
||||
|
||||
x=0; y=0; commands=""
|
||||
for window in ${WDOWS[@]} ; do
|
||||
wmctrl -i -r $window -b remove,maximized_vert,maximized_horz
|
||||
|
||||
commands="$commands windowsize $window 1024 640"
|
||||
commands="$commands windowmove $window `expr $x + $outer_gaps` `expr $y + $top_bar + $outer_gaps`"
|
||||
|
||||
x=`expr $x + 100`
|
||||
y=`expr $y + 80`
|
||||
done
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
function win_select {
|
||||
get_workspace
|
||||
get_visible_window_ids
|
||||
|
||||
(( ${#WDOWS[@]} < 1 )) && return;
|
||||
|
||||
# store window positions and widths
|
||||
i=0
|
||||
for window in ${WDOWS[@]} ; do
|
||||
GEO=`xdotool getwindowgeometry $window | grep Geometry | sed 's/.* \([0-9].*\)/\1/g'`;
|
||||
height[$i]=`echo $GEO | sed 's/\(.*\)x.*/\1/g'`
|
||||
width[$i]=`echo $GEO | sed 's/.*x\(.*\)/\1/g'`
|
||||
|
||||
# ( xwininfo gives position not ignoring titlebars and borders, unlike xdotool )
|
||||
POS=(`xwininfo -stats -id $window | grep 'geometry ' | sed 's/.*[-+]\([0-9]*[-+][0-9*]\)/\1/g' | sed 's/[+-]/ /g'`)
|
||||
posx[$i]=${POS[0]}
|
||||
posy[$i]=${POS[1]}
|
||||
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
|
||||
# tile windows
|
||||
expose
|
||||
|
||||
# select a window
|
||||
wid=`xdotool selectwindow 2>/dev/null`
|
||||
|
||||
is_desktop "$wid" && return
|
||||
|
||||
# restore window positions and widths
|
||||
i=0; commands=""
|
||||
for (( i=0; $i<${#WDOWS[@]}; i++ )) ; do
|
||||
commands="$commands windowsize ${WDOWS[i]} ${height[$i]} ${width[$i]}"
|
||||
commands="$commands windowmove ${WDOWS[i]} ${posx[$i]} ${posy[$i]}"
|
||||
done
|
||||
|
||||
commands="$commands windowraise $wid"
|
||||
|
||||
echo "$commands" | xdotool -
|
||||
}
|
||||
|
||||
for command in ${@} ; do
|
||||
if [[ "$command" == "tile" ]] ; then
|
||||
win_tile
|
||||
elif [[ "$command" == "select" ]] ; then
|
||||
win_select
|
||||
elif [[ "$command" == "tiletwo" ]] ; then
|
||||
win_tile_two
|
||||
elif [[ "$command" == "tiletwol" ]] ; then
|
||||
win_tile_two_left
|
||||
elif [[ "$command" == "tiletwor" ]] ; then
|
||||
win_tile_two_right
|
||||
elif [[ "$command" == "stacktwo" ]] ; then
|
||||
win_stack_two
|
||||
elif [[ "$command" == "tilethree" ]] ; then
|
||||
win_tile_three
|
||||
elif [[ "$command" == "tilethreev" ]] ; then
|
||||
win_tile_three_v
|
||||
elif [[ "$command" == "cascade" ]] ; then
|
||||
win_cascade
|
||||
elif [[ "$command" == "showdesktop" ]] ; then
|
||||
win_showdesktop
|
||||
fi
|
||||
done
|
||||
17
mb-jgtools/jgobthemes/Adapta-Openbox-Maia.colorrc
Normal file
17
mb-jgtools/jgobthemes/Adapta-Openbox-Maia.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #E0E2E3 90
|
||||
color_menu_bg_to = #62808E 100
|
||||
color_menu_border = #62808E 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #414C51 100
|
||||
color_sel_bg = #62808E 100
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #62808E 100
|
||||
color_title_bg = #555F64 100
|
||||
color_title_fg = #E0E2E3 100
|
||||
color_title_border = #555F64 100
|
||||
17
mb-jgtools/jgobthemes/Adapta-Openbox-Nokto-Maia.colorrc
Normal file
17
mb-jgtools/jgobthemes/Adapta-Openbox-Nokto-Maia.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #222D32 80
|
||||
color_menu_bg_to = #222D32 100
|
||||
color_menu_border = #16A085 80
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #B9C2C7 100
|
||||
color_sel_bg = #4DB6AC 20
|
||||
color_sel_fg = #4DB6AC 100
|
||||
color_sel_border = #4DB6AC 100
|
||||
color_sep_fg = #16A085 20
|
||||
color_title_bg = #222D32 100
|
||||
color_title_fg = #16A085 100
|
||||
color_title_border = #222D32 100
|
||||
17
mb-jgtools/jgobthemes/Arc-Dark.colorrc
Normal file
17
mb-jgtools/jgobthemes/Arc-Dark.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #454a54 90
|
||||
color_menu_bg_to = #454a54 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #a8adb5 100
|
||||
color_sel_bg = #5294E2 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #5294E2 100
|
||||
color_sep_fg = #a8adb5 20
|
||||
color_title_bg = #2d3036 100
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Arc-Darker.colorrc
Normal file
17
mb-jgtools/jgobthemes/Arc-Darker.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 95
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #5294E2 100
|
||||
color_sel_fg = #2d3036 100
|
||||
color_sel_border = #5294E2 100
|
||||
color_sep_fg = #a8adb5 50
|
||||
color_title_bg = #2d3036 100
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Arc-solid.colorrc
Normal file
17
mb-jgtools/jgobthemes/Arc-solid.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #3c4049 90
|
||||
color_menu_bg_to = #3c4049 100
|
||||
color_menu_border = #aeb0b6 20
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #a8adb5 100
|
||||
color_sel_bg = #5294E2 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #5294E2 100
|
||||
color_sep_fg = #a8adb5 20
|
||||
color_title_bg = #dbdfe3 35
|
||||
color_title_fg = #eeeeee 100
|
||||
color_title_border = #dbdfe3 60
|
||||
17
mb-jgtools/jgobthemes/Arc.colorrc
Normal file
17
mb-jgtools/jgobthemes/Arc.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #3c4049 85
|
||||
color_menu_bg_to = #3c4049 95
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #a8adb5 100
|
||||
color_sel_bg = #5294E2 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #5294E2 100
|
||||
color_sep_fg = #a8adb5 20
|
||||
color_title_bg = #dbdfe3 80
|
||||
color_title_fg = #3c4049 100
|
||||
color_title_border = #3c4049 100
|
||||
17
mb-jgtools/jgobthemes/Artwiz-boxed.colorrc
Normal file
17
mb-jgtools/jgobthemes/Artwiz-boxed.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 1
|
||||
sep_halign = center
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #4B5B6B 90
|
||||
color_menu_bg_to = #4B5B6B 100
|
||||
color_menu_border = #aeb0b6 40
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ADD8E6 100
|
||||
color_sel_bg = #63676B 100
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #FFFFFF 30
|
||||
color_sep_fg = #a8adb5 30
|
||||
color_title_bg = #63676B 100
|
||||
color_title_fg = #FFFFFF 100
|
||||
color_title_border = #2E3236 50
|
||||
17
mb-jgtools/jgobthemes/BL-Fever_Room.colorrc
Normal file
17
mb-jgtools/jgobthemes/BL-Fever_Room.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 2
|
||||
sep_halign = right
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #1B1108 90
|
||||
color_menu_bg_to = #1B1108 100
|
||||
color_menu_border = #333333 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #d3dae3 100
|
||||
color_sel_bg = #7d431e 80
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #7d431e 100
|
||||
color_sep_fg = #594838 40
|
||||
color_title_bg = #594838 100
|
||||
color_title_fg = #d3dae3 100
|
||||
color_title_border = #7d431e 0
|
||||
17
mb-jgtools/jgobthemes/BL-Lithium-light.colorrc
Normal file
17
mb-jgtools/jgobthemes/BL-Lithium-light.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #c6d3d8 80
|
||||
color_menu_bg_to = #c6d3d8 100
|
||||
color_menu_border = #333333 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #121212 100
|
||||
color_sel_bg = #cc666a 80
|
||||
color_sel_fg = #000000 100
|
||||
color_sel_border = #cc666a 100
|
||||
color_sep_fg = #994B4F 80
|
||||
color_title_bg = #cc666a 100
|
||||
color_title_fg = #121212 100
|
||||
color_title_border = #994B4F 100
|
||||
17
mb-jgtools/jgobthemes/BL-Lithium.colorrc
Normal file
17
mb-jgtools/jgobthemes/BL-Lithium.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #2B454F 80
|
||||
color_menu_bg_to = #2B454F 100
|
||||
color_menu_border = #333333 60
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #d3dae3 100
|
||||
color_sel_bg = #bc4b4f 80
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #bc4b4f 100
|
||||
color_sep_fg = #346078 100
|
||||
color_title_bg = #346078 60
|
||||
color_title_fg = #d3dae3 100
|
||||
color_title_border = #346078 100
|
||||
18
mb-jgtools/jgobthemes/Beam-HiDPI.colorrc
Normal file
18
mb-jgtools/jgobthemes/Beam-HiDPI.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 2
|
||||
sep_halign = right
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #C8CFCB 80
|
||||
color_menu_bg_to = #C8CFCB 100
|
||||
color_menu_border = #C8CFCB 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #13071B 90
|
||||
color_sel_bg = #74998B 100
|
||||
color_sel_fg = #101010 100
|
||||
color_sel_border = #74998B 100
|
||||
color_sep_fg = #4c4c4c 30
|
||||
color_title_bg = #C8CFCB 100
|
||||
color_title_fg = #13071B 100
|
||||
color_title_border = #C8CFCB 100
|
||||
|
||||
17
mb-jgtools/jgobthemes/Beam.colorrc
Normal file
17
mb-jgtools/jgobthemes/Beam.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 2
|
||||
sep_halign = right
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #C8CFCB 80
|
||||
color_menu_bg_to = #C8CFCB 100
|
||||
color_menu_border = #C8CFCB 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #13071B 90
|
||||
color_sel_bg = #74998B 100
|
||||
color_sel_fg = #101010 100
|
||||
color_sel_border = #74998B 100
|
||||
color_sep_fg = #4c4c4c 30
|
||||
color_title_bg = #C8CFCB 100
|
||||
color_title_fg = #13071B 100
|
||||
color_title_border = #C8CFCB 100
|
||||
17
mb-jgtools/jgobthemes/Bear2.colorrc
Normal file
17
mb-jgtools/jgobthemes/Bear2.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #eeeeec 80
|
||||
color_menu_bg_to = #eeeeec 100
|
||||
color_menu_border = #9d9d9d 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #444444 100
|
||||
color_sel_bg = #4481c0 100
|
||||
color_sel_fg = #f6f8fb 100
|
||||
color_sel_border = #4481c0 100
|
||||
color_sep_fg = #4c4c4c 40
|
||||
color_title_bg = #729fcf 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #3465A4 100
|
||||
17
mb-jgtools/jgobthemes/Bunsen-Blackish-Remix.colorrc
Normal file
17
mb-jgtools/jgobthemes/Bunsen-Blackish-Remix.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #292929 90
|
||||
color_menu_bg_to = #292929 100
|
||||
color_menu_border = #9d9d9d 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #cbcbcb 100
|
||||
color_sel_bg = #787878 60
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #787878 100
|
||||
color_sep_fg = #787878 60
|
||||
color_title_bg = #292929 100
|
||||
color_title_fg = #cbcbcb 100
|
||||
color_title_border = #787878 60
|
||||
17
mb-jgtools/jgobthemes/Bunsen-Dark-He.colorrc
Normal file
17
mb-jgtools/jgobthemes/Bunsen-Dark-He.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #3C3C3C 90
|
||||
color_menu_bg_to = #3C3C3C 100
|
||||
color_menu_border = #9d9d9d 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #d9d9d9 100
|
||||
color_sel_bg = #9c9c9c 60
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #9c9c9c 100
|
||||
color_sep_fg = #535353 100
|
||||
color_title_bg = #3c3c3c 100
|
||||
color_title_fg = #d9d9d9 100
|
||||
color_title_border = #9c9c9c 60
|
||||
17
mb-jgtools/jgobthemes/Bunsen-He-flatish.colorrc
Normal file
17
mb-jgtools/jgobthemes/Bunsen-He-flatish.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #CECECE 80
|
||||
color_menu_bg_to = #CECECE 95
|
||||
color_menu_border = #888888 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #ababab 100
|
||||
color_sel_fg = #000000 100
|
||||
color_sel_border = #ababab 100
|
||||
color_sep_fg = #222222 30
|
||||
color_title_bg = #CECECE 90
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #CECECE 100
|
||||
17
mb-jgtools/jgobthemes/Bunsen-He.colorrc
Normal file
17
mb-jgtools/jgobthemes/Bunsen-He.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #3a3a3a 90
|
||||
color_menu_bg_to = #000000 90
|
||||
color_menu_border = #3C3D3E 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #E6E6E6 100
|
||||
color_sel_bg = #3a3a3a 100
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #3a3a3a 40
|
||||
color_sep_fg = #535353 30
|
||||
color_title_bg = #3a3a3a 100
|
||||
color_title_fg = #E6E6E6 100
|
||||
color_title_border = #E6E6E6 10
|
||||
17
mb-jgtools/jgobthemes/Clearlooks-3.4.colorrc
Normal file
17
mb-jgtools/jgobthemes/Clearlooks-3.4.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = Center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #fcfbfa 80
|
||||
color_menu_bg_to = #fcfbfa 100
|
||||
color_menu_border = #aaaaaa 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #000000 100
|
||||
color_sel_bg = #5c9edb 95
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #5c9edb 100
|
||||
color_sep_fg = #aaaaaa 100
|
||||
color_title_bg = #589bda 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #4182BD 100
|
||||
17
mb-jgtools/jgobthemes/Clearlooks-Olive.colorrc
Normal file
17
mb-jgtools/jgobthemes/Clearlooks-Olive.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = Left
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #f1eee0 80
|
||||
color_menu_bg_to = #f1eee0 100
|
||||
color_menu_border = #aaaaaa 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #444444 100
|
||||
color_sel_bg = #b4c994 100
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #b4c994 100
|
||||
color_sep_fg = #aaaaaa 100
|
||||
color_title_bg = #95ad70 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #819760 100
|
||||
17
mb-jgtools/jgobthemes/Clearlooks.colorrc
Normal file
17
mb-jgtools/jgobthemes/Clearlooks.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #ffffff 80
|
||||
color_menu_bg_to = #ffffff 100
|
||||
color_menu_border = #aaaaaa 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #111111 100
|
||||
color_sel_bg = #97b8e2 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #729fcf 100
|
||||
color_sep_fg = #aaaaaa 100
|
||||
color_title_bg = #E6E7E6 100
|
||||
color_title_fg = #111111 100
|
||||
color_title_border = #aaaaaa 100
|
||||
17
mb-jgtools/jgobthemes/Clouds.colorrc
Normal file
17
mb-jgtools/jgobthemes/Clouds.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom_left
|
||||
color_menu_bg = #ECE9E6 90
|
||||
color_menu_bg_to = #ffffff 90
|
||||
color_menu_border = #ECE9E6 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #EEEEEE 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #EEEEEE 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Crocus-Remix.colorrc
Normal file
17
mb-jgtools/jgobthemes/Crocus-Remix.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #1A2833 90
|
||||
color_menu_bg_to = #1A2833 100
|
||||
color_menu_border = #aaaaaa 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #d9d9d9 100
|
||||
color_sel_bg = #587289 100
|
||||
color_sel_fg = #d9d9d9 100
|
||||
color_sel_border = #587289 100
|
||||
color_sep_fg = #535353 100
|
||||
color_title_bg = #1A2833 100
|
||||
color_title_fg = #d9d9d9 100
|
||||
color_title_border = #1A2833 90
|
||||
17
mb-jgtools/jgobthemes/DarkKnight.colorrc
Normal file
17
mb-jgtools/jgobthemes/DarkKnight.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #BA8B02 90
|
||||
color_menu_bg_to = #181818 90
|
||||
color_menu_border = #181818 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Delicate.colorrc
Normal file
17
mb-jgtools/jgobthemes/Delicate.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #D3CCE3 90
|
||||
color_menu_bg_to = #E9E4F0 90
|
||||
color_menu_border = #D3CCE3 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
15
mb-jgtools/jgobthemes/Dracula-withoutBorder.colorrc
Normal file
15
mb-jgtools/jgobthemes/Dracula-withoutBorder.colorrc
Normal file
@@ -0,0 +1,15 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
color_menu_border = #BD93F9 10
|
||||
color_sep_fg = #BD93F9 20
|
||||
color_title_bg = #BD93F9 100
|
||||
color_title_border = #BD93F9 10
|
||||
color_title_fg = #282A36 100
|
||||
sep_halign = Center
|
||||
color_menu_bg = #282A36 90
|
||||
color_menu_bg_to = #1E1F29 90
|
||||
color_norm_fg = #f8f8f2 100
|
||||
color_sel_bg = #f8f8f2 10
|
||||
color_sel_border = #BD93F9 40
|
||||
color_sel_fg = #FF79C6 100
|
||||
menu_gradient_pos=bottom_right
|
||||
15
mb-jgtools/jgobthemes/Dracula.colorrc
Normal file
15
mb-jgtools/jgobthemes/Dracula.colorrc
Normal file
@@ -0,0 +1,15 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
color_menu_border = #BD93F9 100
|
||||
color_sep_fg = #BD93F9 20
|
||||
color_title_bg = #FF79C6 60
|
||||
color_title_border = #FF79C6 50
|
||||
color_title_fg = #282A36 100
|
||||
sep_halign = Center
|
||||
color_menu_bg = #282A36 90
|
||||
color_menu_bg_to = #1E1F29 90
|
||||
color_norm_fg = #f8f8f2 100
|
||||
color_sel_bg = #BD93F9 10
|
||||
color_sel_border = #BD93F9 40
|
||||
color_sel_fg = #FF79C6 100
|
||||
menu_gradient_pos=bottom_right
|
||||
17
mb-jgtools/jgobthemes/Dusk.colorrc
Normal file
17
mb-jgtools/jgobthemes/Dusk.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_left
|
||||
color_menu_bg = #FD746C 90
|
||||
color_menu_bg_to = #2C3E50 90
|
||||
color_menu_border = #2C3E50 100
|
||||
color_norm_bg = #FD746C#222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Elementary-openbox.colorrc
Normal file
17
mb-jgtools/jgobthemes/Elementary-openbox.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = Left
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #ffffff 80
|
||||
color_menu_bg_to = #ffffff 100
|
||||
color_menu_border = #ffffff 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #656565 100
|
||||
color_sel_bg = #ffffff 100
|
||||
color_sel_fg = #000000 100
|
||||
color_sel_border = #ffffff 80
|
||||
color_sep_fg = #959595 50
|
||||
color_title_bg = #ffffff 80
|
||||
color_title_fg = #656565 100
|
||||
color_title_border = #ffffff 100
|
||||
17
mb-jgtools/jgobthemes/Firewatch.colorrc
Normal file
17
mb-jgtools/jgobthemes/Firewatch.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #cb2d3e 90
|
||||
color_menu_bg_to = #ef473a 90
|
||||
color_menu_border = #ef473a 90
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #111111 100
|
||||
color_sel_bg = #222222 40
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 0
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 80
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Influenza.colorrc
Normal file
17
mb-jgtools/jgobthemes/Influenza.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #C04848 90
|
||||
color_menu_bg_to = #480048 100
|
||||
color_menu_border = #480048 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 40
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #DDDDDD 40
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/LightOrange.colorrc
Normal file
17
mb-jgtools/jgobthemes/LightOrange.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom_left
|
||||
color_menu_bg = #FFB75E 90
|
||||
color_menu_bg_to = #ED8F03 90
|
||||
color_menu_border = #ED8F03 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Lush.colorrc
Normal file
17
mb-jgtools/jgobthemes/Lush.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_left
|
||||
color_menu_bg = #56ab2f 90
|
||||
color_menu_bg_to = #a8e063 90
|
||||
color_menu_border = #a8e063 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/MBcolors.colorrc
Normal file
17
mb-jgtools/jgobthemes/MBcolors.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
color_menu_bg = #383838 95
|
||||
color_menu_border = #eeeeee 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #dadada 100
|
||||
color_sel_bg = #579c8e 50
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #579c8e 100
|
||||
color_sep_fg = #4f4f4f 100
|
||||
color_title_bg = #325a52 100
|
||||
color_title_border = #579c8e 50
|
||||
color_title_fg = #d3d4bf 100
|
||||
menu_gradient_pos = none
|
||||
color_menu_bg_to = #222222 100
|
||||
17
mb-jgtools/jgobthemes/Mabox-Cyberpunk-Neon.colorrc
Normal file
17
mb-jgtools/jgobthemes/Mabox-Cyberpunk-Neon.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #091833 90
|
||||
color_menu_bg_to = #091833 95
|
||||
color_menu_border = #023748 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #0ABDC6 100
|
||||
color_sel_bg = #711c91 100
|
||||
color_sel_fg = #091833 100
|
||||
color_sel_fg = #eeeeee 100
|
||||
color_sel_border = #711c91 100
|
||||
color_sep_fg = #0ABDC6 20
|
||||
color_title_bg = #000B1E 100
|
||||
color_title_fg = #0ABDC6 100
|
||||
color_title_border = #023748 60
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #1d2021 90
|
||||
color_menu_bg_to = #000000 100
|
||||
color_menu_border = #282828 80
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #a89984 100
|
||||
color_sel_bg = #282828 80
|
||||
color_sel_fg = #fabd2f 100
|
||||
color_sel_border = #bc4b4f 100
|
||||
color_sep_fg = #98971a 20
|
||||
color_title_bg = #282828 60
|
||||
color_title_fg = #ebdbb2 100
|
||||
color_title_border = #282828 100
|
||||
18
mb-jgtools/jgobthemes/Mabox-quakeworld.colorrc
Normal file
18
mb-jgtools/jgobthemes/Mabox-quakeworld.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
item_radius = 1
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = Center
|
||||
menu_gradient_pos=top_left
|
||||
color_menu_bg = #333333 80
|
||||
color_menu_bg_to = #000000 100
|
||||
color_menu_border = #5e0b0b 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #f6cb33 100
|
||||
color_sel_bg = #5e0b0b 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #f6cb33 70
|
||||
color_sep_fg = #f6cb33 10
|
||||
color_title_bg = #5e0b0b 60
|
||||
color_title_fg = #f6cb33 100
|
||||
color_title_border = #f6cb33 40
|
||||
|
||||
17
mb-jgtools/jgobthemes/Mabox-superdesk.colorrc
Normal file
17
mb-jgtools/jgobthemes/Mabox-superdesk.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 2
|
||||
sep_halign = Right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #2c2c2c 90
|
||||
color_menu_bg_to = #111111 90
|
||||
color_menu_border = #2c2c2c 60
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #aaaaaa 100
|
||||
color_sel_bg = #169f6f 30
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #169f6f 40
|
||||
color_sep_fg = #2A3833 100
|
||||
color_title_bg = #264D3F 100
|
||||
color_title_fg = #e9e9e9 100
|
||||
color_title_border = #169f6f 40
|
||||
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #1b2224 80
|
||||
color_menu_bg_to = #1b2224 100
|
||||
color_menu_border = #76797F 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #D3DAE3 100
|
||||
color_sel_bg = #2f9b85 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #2f9b85 100
|
||||
color_sep_fg = #2d3036 60
|
||||
color_title_bg = #2d3036 100
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #eff0f1 10
|
||||
17
mb-jgtools/jgobthemes/Manjaro-Openbox-Matcha-sea.colorrc
Normal file
17
mb-jgtools/jgobthemes/Manjaro-Openbox-Matcha-sea.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #2f9b85 90
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #2f9b85 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 90
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-aliz.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-aliz.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #F0544C 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #F0423A 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 90
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-azul.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-azul.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #3498db 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #148BDB 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 80
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-dark-aliz.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-dark-aliz.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #1a1a1a 80
|
||||
color_menu_bg_to = #1a1a1a 100
|
||||
color_menu_border = #2d3036 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #D3DAE3 100
|
||||
color_sel_bg = #F0544C 60
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #F0544C 100
|
||||
color_sep_fg = #2d3036 100
|
||||
color_title_bg = #2d3036 100
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #eff0f1 10
|
||||
17
mb-jgtools/jgobthemes/Matcha-dark-azul.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-dark-azul.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #14161B 80
|
||||
color_menu_bg_to = #000000 90
|
||||
color_menu_border = #2d3036 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #D3DAE3 100
|
||||
color_sel_bg = #3498db 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #3498db 100
|
||||
color_sep_fg = #2d3036 100
|
||||
color_title_bg = #2d3036 100
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #eff0f1 10
|
||||
17
mb-jgtools/jgobthemes/Matcha-dark-sea.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-dark-sea.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 3
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #1b2224 90
|
||||
color_menu_bg_to = #1b2224 100
|
||||
color_menu_border = #2d3036 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #D3DAE3 100
|
||||
color_sel_bg = #2f9b85 60
|
||||
color_sel_fg = #ffffff 80
|
||||
color_sel_border = #2f9b85 80
|
||||
color_sep_fg = #2d3036 100
|
||||
color_title_bg = #2d3036 30
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 60
|
||||
17
mb-jgtools/jgobthemes/Matcha-light-aliz.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-light-aliz.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #F0544C 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #F0544C 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 80
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-light-azul.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-light-azul.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #3498db 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #3498db 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 80
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-light-sea.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-light-sea.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #2f9b85 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #2f9b85 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 90
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Matcha-sea.colorrc
Normal file
17
mb-jgtools/jgobthemes/Matcha-sea.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #f5f6f7 80
|
||||
color_menu_bg_to = #f5f6f7 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2d3036 100
|
||||
color_sel_bg = #2f9b85 90
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #2f9b85 100
|
||||
color_sep_fg = #a8adb5 100
|
||||
color_title_bg = #2d3036 90
|
||||
color_title_fg = #D3DAE3 100
|
||||
color_title_border = #2d3036 100
|
||||
17
mb-jgtools/jgobthemes/Mauve.colorrc
Normal file
17
mb-jgtools/jgobthemes/Mauve.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom
|
||||
color_menu_bg = #42275a 90
|
||||
color_menu_bg_to = #734b6d 90
|
||||
color_menu_border = #734b6d 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Meridian.colorrc
Normal file
17
mb-jgtools/jgobthemes/Meridian.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_left
|
||||
color_menu_bg = #283c86 90
|
||||
color_menu_bg_to = #45a247 90
|
||||
color_menu_border = #45a247 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
18
mb-jgtools/jgobthemes/Micro95.colorrc
Normal file
18
mb-jgtools/jgobthemes/Micro95.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = Left
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #DCDAD5 100
|
||||
color_menu_bg_to = #8F8F8F 80
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #000000 100
|
||||
color_sel_bg = #3584E4 100
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #01007F 100
|
||||
color_sep_fg = #8F8F8F 100
|
||||
color_title_bg = #878787 100
|
||||
color_title_fg = #EEEEEE 100
|
||||
color_title_border = #8F8F8F 100
|
||||
|
||||
17
mb-jgtools/jgobthemes/MidnightCity.colorrc
Normal file
17
mb-jgtools/jgobthemes/MidnightCity.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #232526 90
|
||||
color_menu_bg_to = #414345 90
|
||||
color_menu_border = #414345 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Mikachu.colorrc
Normal file
17
mb-jgtools/jgobthemes/Mikachu.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #B8B8D8 80
|
||||
color_menu_bg_to = #B8B8D8 100
|
||||
color_menu_border = #aeb0b6 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #000022 100
|
||||
color_sel_bg = #555577 100
|
||||
color_sel_fg = #CCCCFF 100
|
||||
color_sel_border = #555577 100
|
||||
color_sep_fg = #8F8F8F 100
|
||||
color_title_bg = #6699CC 100
|
||||
color_title_fg = #CCCCFF 100
|
||||
color_title_border = #000000 20
|
||||
17
mb-jgtools/jgobthemes/Mirage.colorrc
Normal file
17
mb-jgtools/jgobthemes/Mirage.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #16222A 90
|
||||
color_menu_bg_to = #3A6073 100
|
||||
color_menu_border = #3A6073 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #CCCCCC 100
|
||||
color_sel_bg = #16222A 100
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #222222 30
|
||||
color_sep_fg = #3A6073 60
|
||||
color_title_bg = #3A6073 60
|
||||
color_title_fg = #FFFFFF 100
|
||||
color_title_border = #3A6073 100
|
||||
17
mb-jgtools/jgobthemes/Moonrise.colorrc
Normal file
17
mb-jgtools/jgobthemes/Moonrise.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #DAE2F8 90
|
||||
color_menu_bg_to = #D6A4A4 90
|
||||
color_menu_border = #DAE2F8 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Natura.colorrc
Normal file
17
mb-jgtools/jgobthemes/Natura.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = left
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #f9f2ee 80
|
||||
color_menu_bg_to = #f9f2ee 100
|
||||
color_menu_border = #5c4e45 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #000000 100
|
||||
color_sel_bg = #5c4e45 100
|
||||
color_sel_fg = #f9f2ee 100
|
||||
color_sel_border = #5c4e45 100
|
||||
color_sep_fg = #8F8F8F 100
|
||||
color_title_bg = #5c4e45 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #000000 60
|
||||
17
mb-jgtools/jgobthemes/Nightmare-01.colorrc
Normal file
17
mb-jgtools/jgobthemes/Nightmare-01.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #181818 80
|
||||
color_menu_bg_to = #181818 100
|
||||
color_menu_border = #000000 60
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ffffff 80
|
||||
color_sel_bg = #7f1e31 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #c3314f 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #7f1e31 50
|
||||
color_title_fg = #dddddd 50
|
||||
color_title_border = #7f1e31 80
|
||||
17
mb-jgtools/jgobthemes/Nightmare-02.colorrc
Normal file
17
mb-jgtools/jgobthemes/Nightmare-02.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #181818 80
|
||||
color_menu_bg_to = #181818 100
|
||||
color_menu_border = #000000 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ffffff 100
|
||||
color_sel_bg = #18375a 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #25548a 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #18375a 50
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #18375a 80
|
||||
17
mb-jgtools/jgobthemes/Nightmare-03.colorrc
Normal file
17
mb-jgtools/jgobthemes/Nightmare-03.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #181818 80
|
||||
color_menu_bg_to = #181818 100
|
||||
color_menu_border = #000000 20
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ffffff 100
|
||||
color_sel_bg = #375a18 60
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #548a25 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #375a18 40
|
||||
color_title_fg = #cccccc 100
|
||||
color_title_border = #548a25 60
|
||||
17
mb-jgtools/jgobthemes/Nightmare.colorrc
Normal file
17
mb-jgtools/jgobthemes/Nightmare.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #181818 80
|
||||
color_menu_bg_to = #181818 100
|
||||
color_menu_border = #000000 80
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ffffff 100
|
||||
color_sel_bg = #7f1e31 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #c3314f 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #7f1e31 50
|
||||
color_title_fg = #eeeeee 100
|
||||
color_title_border = #7f1e31 80
|
||||
18
mb-jgtools/jgobthemes/Nord.colorrc
Normal file
18
mb-jgtools/jgobthemes/Nord.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
item_radius = 1
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #2E3440 80
|
||||
color_menu_bg_to = #4C566A 90
|
||||
color_menu_border = #4C566A 100
|
||||
color_norm_bg = #2E3440 0
|
||||
color_norm_fg = #81A1C1 100
|
||||
color_sel_bg = #2E3440 100
|
||||
color_sel_bg = #3B4252 100
|
||||
color_sel_fg = #E5E9F0 100
|
||||
color_sel_border = #4C566A 30
|
||||
color_sep_fg = #4C566A 40
|
||||
color_title_bg = #4C566A 100
|
||||
color_title_fg = #D8DEE9 100
|
||||
color_title_border = #4C566A 30
|
||||
15
mb-jgtools/jgobthemes/Nordic.colorrc
Normal file
15
mb-jgtools/jgobthemes/Nordic.colorrc
Normal file
@@ -0,0 +1,15 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
color_menu_border = #4C566A 100
|
||||
color_sep_fg = #4C566A 20
|
||||
color_title_bg = #3B4252 100
|
||||
color_title_border = #2f343f 100
|
||||
color_title_fg = #ffffff 100
|
||||
sep_halign = center
|
||||
color_menu_bg = #2f343f 100
|
||||
color_menu_bg_to = #2f343f 100
|
||||
color_norm_fg = #a8adb5 100
|
||||
color_sel_bg = #3B4252 100
|
||||
color_sel_border = #A3BE8C 20
|
||||
color_sel_fg = #A3BE8C 100
|
||||
menu_gradient_pos=top_right
|
||||
17
mb-jgtools/jgobthemes/Numix.colorrc
Normal file
17
mb-jgtools/jgobthemes/Numix.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 3
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #444444 90
|
||||
color_menu_bg_to = #444444 100
|
||||
color_menu_border = #444444 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #eeeeee 80
|
||||
color_sel_bg = #f06860 40
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #f06860 100
|
||||
color_sep_fg = #ffffff 10
|
||||
color_title_bg = #262626 60
|
||||
color_title_fg = #eeeeee 100
|
||||
color_title_border = #262626 100
|
||||
17
mb-jgtools/jgobthemes/Onyx-Citrus.colorrc
Normal file
17
mb-jgtools/jgobthemes/Onyx-Citrus.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #303030 80
|
||||
color_menu_bg_to = #303030 90
|
||||
color_menu_border = #000000 50
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #b8b8b8 100
|
||||
color_sel_bg = #e18a51 100
|
||||
color_sel_fg = #111111 100
|
||||
color_sel_border = #e18a51 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #303030 100
|
||||
color_title_fg = #FFFFFF 100
|
||||
color_title_border = #000000 20
|
||||
17
mb-jgtools/jgobthemes/Onyx.colorrc
Normal file
17
mb-jgtools/jgobthemes/Onyx.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #303030 90
|
||||
color_menu_bg_to = #303030 100
|
||||
color_menu_border = #6d95de 30
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #b8b8b8 100
|
||||
color_sel_bg = #6d95de 100
|
||||
color_sel_fg = #f8f8f8 100
|
||||
color_sel_border = #6d95de 100
|
||||
color_sep_fg = #242424 100
|
||||
color_title_bg = #303030 100
|
||||
color_title_fg = #FFFFFF 100
|
||||
color_title_border = #000000 10
|
||||
17
mb-jgtools/jgobthemes/Orang.colorrc
Normal file
17
mb-jgtools/jgobthemes/Orang.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #d3d7cf 90
|
||||
color_menu_bg_to = #d3d7cf 100
|
||||
color_menu_border = #000000 10
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #000000 100
|
||||
color_sel_bg = #ce5c00 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #ce5c00 100
|
||||
color_sep_fg = #242424 20
|
||||
color_title_bg = #ce5c00 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #fcaf3e 20
|
||||
17
mb-jgtools/jgobthemes/PinotNoir.colorrc
Normal file
17
mb-jgtools/jgobthemes/PinotNoir.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom
|
||||
color_menu_bg = #4b6cb7 90
|
||||
color_menu_bg_to = #182848 100
|
||||
color_menu_border = #182848 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 90
|
||||
color_sel_bg = #182848 100
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #222222 30
|
||||
color_sep_fg = #DDDDDD 10
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
18
mb-jgtools/jgobthemes/RainForest.colorrc
Normal file
18
mb-jgtools/jgobthemes/RainForest.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
menu_border = 0
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #BAC8B0 90
|
||||
color_menu_bg_to = #5F8A45 100
|
||||
color_menu_border = #5F8A45 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #2E2824 100
|
||||
color_sel_bg = #5F8A45 100
|
||||
color_sel_fg = #101010 100
|
||||
color_sel_border = #5F8A45 100
|
||||
color_sep_fg = #5F8A45 100
|
||||
color_title_bg = #BAC8B0 100
|
||||
color_title_fg = #2E2824 100
|
||||
color_title_border = #5F8A45 40
|
||||
18
mb-jgtools/jgobthemes/Selenized-black.colorrc
Normal file
18
mb-jgtools/jgobthemes/Selenized-black.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #181818 90
|
||||
color_menu_bg_to = #252525 90
|
||||
color_menu_border = #252525 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #b9b9b9 100
|
||||
color_sel_bg = #3b3b3b 50
|
||||
color_sel_fg = #70b433 100
|
||||
color_sel_border = #3b3b3b 100
|
||||
color_sep_fg = #3b3b3b 90
|
||||
color_title_bg = #252525 40
|
||||
color_title_fg = #dbb32d 100
|
||||
color_title_border = #252525 100
|
||||
color_scroll_ind = #ff5e56 50
|
||||
17
mb-jgtools/jgobthemes/Selenized-dark.colorrc
Normal file
17
mb-jgtools/jgobthemes/Selenized-dark.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #103c48 90
|
||||
color_menu_bg_to = #184956 90
|
||||
color_menu_border = #184956 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #adbcbc 100
|
||||
color_sel_bg = #184956 100
|
||||
color_sel_fg = #ff665c 100
|
||||
color_sel_border = #84c747 0
|
||||
color_sep_fg = #53d6c7 20
|
||||
color_title_bg = #184956 100
|
||||
color_title_fg = #ebc13d 100
|
||||
color_title_border = #222222 0
|
||||
17
mb-jgtools/jgobthemes/ServQuick.colorrc
Normal file
17
mb-jgtools/jgobthemes/ServQuick.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=left
|
||||
color_menu_bg = #485563 90
|
||||
color_menu_bg_to = #29323C 90
|
||||
color_menu_border = #29323C 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Sherbert.colorrc
Normal file
17
mb-jgtools/jgobthemes/Sherbert.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom_left
|
||||
color_menu_bg = #f79d00 90
|
||||
color_menu_bg_to = #64f38c 90
|
||||
color_menu_border = #64f38c 90
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/SoftWaves.colorrc
Normal file
17
mb-jgtools/jgobthemes/SoftWaves.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #3C3C3C 90
|
||||
color_menu_bg_to = #3C3C3C 100
|
||||
color_menu_border = #729992 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #cbcbcb 100
|
||||
color_sel_bg = #729992 100
|
||||
color_sel_fg = #101010 100
|
||||
color_sel_border = #729992 100
|
||||
color_sep_fg = #a6a6a6 10
|
||||
color_title_bg = #3c3c3c 90
|
||||
color_title_fg = #cbcbcb 100
|
||||
color_title_border = #3c3c3c 100
|
||||
17
mb-jgtools/jgobthemes/Sulphur.colorrc
Normal file
17
mb-jgtools/jgobthemes/Sulphur.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #CAC531 90
|
||||
color_menu_bg_to = #F3F9A7 90
|
||||
color_menu_border = #CAC531 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Syscrash.colorrc
Normal file
17
mb-jgtools/jgobthemes/Syscrash.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = left
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #e6e6e0 90
|
||||
color_menu_bg_to = #e6e6e0 100
|
||||
color_menu_border = #5F8A45 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #22221c 100
|
||||
color_sel_bg = #4c4c4c 100
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #4c4c4c 100
|
||||
color_sep_fg = #a6a6a6 100
|
||||
color_title_bg = #4c4c4c 100
|
||||
color_title_fg = #FFFFFF 100
|
||||
color_title_border = #4c4c4c 100
|
||||
17
mb-jgtools/jgobthemes/Terminal.colorrc
Normal file
17
mb-jgtools/jgobthemes/Terminal.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #000000 100
|
||||
color_menu_bg_to = #0f9b0f 90
|
||||
color_menu_border = #000000 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/TheStrain.colorrc
Normal file
17
mb-jgtools/jgobthemes/TheStrain.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #870000 100
|
||||
color_menu_bg_to = #190A05 90
|
||||
color_menu_border = #870000 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 80
|
||||
color_sel_bg = #222222 50
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #FFFFFF 30
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #000000 30
|
||||
color_title_fg = #DDDDDD 50
|
||||
color_title_border = #000000 0
|
||||
17
mb-jgtools/jgobthemes/Titanum.colorrc
Normal file
17
mb-jgtools/jgobthemes/Titanum.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom_left
|
||||
color_menu_bg = #283048 100
|
||||
color_menu_bg_to = #859398 90
|
||||
color_menu_border = #283048 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 80
|
||||
color_sel_bg = #222222 40
|
||||
color_sel_fg = #DDDDDD 100
|
||||
color_sel_border = #222222 30
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Vertex-Maia-Dark.colorrc
Normal file
17
mb-jgtools/jgobthemes/Vertex-Maia-Dark.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = Center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #646464 90
|
||||
color_menu_bg_to = #646464 100
|
||||
color_menu_border = #AFAFAD 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #ffffff 100
|
||||
color_sel_bg = #000000 60
|
||||
color_sel_fg = #ffffff 100
|
||||
color_sel_border = #000000 100
|
||||
color_sep_fg = #ABADAB 40
|
||||
color_title_bg = #3F3F3F 100
|
||||
color_title_fg = #ffffff 100
|
||||
color_title_border = #000000 30
|
||||
17
mb-jgtools/jgobthemes/Vertex-Maia.colorrc
Normal file
17
mb-jgtools/jgobthemes/Vertex-Maia.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = Center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #F5F5F7 85
|
||||
color_menu_bg_to = #F5F5F7 100
|
||||
color_menu_border = #AFAFAD 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #3C3E3C 100
|
||||
color_sel_bg = #16A085 100
|
||||
color_sel_fg = #F9FAF9 100
|
||||
color_sel_border = #16A085 100
|
||||
color_sep_fg = #ABADAB 100
|
||||
color_title_bg = #F5F5F7 100
|
||||
color_title_fg = #3C3E3C 100
|
||||
color_title_border = #3C3E3C 30
|
||||
17
mb-jgtools/jgobthemes/Virgin.colorrc
Normal file
17
mb-jgtools/jgobthemes/Virgin.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #C9FFBF 90
|
||||
color_menu_bg_to = #FFAFBD 100
|
||||
color_menu_border = #FFAFBD 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #DDDDDD 30
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/Yeti-Lith.colorrc
Normal file
17
mb-jgtools/jgobthemes/Yeti-Lith.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #292d31 90
|
||||
color_menu_bg_to = #292d31 100
|
||||
color_menu_border = #1c1e21 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #9ba8bb 100
|
||||
color_sel_bg = #202326 80
|
||||
color_sel_fg = #bc4b4f 100
|
||||
color_sel_border = #202326 100
|
||||
color_sep_fg = #434950 100
|
||||
color_title_bg = #292d31 100
|
||||
color_title_fg = #9ba8bb 100
|
||||
color_title_border = #9BA8BB 30
|
||||
17
mb-jgtools/jgobthemes/Yeti.colorrc
Normal file
17
mb-jgtools/jgobthemes/Yeti.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #292d31 80
|
||||
color_menu_bg_to = #292d31 90
|
||||
color_menu_border = #1c1e21 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #9ba8bb 100
|
||||
color_sel_bg = #434950 80
|
||||
color_sel_fg = #FFFFFF 100
|
||||
color_sel_border = #434950 100
|
||||
color_sep_fg = #434950 40
|
||||
color_title_bg = #9BA8BB 100
|
||||
color_title_fg = #292d31 100
|
||||
color_title_border = #9BA8BB 30
|
||||
17
mb-jgtools/jgobthemes/base-text-dark.colorrc
Normal file
17
mb-jgtools/jgobthemes/base-text-dark.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 0
|
||||
sep_halign = right
|
||||
menu_gradient_pos=bottom_left
|
||||
color_menu_bg = #DDDDDD 90
|
||||
color_menu_bg_to = #444444 90
|
||||
color_menu_border = #222222 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #222222 60
|
||||
color_sel_fg = #DDDDDD 90
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #222222 30
|
||||
color_title_fg = #DDDDDD 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/base-text-light.colorrc
Normal file
17
mb-jgtools/jgobthemes/base-text-light.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 2
|
||||
item_border = 1
|
||||
sep_height = 5
|
||||
sep_halign = right
|
||||
menu_gradient_pos=top_right
|
||||
color_menu_bg = #999999 90
|
||||
color_menu_bg_to = #222222 90
|
||||
color_menu_border = #222222 100
|
||||
color_norm_bg = #222222 0
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 50
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 50
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #DDDDDD 30
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
17
mb-jgtools/jgobthemes/dt-dark-theme.colorrc
Normal file
17
mb-jgtools/jgobthemes/dt-dark-theme.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
sep_height = 5
|
||||
sep_halign = Center
|
||||
menu_gradient_pos=top
|
||||
color_menu_bg = #1e1e1e 100
|
||||
color_menu_bg_to = #1e1e1e 100
|
||||
color_menu_border = #1e1e1e 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #C6CBC9 100
|
||||
color_sel_bg = #169f6f 100
|
||||
color_sel_fg = #DDE7E4 100
|
||||
color_sel_border = #169f6f 100
|
||||
color_sep_fg = #169f6f 20
|
||||
color_title_bg = #169f6f 30
|
||||
color_title_fg = #C6CBC9 100
|
||||
color_title_border = #169f6f 40
|
||||
15
mb-jgtools/jgobthemes/example.txt
Normal file
15
mb-jgtools/jgobthemes/example.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
item_radius
|
||||
item_border
|
||||
sep_height
|
||||
sep_halign
|
||||
color_menu_bg
|
||||
color_menu_border
|
||||
color_norm_bg
|
||||
color_norm_fg
|
||||
color_sel_bg
|
||||
color_sel_fg
|
||||
color_sel_border
|
||||
color_sep_fg
|
||||
color_title_bg
|
||||
color_title_fg
|
||||
color_title_border
|
||||
18
mb-jgtools/jgobthemes/gradient001.colorrc
Normal file
18
mb-jgtools/jgobthemes/gradient001.colorrc
Normal file
@@ -0,0 +1,18 @@
|
||||
menu_border = 0
|
||||
item_radius = 8
|
||||
item_border = 1
|
||||
sep_height = 1
|
||||
sep_halign = Right
|
||||
menu_gradient_pos=right
|
||||
color_menu_bg = #00b09b 85
|
||||
color_menu_bg_to = #96c93d 85
|
||||
color_menu_border = #2c2c2c 100
|
||||
color_norm_bg = #2b303b 0
|
||||
color_norm_fg = #222222 100
|
||||
color_sel_bg = #cccccc 90
|
||||
color_sel_fg = #000000 100
|
||||
color_sel_border = #169f6f 40
|
||||
color_sep_fg = #2A3833 40
|
||||
color_title_bg = #264D3F 100
|
||||
color_title_fg = #e9e9e9 100
|
||||
color_title_border = #169f6f 100
|
||||
17
mb-jgtools/jgobthemes/transparent-text-light.colorrc
Normal file
17
mb-jgtools/jgobthemes/transparent-text-light.colorrc
Normal file
@@ -0,0 +1,17 @@
|
||||
item_radius = 4
|
||||
item_border = 1
|
||||
sep_height = 1
|
||||
sep_halign = right
|
||||
menu_gradient_pos=none
|
||||
color_menu_bg = #999999 0
|
||||
color_menu_bg_to = #222222 90
|
||||
color_menu_border = #222222 0
|
||||
color_norm_bg = #222222 60
|
||||
color_norm_fg = #DDDDDD 100
|
||||
color_sel_bg = #DDDDDD 100
|
||||
color_sel_fg = #222222 100
|
||||
color_sel_border = #222222 30
|
||||
color_sep_fg = #222222 40
|
||||
color_title_bg = #666600 90
|
||||
color_title_fg = #222222 100
|
||||
color_title_border = #222222 30
|
||||
BIN
mb-jgtools/jgtile/cascade.png
Normal file
BIN
mb-jgtools/jgtile/cascade.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 654 B |
BIN
mb-jgtools/jgtile/stacktwo.png
Normal file
BIN
mb-jgtools/jgtile/stacktwo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 620 B |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user