Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e7186ded1b | |||
283c93d071 |
@ -105,6 +105,7 @@ case "$LANG" in
|
||||
RES_ALL="Wszystko <i>(OB, menu, conky)</i>"
|
||||
COLORIZE="Szybko Pokoloruj lub Resetuj..."
|
||||
_LEFTSIDEPANEL="Lewy panel boczny"
|
||||
_WALL_DESK_MENU="Tapety oraz <b>stylizacja</b> pulpitu"
|
||||
;;
|
||||
*)
|
||||
REGENERATE="(Re)Generate from wallpaper colors..."
|
||||
@ -170,6 +171,7 @@ case "$LANG" in
|
||||
RES_ALL="All <i>(OB, menus, conky)</i>"
|
||||
COLORIZE="Quickly Colorize or Reset..."
|
||||
_LEFTSIDEPANEL="Left Sidepanel"
|
||||
_WALL_DESK_MENU="Wallpaper & Desktop <b>styling</b> menu"
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -246,6 +248,8 @@ out+=("$CAVA,colorizer-cava -s")
|
||||
##out+=(" $EDIT_PALETTE,xdg-open $WALLPALDIR/$WALLPAPER.clr")
|
||||
|
||||
|
||||
|
||||
out+=("^sep($WALLPAPER)")
|
||||
out+=("^sep($RANDWALL)")
|
||||
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")
|
||||
@ -253,8 +257,8 @@ out+=(" $SYSWALLPAPER (<small>${syswallp}</small>),nitrogen --random /usr/sh
|
||||
userwallp=$(shopt -s nullglob ; set -- $user_wallpapers_dir/*.{jpg,JPG,jpeg,JPEG,png,PNG} ; echo $#)
|
||||
out+=(" $USERWALLPAPER (<small>${userwallp}</small>),nitrogen --random ${user_wallpapers_dir} --set-scaled --save;colorizer -s")
|
||||
fi
|
||||
out+=("^sep()")
|
||||
out+=("$WALLPAPERS,^checkout(wallpapersettings)")
|
||||
out+=("^sep()")
|
||||
out+=(" $_WALL_DESK_MENU,jgwallpaperchanger -s")
|
||||
|
||||
if [[ "$gradient_obtheme" == "yes" || "$gradient_menu" == "yes" ]];then
|
||||
[[ "$gradient_obtheme" == "yes" ]] && OBGRAD="OB" || OBGRAD=""
|
||||
@ -297,28 +301,6 @@ fi
|
||||
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)")
|
||||
[[ "$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)")
|
||||
|
@ -158,7 +158,7 @@ out+=("<big></big> $_RESET,^checkout(reset)")
|
||||
out2+=("^sep($_RESET)")
|
||||
out2+=("$_ALL,fontctl resetall;$me")
|
||||
out2+=("^sep()")
|
||||
out2+=("$_TITLEBAR_FONT,fontctl resetob;$me")
|
||||
out2+=("$_TITLEBAR_FONT ($_OPENBOX_WM),fontctl resetob;$me")
|
||||
out2+=("$_MENUS,fontctl resetmenus;$me")
|
||||
out2+=("$_CONKY,fontctl resetconky;$me")
|
||||
out2+=("$_GTK,fontctl resetgtk;$me")
|
||||
|
@ -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="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="InactiveWindow"]/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 10 "$cfg"
|
||||
|
||||
#add Weight and slant
|
||||
|
||||
@ -71,11 +71,13 @@ inc_all() {
|
||||
gtk_fontsize inc
|
||||
inc_conky
|
||||
inc_menus
|
||||
ob_fontsize inc
|
||||
}
|
||||
dec_all() {
|
||||
gtk_fontsize dec
|
||||
dec_conky
|
||||
dec_menus
|
||||
ob_fontsize dec
|
||||
}
|
||||
inc_conky () {
|
||||
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
|
||||
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!"
|
||||
TEXT="Papirus folders color: <b>${1^}</b>"
|
||||
icons Papirus-Mabox-$1
|
||||
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-$1/64x64/places/folder-linux.svg" "$TITLE" "$TEXT"
|
||||
TEXT="Papirus folders color: <b>${VARIANT}${1^}</b>"
|
||||
icons Papirus-Mabox-${VARIANT}${1}
|
||||
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-${VARIANT}${1}/64x64/places/folder-linux.svg" "$TITLE" "$TEXT"
|
||||
|
||||
else
|
||||
TITLE="Please wait..."
|
||||
TEXT="Preparing ${1} folder color icons"
|
||||
TEXT="Preparing ${VARIANT}${1} folder color icons"
|
||||
TITLE2="Success!"
|
||||
TEXT2="${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"
|
||||
papirus-folder-color.sh -c ${1}
|
||||
notify-send.sh -u normal -i "${ICON_DIR}/Papirus-Mabox-$1/64x64/places/folder-linux.svg" -R /tmp/papicon "$TITLE2" "$TEXT2"
|
||||
icons Papirus-Mabox-$1
|
||||
TEXT2="${VARIANT}${1^} icons color variant generated successfully"
|
||||
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} ${2}
|
||||
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-${VARIANT}${1}
|
||||
|
||||
fi
|
||||
}
|
||||
@ -65,6 +67,6 @@ case "$1" in
|
||||
get_icons)get_icons "$2";;
|
||||
theme)theme "$2";;
|
||||
icons)icons "$2";;
|
||||
papcolor)papcolor "$2";;
|
||||
papcolor)papcolor "$2" "$3";;
|
||||
*):;;
|
||||
esac
|
||||
|
@ -68,6 +68,7 @@ color_menu_border () {
|
||||
}
|
||||
menu_gradient_pos () {
|
||||
sd "menu_gradient_pos.*$" "menu_gradient_pos = $1" ${THEMERC}
|
||||
#mb-setvar menu_gradient_pos=${1}
|
||||
}
|
||||
gradient () {
|
||||
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_border "${w[3]}"
|
||||
jgctl color_sep_fg "${w[3]}"
|
||||
jgctl color_norm_bg "${w[2]}"
|
||||
#sleep 1
|
||||
;;
|
||||
*) #light bg
|
||||
@ -71,6 +72,7 @@ menu_theme () {
|
||||
jgctl color_sel_fg "${w[0]}"
|
||||
jgctl color_sel_border "${w[-4]}"
|
||||
jgctl color_sep_fg "${w[-5]}"
|
||||
jgctl color_norm_bg "${w[-1]}"
|
||||
#sleep 1
|
||||
;;
|
||||
esac
|
||||
|
@ -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
|
||||
#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
|
||||
#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;**/
|
||||
justify-content: center;
|
||||
}
|
||||
.grid div.i{background-color:#191919;}
|
||||
.grid div.i a{text-decoration:none;display:block;border-radius: 4px;margin: -1em;padding:1em;}
|
||||
.grid div.i{background-color:#191919;padding: 6px 2px 2px 2px;}
|
||||
.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;}
|
||||
.gi3 {grid-column: span 3;}
|
||||
.gi4 {grid-column: span 4;}
|
||||
.gi5 {grid-column: span 5;}
|
||||
.gi22 {
|
||||
grid-column: 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>
|
||||
</section>
|
||||
<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-music.svg" /><br />
|
||||
Adwaita
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor black">
|
||||
<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>
|
||||
<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">Black<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
||||
Black
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor blue">
|
||||
<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>
|
||||
<div class="i">Blue<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
||||
Blue
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor bluegrey">
|
||||
<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>
|
||||
<div class="i">Bluegrey<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
||||
Bluegrey
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor breeze">
|
||||
<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>
|
||||
<div class="i">Breeze<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
||||
Breeze
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor brown">
|
||||
<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>
|
||||
<div class="i">Brown<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
||||
Brown
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor carmine">
|
||||
<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>
|
||||
<div class="i">Carmine<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
||||
Carmine
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor cyan">
|
||||
<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>
|
||||
<div class="i">Cyan<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
||||
Cyan
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor darkcyan">
|
||||
<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>
|
||||
<div class="i">DarkCyan<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
||||
DarkCyan
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor deeporange">
|
||||
<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>
|
||||
<div class="i">DeepOrange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
||||
DeepOrange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor green">
|
||||
<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>
|
||||
<div class="i">Green<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
||||
Green
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor grey">
|
||||
<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>
|
||||
<div class="i">Grey<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
||||
Grey
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor indigo">
|
||||
<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>
|
||||
<div class="i">Indigo<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
||||
Indigo
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor magenta">
|
||||
<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>
|
||||
<div class="i">Magenta<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
||||
Magenta
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor nordic">
|
||||
<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>
|
||||
<div class="i">Nordic<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
||||
Nordic
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor orange">
|
||||
<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>
|
||||
<div class="i">Orange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
||||
Orange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor palebrown">
|
||||
<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>
|
||||
<div class="i">PaleBrown<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
||||
PaleBrown
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor paleorange">
|
||||
<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>
|
||||
<div class="i">PaleOrange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
||||
PaleOrange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor pink">
|
||||
<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>
|
||||
<div class="i">Pink<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
||||
Pink
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor red">
|
||||
<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>
|
||||
<div class="i">Red<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
||||
Red
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor teal">
|
||||
<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>
|
||||
<div class="i">Teal<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
||||
Teal
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor violet">
|
||||
<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>
|
||||
<div class="i">Violet<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
||||
Violet
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor white">
|
||||
<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>
|
||||
<div class="i">White<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
||||
White
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yaru">
|
||||
<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>
|
||||
<div class="i">Yaru<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
||||
Yaru
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yellow">
|
||||
<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>
|
||||
<div class="i">Yellow<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
||||
Yellow
|
||||
</a></div>
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
<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;**/
|
||||
justify-content: center;
|
||||
}
|
||||
.grid div.i{background-color:#191919;}
|
||||
.grid div.i a{text-decoration:none;display:block;border-radius: 4px;margin: -1em;padding:1em;}
|
||||
|
||||
.grid div.i{background-color:#191919;padding: 6px 2px 2px 2px;}
|
||||
.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;}
|
||||
.gi3 {grid-column: span 3;}
|
||||
.gi4 {grid-column: span 4;}
|
||||
.gi5 {grid-column: span 5;}
|
||||
.gi22 {
|
||||
grid-column: 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 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">
|
||||
<p class="gi3"><strong>Papirus Folder Icons</strong><br />Kliknij poniżej, aby zastosować kolory folderów Papirus.</p>
|
||||
<div class="grid">
|
||||
<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-music.svg" /><br />
|
||||
Adwaita
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor black">
|
||||
<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>
|
||||
<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">Black<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-black-music.svg" /><br />
|
||||
Black
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor blue">
|
||||
<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>
|
||||
<div class="i">Blue<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-blue-music.svg" /><br />
|
||||
Blue
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor bluegrey">
|
||||
<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>
|
||||
<div class="i">Bluegrey<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-bluegrey-music.svg" /><br />
|
||||
Bluegrey
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor breeze">
|
||||
<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>
|
||||
<div class="i">Breeze<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-breeze-music.svg" /><br />
|
||||
Breeze
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor brown">
|
||||
<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>
|
||||
<div class="i">Brown<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-brown-music.svg" /><br />
|
||||
Brown
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor carmine">
|
||||
<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>
|
||||
<div class="i">Carmine<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-carmine-music.svg" /><br />
|
||||
Carmine
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor cyan">
|
||||
<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>
|
||||
<div class="i">Cyan<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-cyan-music.svg" /><br />
|
||||
Cyan
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor darkcyan">
|
||||
<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>
|
||||
<div class="i">DarkCyan<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-darkcyan-music.svg" /><br />
|
||||
DarkCyan
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor deeporange">
|
||||
<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>
|
||||
<div class="i">DeepOrange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-deeporange-music.svg" /><br />
|
||||
DeepOrange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor green">
|
||||
<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>
|
||||
<div class="i">Green<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-green-music.svg" /><br />
|
||||
Green
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor grey">
|
||||
<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>
|
||||
<div class="i">Grey<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-grey-music.svg" /><br />
|
||||
Grey
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor indigo">
|
||||
<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>
|
||||
<div class="i">Indigo<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-indigo-music.svg" /><br />
|
||||
Indigo
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor magenta">
|
||||
<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>
|
||||
<div class="i">Magenta<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-magenta-music.svg" /><br />
|
||||
Magenta
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor nordic">
|
||||
<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>
|
||||
<div class="i">Nordic<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-nordic-music.svg" /><br />
|
||||
Nordic
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor orange">
|
||||
<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>
|
||||
<div class="i">Orange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-orange-music.svg" /><br />
|
||||
Orange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor palebrown">
|
||||
<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>
|
||||
<div class="i">PaleBrown<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-palebrown-music.svg" /><br />
|
||||
PaleBrown
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor paleorange">
|
||||
<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>
|
||||
<div class="i">PaleOrange<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-paleorange-music.svg" /><br />
|
||||
PaleOrange
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor pink">
|
||||
<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>
|
||||
<div class="i">Pink<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-pink-music.svg" /><br />
|
||||
Pink
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor red">
|
||||
<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>
|
||||
<div class="i">Red<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-red-music.svg" /><br />
|
||||
Red
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor teal">
|
||||
<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>
|
||||
<div class="i">Teal<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-teal-music.svg" /><br />
|
||||
Teal
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor violet">
|
||||
<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>
|
||||
<div class="i">Violet<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-violet-music.svg" /><br />
|
||||
Violet
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor white">
|
||||
<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>
|
||||
<div class="i">White<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-white-music.svg" /><br />
|
||||
White
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yaru">
|
||||
<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>
|
||||
<div class="i">Yaru<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yaru-music.svg" /><br />
|
||||
Yaru
|
||||
</a></div>
|
||||
<div class="i"><a class="hover-white" href="run://gtkctl papcolor yellow">
|
||||
<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>
|
||||
<div class="i">Yellow<br />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow.svg" />
|
||||
<img src="/usr/share/icons/Papirus/32x32/places/folder-yellow-music.svg" /><br />
|
||||
Yellow
|
||||
</a></div>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user