Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e7186ded1b | |||
283c93d071 | |||
ef0491023f | |||
e1cabc24a3 |
@ -105,6 +105,7 @@ case "$LANG" in
|
|||||||
RES_ALL="Wszystko <i>(OB, menu, conky)</i>"
|
RES_ALL="Wszystko <i>(OB, menu, conky)</i>"
|
||||||
COLORIZE="Szybko Pokoloruj lub Resetuj..."
|
COLORIZE="Szybko Pokoloruj lub Resetuj..."
|
||||||
_LEFTSIDEPANEL="Lewy panel boczny"
|
_LEFTSIDEPANEL="Lewy panel boczny"
|
||||||
|
_WALL_DESK_MENU="Tapety oraz <b>stylizacja</b> pulpitu"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
REGENERATE="(Re)Generate from wallpaper colors..."
|
REGENERATE="(Re)Generate from wallpaper colors..."
|
||||||
@ -170,6 +171,7 @@ case "$LANG" in
|
|||||||
RES_ALL="All <i>(OB, menus, conky)</i>"
|
RES_ALL="All <i>(OB, menus, conky)</i>"
|
||||||
COLORIZE="Quickly Colorize or Reset..."
|
COLORIZE="Quickly Colorize or Reset..."
|
||||||
_LEFTSIDEPANEL="Left Sidepanel"
|
_LEFTSIDEPANEL="Left Sidepanel"
|
||||||
|
_WALL_DESK_MENU="Wallpaper & Desktop <b>styling</b> menu"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -246,6 +248,8 @@ out+=("$CAVA,colorizer-cava -s")
|
|||||||
##out+=(" $EDIT_PALETTE,xdg-open $WALLPALDIR/$WALLPAPER.clr")
|
##out+=(" $EDIT_PALETTE,xdg-open $WALLPALDIR/$WALLPAPER.clr")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
out+=("^sep($WALLPAPER)")
|
||||||
out+=("^sep($RANDWALL)")
|
out+=("^sep($RANDWALL)")
|
||||||
syswallp=$(shopt -s nullglob ; set -- /usr/share/backgrounds/*.{jpg,JPG,jpeg,JPEG,png,PNG} ; echo $#)
|
syswallp=$(shopt -s nullglob ; set -- /usr/share/backgrounds/*.{jpg,JPG,jpeg,JPEG,png,PNG} ; echo $#)
|
||||||
out+=(" $SYSWALLPAPER (<small>${syswallp}</small>),nitrogen --random /usr/share/backgrounds --set-scaled --save;colorizer -s")
|
out+=(" $SYSWALLPAPER (<small>${syswallp}</small>),nitrogen --random /usr/share/backgrounds --set-scaled --save;colorizer -s")
|
||||||
@ -254,7 +258,7 @@ out+=(" $SYSWALLPAPER (<small>${syswallp}</small>),nitrogen --random /usr/sh
|
|||||||
out+=(" $USERWALLPAPER (<small>${userwallp}</small>),nitrogen --random ${user_wallpapers_dir} --set-scaled --save;colorizer -s")
|
out+=(" $USERWALLPAPER (<small>${userwallp}</small>),nitrogen --random ${user_wallpapers_dir} --set-scaled --save;colorizer -s")
|
||||||
fi
|
fi
|
||||||
out+=("^sep()")
|
out+=("^sep()")
|
||||||
out+=("$WALLPAPERS,^checkout(wallpapersettings)")
|
out+=(" $_WALL_DESK_MENU,jgwallpaperchanger -s")
|
||||||
|
|
||||||
if [[ "$gradient_obtheme" == "yes" || "$gradient_menu" == "yes" ]];then
|
if [[ "$gradient_obtheme" == "yes" || "$gradient_menu" == "yes" ]];then
|
||||||
[[ "$gradient_obtheme" == "yes" ]] && OBGRAD="OB" || OBGRAD=""
|
[[ "$gradient_obtheme" == "yes" ]] && OBGRAD="OB" || OBGRAD=""
|
||||||
@ -297,28 +301,6 @@ fi
|
|||||||
out2+=("^tag(settings)")
|
out2+=("^tag(settings)")
|
||||||
|
|
||||||
|
|
||||||
#out2+=("$WALLPAPERS,^checkout(wallpapersettings)")
|
|
||||||
out3+=("^tag(wallpapersettings)")
|
|
||||||
out3+=("^sep($SYSWALLPAPER ($syswallp))")
|
|
||||||
out3+=("^sep(<i>/usr/share/backgrounds</i>)")
|
|
||||||
out3+=(" $OPENDIR,xdg-open /usr/share/backgrounds")
|
|
||||||
out3+=(" $OPENDIR_VIEWNIOR,viewnior /usr/share/backgrounds")
|
|
||||||
out3+=(" $SETRANDOM,nitrogen --random /usr/share/backgrounds --set-scaled --save;colorizer -s")
|
|
||||||
out3+=("^sep($USERWALLPAPER ($userwallp))")
|
|
||||||
if [[ -d "${user_wallpapers_dir}" ]]; then
|
|
||||||
# dir exist
|
|
||||||
out3+=("^sep(<i>${user_wallpapers_dir}</i>)")
|
|
||||||
out3+=(" $OPENDIR ,xdg-open ${user_wallpapers_dir}")
|
|
||||||
out3+=(" $OPENDIR_VIEWNIOR ,viewnior ${user_wallpapers_dir}")
|
|
||||||
out3+=(" $SETRANDOM,nitrogen --random ${user_wallpapers_dir} --set-scaled --save;colorizer -s")
|
|
||||||
out3+=("^sep()")
|
|
||||||
out3+=(" $CHANGE ($EDITCONF),xdg-open $CNF_FILE")
|
|
||||||
else
|
|
||||||
# dir not exist
|
|
||||||
out3+=("^sep(<i>${user_wallpapers_dir} - $USERDIR_NOT_EXIST</i>")
|
|
||||||
out3+=(" $CREATE_USERDIR,mkdir -p ${user_wallpapers_dir};colorizer -s")
|
|
||||||
out3+=(" $CHANGE ($EDITCONF),xdg-open $CNF_FILE")
|
|
||||||
fi
|
|
||||||
out2+=("^sep($GRADIENTS_ACT)")
|
out2+=("^sep($GRADIENTS_ACT)")
|
||||||
[[ "$gradient_obtheme" == "yes" ]] && out2+=("<big></big> $GRAD_OB,mb-setvar gradient_obtheme=no $CNF_FILE;colorizer -s") || out2+=("<big></big> $GRAD_OB,mb-setvar gradient_obtheme=yes $CNF_FILE;colorizer -s")
|
[[ "$gradient_obtheme" == "yes" ]] && out2+=("<big></big> $GRAD_OB,mb-setvar gradient_obtheme=no $CNF_FILE;colorizer -s") || out2+=("<big></big> $GRAD_OB,mb-setvar gradient_obtheme=yes $CNF_FILE;colorizer -s")
|
||||||
#out2+=("$GRAD_OB [ <b>${gradient_obtheme}</b> ],^checkout(grad_ob)")
|
#out2+=("$GRAD_OB [ <b>${gradient_obtheme}</b> ],^checkout(grad_ob)")
|
||||||
|
@ -158,7 +158,7 @@ out+=("<big></big> $_RESET,^checkout(reset)")
|
|||||||
out2+=("^sep($_RESET)")
|
out2+=("^sep($_RESET)")
|
||||||
out2+=("$_ALL,fontctl resetall;$me")
|
out2+=("$_ALL,fontctl resetall;$me")
|
||||||
out2+=("^sep()")
|
out2+=("^sep()")
|
||||||
out2+=("$_TITLEBAR_FONT,fontctl resetob;$me")
|
out2+=("$_TITLEBAR_FONT ($_OPENBOX_WM),fontctl resetob;$me")
|
||||||
out2+=("$_MENUS,fontctl resetmenus;$me")
|
out2+=("$_MENUS,fontctl resetmenus;$me")
|
||||||
out2+=("$_CONKY,fontctl resetconky;$me")
|
out2+=("$_CONKY,fontctl resetconky;$me")
|
||||||
out2+=("$_GTK,fontctl resetgtk;$me")
|
out2+=("$_GTK,fontctl resetgtk;$me")
|
||||||
|
35
bin/conkyctl
35
bin/conkyctl
@ -717,28 +717,28 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
|||||||
if [[ "$1" =~ "quoter" ]]; then
|
if [[ "$1" =~ "quoter" ]]; then
|
||||||
case "$LANG" in
|
case "$LANG" in
|
||||||
pl*)
|
pl*)
|
||||||
FONTSIZE="Rozmiar czcionki"
|
FONTSIZE="Czcionka i rozmiar"
|
||||||
QUOTE_FSIZE="Cytat"
|
QUOTE_FSIZE="Cytat"
|
||||||
AUTHOR_FSIZE="Autor"
|
AUTHOR_FSIZE="Autor"
|
||||||
EDIT_CONF="Edytuj plik konfiguracyjny"
|
EDIT_CONF="Edytuj plik konfiguracyjny"
|
||||||
RELOAD="Przeładuj"
|
RELOAD="Przeładuj"
|
||||||
;;
|
;;
|
||||||
es*)
|
es*)
|
||||||
FONTSIZE="Font size"
|
FONTSIZE="Font size & family"
|
||||||
QUOTE_FSIZE="Quote"
|
QUOTE_FSIZE="Quote"
|
||||||
AUTHOR_FSIZE="Author"
|
AUTHOR_FSIZE="Author"
|
||||||
EDIT_CONF="Edit conf file"
|
EDIT_CONF="Edit conf file"
|
||||||
RELOAD="Reload"
|
RELOAD="Reload"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
FONTSIZE="Font size"
|
FONTSIZE="Font size & family"
|
||||||
QUOTE_FSIZE="Quote"
|
QUOTE_FSIZE="Quote"
|
||||||
AUTHOR_FSIZE="Author"
|
AUTHOR_FSIZE="Author"
|
||||||
EDIT_CONF="Edit conf file"
|
EDIT_CONF="Edit conf file"
|
||||||
RELOAD="Reload"
|
RELOAD="Reload"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
Q_CFG="$HOME/.config/quoter/quoter.cfg"
|
Q_CFG="$HOME/.config/quoter/quoter.conf"
|
||||||
source "$Q_CFG"
|
source "$Q_CFG"
|
||||||
out+=("^sep($FONTSIZE)")
|
out+=("^sep($FONTSIZE)")
|
||||||
out+=("$QUOTE_FSIZE [ <b>$quote_fontsize</b> ],^checkout(qsize)")
|
out+=("$QUOTE_FSIZE [ <b>$quote_fontsize</b> ],^checkout(qsize)")
|
||||||
@ -753,6 +753,22 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
|||||||
for i in 10 11 12 13 14 15 16 18 20; do
|
for i in 10 11 12 13 14 15 16 18 20; do
|
||||||
out2+=("${i},mb-setvar author_fontsize=$i $Q_CFG;conkyctl restartone ${1};$me")
|
out2+=("${i},mb-setvar author_fontsize=$i $Q_CFG;conkyctl restartone ${1};$me")
|
||||||
done
|
done
|
||||||
|
#FONT FAMILY FOR QUOTER
|
||||||
|
out+=("$FONT_NAME [ <b>${font_name}</b> ],^checkout(qfontfamily)")
|
||||||
|
out2+=("^tag(qfontfamily)")
|
||||||
|
if [ -f "$HOME/.config/mabox/fonts.list" ];then
|
||||||
|
mapfile -t favfonts < <( grep -vE "^($|#)" ~/.config/mabox/fonts.list)
|
||||||
|
else
|
||||||
|
mapfile -t favfonts < <( grep -vE "^($|#)" /usr/share/mabox-colorizer/fonts.list)
|
||||||
|
cp /usr/share/mabox-colorizer/fonts.list ~/.config/mabox/
|
||||||
|
fi
|
||||||
|
#notify-send.sh "Ile" "${#favfonts[@]}"
|
||||||
|
if [ "${#favfonts[@]}" -gt 0 ];then
|
||||||
|
out2+=("^sep($FONTFAMILY_LBL)")
|
||||||
|
for fon in "${favfonts[@]}";do
|
||||||
|
[[ "$fon" == "$font_name" ]] && out2+=("<big>綠</big> <span font_family=\"${fon}\">${fon}</span>,$me") || out2+=("<big>祿</big> <span font_family=\"${fon}\">${fon}</span>,mb-setvar 'font_name=\"${fon}\"' $Q_CFG;conkyctl restartone ${1}")
|
||||||
|
done
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
out+=("^sep($COLORS)")
|
out+=("^sep($COLORS)")
|
||||||
@ -1192,7 +1208,11 @@ do
|
|||||||
|
|
||||||
done < <(awk 'NR == n' n=$2 "$SCHEMEFILE")
|
done < <(awk 'NR == n' n=$2 "$SCHEMEFILE")
|
||||||
}
|
}
|
||||||
|
fix_transparent_conkies(){
|
||||||
|
transparent true ${CONKYDIR}/Polaroid_mbcolor.conkyrc
|
||||||
|
transparent true ${CONKYDIR}/logo_mbcolor.conkyrc
|
||||||
|
transparent true ${CONKYDIR}/logo_SVG_mbcolor.conkyrc
|
||||||
|
}
|
||||||
|
|
||||||
applyscheme_all () {
|
applyscheme_all () {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
@ -1214,6 +1234,8 @@ do
|
|||||||
stippled_borders_all ${stip}
|
stippled_borders_all ${stip}
|
||||||
draw_borders_all ${bord}
|
draw_borders_all ${bord}
|
||||||
done < <(awk 'NR == n' n=$2 "$SCHEMEFILE")
|
done < <(awk 'NR == n' n=$2 "$SCHEMEFILE")
|
||||||
|
|
||||||
|
fix_transparent_conkies
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1297,6 +1319,8 @@ else # light
|
|||||||
color1_all "${pal[8]}"
|
color1_all "${pal[8]}"
|
||||||
color2_all "${pal[1]}"
|
color2_all "${pal[1]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fix_transparent_conkies
|
||||||
colorizer-conky -s 2>/dev/null
|
colorizer-conky -s 2>/dev/null
|
||||||
}
|
}
|
||||||
monoone () {
|
monoone () {
|
||||||
@ -1397,5 +1421,6 @@ case "$1" in
|
|||||||
baseconky_info) baseconky_info;;
|
baseconky_info) baseconky_info;;
|
||||||
mono) mono "$2" "$3";;
|
mono) mono "$2" "$3";;
|
||||||
monoone) monoone "$2" "$3" "$4";;
|
monoone) monoone "$2" "$3" "$4";;
|
||||||
|
fix_transparent_conkies)fix_transparent_conkies;;
|
||||||
*) : ;;
|
*) : ;;
|
||||||
esac
|
esac
|
||||||
|
@ -43,8 +43,8 @@ resetob () {
|
|||||||
|
|
||||||
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:name' -v "Ubuntu" "$cfg"
|
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:name' -v "Ubuntu" "$cfg"
|
||||||
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="InactiveWindow"]/a:name' -v "Ubuntu" "$cfg"
|
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="InactiveWindow"]/a:name' -v "Ubuntu" "$cfg"
|
||||||
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:size' -v 9 "$cfg"
|
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="ActiveWindow"]/a:size' -v 10 "$cfg"
|
||||||
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="InactiveWindow"]/a:size' -v 9 "$cfg"
|
xmlstarlet ed -L -N a="$nspace" -u '/a:openbox_config/a:theme/a:font[@place="InactiveWindow"]/a:size' -v 10 "$cfg"
|
||||||
|
|
||||||
#add Weight and slant
|
#add Weight and slant
|
||||||
|
|
||||||
@ -71,11 +71,13 @@ inc_all() {
|
|||||||
gtk_fontsize inc
|
gtk_fontsize inc
|
||||||
inc_conky
|
inc_conky
|
||||||
inc_menus
|
inc_menus
|
||||||
|
ob_fontsize inc
|
||||||
}
|
}
|
||||||
dec_all() {
|
dec_all() {
|
||||||
gtk_fontsize dec
|
gtk_fontsize dec
|
||||||
dec_conky
|
dec_conky
|
||||||
dec_menus
|
dec_menus
|
||||||
|
ob_fontsize dec
|
||||||
}
|
}
|
||||||
inc_conky () {
|
inc_conky () {
|
||||||
read FONTDEF <<< "$(grep "font .*=.*,$" ${BASECONKY} | cut -d'=' -f2,3 |cut -d"'" -f2)"
|
read FONTDEF <<< "$(grep "font .*=.*,$" ${BASECONKY} | cut -d'=' -f2,3 |cut -d"'" -f2)"
|
||||||
|
24
bin/gtkctl
24
bin/gtkctl
@ -39,21 +39,23 @@ adwaita|black|blue|bluegrey|breeze|brown|carmine|cyan|darkcyan|deeporange|green|
|
|||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -f "${ICON_DIR}/Papirus-Mabox-$1/index.theme" ];then
|
[[ "$2" == "-d" ]] && VARIANT="Dark-" || VARIANT=""
|
||||||
|
|
||||||
|
if [ -f "${ICON_DIR}/Papirus-Mabox-${VARIANT}${1}/index.theme" ];then
|
||||||
TITLE="Icons theme changed!"
|
TITLE="Icons theme changed!"
|
||||||
TEXT="Papirus folders color: <b>${1^}</b>"
|
TEXT="Papirus folders color: <b>${VARIANT}${1^}</b>"
|
||||||
icons Papirus-Mabox-$1
|
icons Papirus-Mabox-${VARIANT}${1}
|
||||||
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-$1/64x64/places/folder-linux.svg" "$TITLE" "$TEXT"
|
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-${VARIANT}${1}/64x64/places/folder-linux.svg" "$TITLE" "$TEXT"
|
||||||
|
|
||||||
else
|
else
|
||||||
TITLE="Please wait..."
|
TITLE="Please wait..."
|
||||||
TEXT="Preparing ${1} folder color icons"
|
TEXT="Preparing ${VARIANT}${1} folder color icons"
|
||||||
TITLE2="Success!"
|
TITLE2="Success!"
|
||||||
TEXT2="${1^} icons color variant generated successfully"
|
TEXT2="${VARIANT}${1^} icons color variant generated successfully"
|
||||||
notify-send.sh -u critical -i /usr/share/icons/Papirus/64x64/places/folder-${1}.svg -R /tmp/papicon "$TITLE" "$TEXT"
|
notify-send.sh -u critical -i /usr/share/icons/Papirus/64x64/places/folder-${VARIANT}${1}.svg -R /tmp/papicon "$TITLE" "$TEXT"
|
||||||
papirus-folder-color.sh -c ${1}
|
papirus-folder-color.sh -c ${1} ${2}
|
||||||
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-$1/64x64/places/folder-linux.svg" -R /tmp/papicon "$TITLE2" "$TEXT2"
|
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-${VARIANT}${1}/64x64/places/folder-linux.svg" -R /tmp/papicon "$TITLE2" "$TEXT2"
|
||||||
icons Papirus-Mabox-$1
|
icons Papirus-Mabox-${VARIANT}${1}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -65,6 +67,6 @@ case "$1" in
|
|||||||
get_icons)get_icons "$2";;
|
get_icons)get_icons "$2";;
|
||||||
theme)theme "$2";;
|
theme)theme "$2";;
|
||||||
icons)icons "$2";;
|
icons)icons "$2";;
|
||||||
papcolor)papcolor "$2";;
|
papcolor)papcolor "$2" "$3";;
|
||||||
*):;;
|
*):;;
|
||||||
esac
|
esac
|
||||||
|
@ -68,6 +68,7 @@ color_menu_border () {
|
|||||||
}
|
}
|
||||||
menu_gradient_pos () {
|
menu_gradient_pos () {
|
||||||
sd "menu_gradient_pos.*$" "menu_gradient_pos = $1" ${THEMERC}
|
sd "menu_gradient_pos.*$" "menu_gradient_pos = $1" ${THEMERC}
|
||||||
|
#mb-setvar menu_gradient_pos=${1}
|
||||||
}
|
}
|
||||||
gradient () {
|
gradient () {
|
||||||
read MBG MBGA<<< "$(grep 'color_menu_bg ' ${THEMERC} | cut -d'=' -f2)"
|
read MBG MBGA<<< "$(grep 'color_menu_bg ' ${THEMERC} | cut -d'=' -f2)"
|
||||||
|
@ -57,6 +57,7 @@ menu_theme () {
|
|||||||
jgctl color_sel_fg "${w[-1]}"
|
jgctl color_sel_fg "${w[-1]}"
|
||||||
jgctl color_sel_border "${w[3]}"
|
jgctl color_sel_border "${w[3]}"
|
||||||
jgctl color_sep_fg "${w[3]}"
|
jgctl color_sep_fg "${w[3]}"
|
||||||
|
jgctl color_norm_bg "${w[2]}"
|
||||||
#sleep 1
|
#sleep 1
|
||||||
;;
|
;;
|
||||||
*) #light bg
|
*) #light bg
|
||||||
@ -71,6 +72,7 @@ menu_theme () {
|
|||||||
jgctl color_sel_fg "${w[0]}"
|
jgctl color_sel_fg "${w[0]}"
|
||||||
jgctl color_sel_border "${w[-4]}"
|
jgctl color_sel_border "${w[-4]}"
|
||||||
jgctl color_sep_fg "${w[-5]}"
|
jgctl color_sep_fg "${w[-5]}"
|
||||||
|
jgctl color_norm_bg "${w[-1]}"
|
||||||
#sleep 1
|
#sleep 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -102,6 +104,7 @@ conky_colors() {
|
|||||||
#bars/graphs color
|
#bars/graphs color
|
||||||
#random
|
#random
|
||||||
conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}"
|
conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}"
|
||||||
|
conkyctl fix_transparent_conkies
|
||||||
|
|
||||||
}
|
}
|
||||||
conky_colorsone () {
|
conky_colorsone () {
|
||||||
@ -120,7 +123,7 @@ conky_colorsone () {
|
|||||||
conkyctl color1 "${w[5]}" "${2}"
|
conkyctl color1 "${w[5]}" "${2}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}" "${2}"
|
#conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}" "${2}"
|
||||||
}
|
}
|
||||||
pyradio_theme() {
|
pyradio_theme() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
@ -5,3 +5,6 @@
|
|||||||
#d3d4bf|90|#d2cda1|90|#cdc76d|90|#cdc76d|90|#0c1d23|90|#c6b76b|90|#d3d4bf|90|#0c1d23|90|#e8e8dd|100|#060b0a|90|#c6b76b|90|#a29d62|20|0|2|8|8|0|2|||center|top_right|Jaskier Light
|
#d3d4bf|90|#d2cda1|90|#cdc76d|90|#cdc76d|90|#0c1d23|90|#c6b76b|90|#d3d4bf|90|#0c1d23|90|#e8e8dd|100|#060b0a|90|#c6b76b|90|#a29d62|20|0|2|8|8|0|2|||center|top_right|Jaskier Light
|
||||||
#38373c|90|#424247|90|#2a2a2c|90|#2a2a2d|90|#d0d0ce|90|#151517|90|#38373c|90|#c8c8c4|90|#59595a|90|#f8f8f8|90|#373739|90|#2a2a2c|20|0|2|8|8|0|2|||center|bottom_left|GreyBird Dark
|
#38373c|90|#424247|90|#2a2a2c|90|#2a2a2d|90|#d0d0ce|90|#151517|90|#38373c|90|#c8c8c4|90|#59595a|90|#f8f8f8|90|#373739|90|#2a2a2c|20|0|2|8|8|0|2|||center|bottom_left|GreyBird Dark
|
||||||
#ececea|90|#e0e0de|90|#d0d0ce|90|#d0d0ce|90|#1e1e20|90|#c0c0be|90|#e0e0de|90|#1e1e20|90|#b0b0af|90|#151517|90|#c0c0be|90|#b0b0af|20|0|2|8|8|0|2|||center|bottom_left|GreyBird Light
|
#ececea|90|#e0e0de|90|#d0d0ce|90|#d0d0ce|90|#1e1e20|90|#c0c0be|90|#e0e0de|90|#1e1e20|90|#b0b0af|90|#151517|90|#c0c0be|90|#b0b0af|20|0|2|8|8|0|2|||center|bottom_left|GreyBird Light
|
||||||
|
#2f343f|100|#2f343f|100|#4C566A|100|#3B4252|100|#ffffff|100|#2f343f|100|#2f343f|0|#a8adb5|100|#3B4252|100|#A3BE8C|100|#A3BE8C|20|#4C566A|20|12|8|24|8|0|2|||center|top_right|Nordic
|
||||||
|
#103C48|100|#184956|90|#eeeeee|90|#2D5B69|100|#CAD8D9|90|#103C48|100|#383838|0|#ADBCBC|90|#DBB32D|100|#103C48|100|#061307|60|#4f4f4f|30|0|2|8|4|0|3|||center|none|Selenized-Dark
|
||||||
|
#252525|100|#181818|90|#184956|90|#181818|100|#b2b2b2|90|#252525|100|#181818|0|#c0c0c0|90|#70B433|70|#ffffff|100|#70B433|90|#1d3036|30|0|2|8|4|1|3|||center|none|Selenized-Black
|
||||||
|
|
@ -95,11 +95,14 @@ h5 {font-size: 2vw !important;border-bottom: 1px solid;padding-left: 1em;}
|
|||||||
flex-direction: column;**/
|
flex-direction: column;**/
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.grid div.i{background-color:#191919;}
|
.grid div.i{background-color:#191919;padding: 6px 2px 2px 2px;}
|
||||||
.grid div.i a{text-decoration:none;display:block;border-radius: 4px;margin: -1em;padding:1em;}
|
.grid div.i a{text-decoration:none;margin-top:4px;}
|
||||||
|
.grid div.i a.light-gray{border-radius: 4px 0 0 4px;}
|
||||||
|
.grid div.i a.dark-gray{border-radius: 0 4px 4px 0;}
|
||||||
.gi2 {grid-column: span 2;}
|
.gi2 {grid-column: span 2;}
|
||||||
.gi3 {grid-column: span 3;}
|
.gi3 {grid-column: span 3;}
|
||||||
.gi4 {grid-column: span 4;}
|
.gi4 {grid-column: span 4;}
|
||||||
|
.gi5 {grid-column: span 5;}
|
||||||
.gi22 {
|
.gi22 {
|
||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
grid-row: span 2;
|
grid-row: span 2;
|
||||||
@ -675,141 +678,119 @@ If you add more commands, a menu will be shown.</p>
|
|||||||
<a class="tag small amber" href="config://.config/mabox/wallp_dirs.conf"> Configure directories</a></p>
|
<a class="tag small amber" href="config://.config/mabox/wallp_dirs.conf"> Configure directories</a></p>
|
||||||
</section>
|
</section>
|
||||||
<section id="fonts" class="container tab" style="display:none;min-height:100vh">
|
<section id="fonts" class="container tab" style="display:none;min-height:100vh">
|
||||||
<h3>Fonts</h3>
|
|
||||||
<p> To set fonts for Openbox window decorations, GTK, Conky and Menu/Panels...<br />
|
|
||||||
use dynamic menu <a class="button amber" href="run://colorizer-fonts -s"> Fonts</a>
|
|
||||||
</p>
|
|
||||||
<h3>GTK widget theme and Icons</h3>
|
|
||||||
<p><a class="button amber" href="run://lxappearance"> Choose GTK theme and Icons</a></p>
|
|
||||||
<h3></h3>
|
|
||||||
<div class="grid">
|
|
||||||
<p class="gi3"><strong>Papirus Folder Icons</strong><br />Click below to generate and apply colorized folder icons for Papirus.</p>
|
|
||||||
|
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor adwaita">
|
|
||||||
|
<div class="grid">
|
||||||
|
<div class="g1 dark">
|
||||||
|
<a class="button amber" href="run://colorizer-fonts -s"><span class="large"></span><br />Configure Fonts</a>
|
||||||
|
</div>
|
||||||
|
<div class="g1 dark">
|
||||||
|
<a class="button amber" href="run://lxappearance"><span class="large"></span><br />GTK Theme and Icons</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br /><hr /><br />
|
||||||
|
<div class="grid">
|
||||||
|
<div class="i">Adwaita<br />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita-music.svg" /><br />
|
||||||
Adwaita
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor adwaita">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor adwaita -d">dark</a></div>
|
||||||
</a></div>
|
<div class="gi5"><h3>Papirus Folder Icons</h3><hr />Generate and apply colorized folder icons for Papirus. Light or Dark variant.</div>
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor black">
|
<div class="i">Black<br />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
||||||
Black
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor black">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor black -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Blue<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor blue">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
||||||
Blue
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor blue">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor blue -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Bluegrey<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor bluegrey">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
||||||
Bluegrey
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor bluegrey">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor bluegrey -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Breeze<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor breeze">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
||||||
Breeze
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor breeze">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor breeze -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Brown<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor brown">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
||||||
Brown
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor brown">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor brown -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Carmine<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor carmine">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
||||||
Carmine
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor carmine">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor carmine -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Cyan<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor cyan">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
||||||
Cyan
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor cyan">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor cyan -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">DarkCyan<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor darkcyan">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
||||||
DarkCyan
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor darkcyan">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor darkcyan -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">DeepOrange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor deeporange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
||||||
DeepOrange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor deeporange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor deeporange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Green<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor green">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
||||||
Green
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor green">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor green -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Grey<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor grey">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
||||||
Grey
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor grey">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor grey -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Indigo<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor indigo">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
||||||
Indigo
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor indigo">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor indigo -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Magenta<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor magenta">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
||||||
Magenta
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor magenta">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor magenta -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Nordic<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor nordic">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
||||||
Nordic
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor nordic">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor nordic -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Orange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor orange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
||||||
Orange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor orange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor orange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">PaleBrown<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor palebrown">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
||||||
PaleBrown
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor palebrown">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor palebrown -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">PaleOrange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor paleorange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
||||||
PaleOrange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor paleorange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor paleorange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Pink<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor pink">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
||||||
Pink
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor pink">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor pink -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Red<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor red">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
||||||
Red
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor red">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor red -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Teal<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor teal">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
||||||
Teal
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor teal">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor teal -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Violet<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor violet">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
||||||
Violet
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor violet">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor violet -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">White<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor white">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
||||||
White
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor white">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor white -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Yaru<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yaru">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
||||||
Yaru
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor yaru">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor yaru -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Yellow<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yellow">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
||||||
Yellow
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor yellow">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor yellow -d">dark</a></div>
|
||||||
</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="pyradiocava" class="container tab" style="display:none;min-height:100vh;">
|
<section id="pyradiocava" class="container tab" style="display:none;min-height:100vh;">
|
||||||
|
@ -95,12 +95,14 @@ h5 {font-size: 2vw !important;border-bottom: 1px solid;padding-left: 1em;}
|
|||||||
flex-direction: column;**/
|
flex-direction: column;**/
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.grid div.i{background-color:#191919;}
|
.grid div.i{background-color:#191919;padding: 6px 2px 2px 2px;}
|
||||||
.grid div.i a{text-decoration:none;display:block;border-radius: 4px;margin: -1em;padding:1em;}
|
.grid div.i a{text-decoration:none;margin-top:4px;}
|
||||||
|
.grid div.i a.light-gray{border-radius: 4px 0 0 4px;}
|
||||||
|
.grid div.i a.dark-gray{border-radius: 0 4px 4px 0;}
|
||||||
.gi2 {grid-column: span 2;}
|
.gi2 {grid-column: span 2;}
|
||||||
.gi3 {grid-column: span 3;}
|
.gi3 {grid-column: span 3;}
|
||||||
.gi4 {grid-column: span 4;}
|
.gi4 {grid-column: span 4;}
|
||||||
|
.gi5 {grid-column: span 5;}
|
||||||
.gi22 {
|
.gi22 {
|
||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
grid-row: span 2;
|
grid-row: span 2;
|
||||||
@ -818,138 +820,120 @@ Jeśli potrzebujesz pełen zestaw opcji, precyzyjnego dostrajania kolorów i prz
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="fonts" class="container tab" style="display:none;min-height:100vh">
|
<section id="fonts" class="container tab" style="display:none;min-height:100vh">
|
||||||
<h3>Czcionki</h3>
|
|
||||||
<p>Użyj dynamicznego menu <a class="tag small amber" href="run://colorizer-fonts -s"> Czcionki</a> aby ustawić czcionki używane przez aplikacje GTK, Conky oraz Menu/Panele boczne</p>
|
|
||||||
<h3>Motyw GTK oraz Ikon</h3>
|
|
||||||
<p><a class="button amber" href="run://lxappearance"> Wybierz motyw GTK oraz Ikony</a></p>
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<p class="gi3"><strong>Papirus Folder Icons</strong><br />Kliknij poniżej, aby zastosować kolory folderów Papirus.</p>
|
<div class="g1 dark">
|
||||||
|
<a class="button amber" href="run://colorizer-fonts -s"><span class="large"></span><br />Ustaw Czcionki</a>
|
||||||
|
</div>
|
||||||
|
<div class="g1 dark">
|
||||||
|
<a class="button amber" href="run://lxappearance"><span class="large"></span><br />Motyw GTK oraz Ikony</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br /><hr /><br />
|
||||||
|
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor adwaita">
|
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="i">Adwaita<br />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-adwaita-music.svg" /><br />
|
||||||
Adwaita
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor adwaita">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor adwaita -d">dark</a></div>
|
||||||
</a></div>
|
<div class="gi5"><h3>Ikony Katalogów Papirus</h3><hr />Wygeneruj i ustaw kolorowe foldery Papirus. Wariant jasny (light) lub ciemny (dark).</div>
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor black">
|
<div class="i">Black<br />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
||||||
Black
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor black">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor black -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Blue<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor blue">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
||||||
Blue
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor blue">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor blue -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Bluegrey<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor bluegrey">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
||||||
Bluegrey
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor bluegrey">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor bluegrey -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Breeze<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor breeze">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
||||||
Breeze
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor breeze">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor breeze -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Brown<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor brown">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
||||||
Brown
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor brown">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor brown -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Carmine<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor carmine">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
||||||
Carmine
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor carmine">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor carmine -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Cyan<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor cyan">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
||||||
Cyan
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor cyan">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor cyan -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">DarkCyan<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor darkcyan">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
||||||
DarkCyan
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor darkcyan">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor darkcyan -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">DeepOrange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor deeporange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
||||||
DeepOrange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor deeporange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor deeporange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Green<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor green">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
||||||
Green
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor green">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor green -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Grey<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor grey">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
||||||
Grey
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor grey">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor grey -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Indigo<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor indigo">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
||||||
Indigo
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor indigo">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor indigo -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Magenta<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor magenta">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
||||||
Magenta
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor magenta">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor magenta -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Nordic<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor nordic">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
||||||
Nordic
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor nordic">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor nordic -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Orange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor orange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
||||||
Orange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor orange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor orange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">PaleBrown<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor palebrown">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
||||||
PaleBrown
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor palebrown">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor palebrown -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">PaleOrange<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor paleorange">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
||||||
PaleOrange
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor paleorange">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor paleorange -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Pink<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor pink">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
||||||
Pink
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor pink">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor pink -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Red<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor red">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
||||||
Red
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor red">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor red -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Teal<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor teal">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
||||||
Teal
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor teal">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor teal -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Violet<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor violet">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
||||||
Violet
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor violet">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor violet -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">White<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor white">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
||||||
White
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor white">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor white -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Yaru<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yaru">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
||||||
Yaru
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor yaru">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor yaru -d">dark</a></div>
|
||||||
</a></div>
|
<div class="i">Yellow<br />
|
||||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yellow">
|
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
||||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
||||||
Yellow
|
<a class="tag small light-gray hover-white" href="run://gtkctl papcolor yellow">light</a><a class="tag small dark-gray hover-black" href="run://gtkctl papcolor yellow -d">dark</a></div>
|
||||||
</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user