Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
283c93d071 | |||
ef0491023f | |||
e1cabc24a3 | |||
4ded5ac5a2 | |||
dcee065c37 |
@ -117,7 +117,7 @@ case "$LANG" in
|
||||
RUNNING_CONKIES="Uruchomione Conky"
|
||||
STOP_ALL="Zatrzymaj wszystkie"
|
||||
MORECONKIES="Więcej Conky..."
|
||||
CLICKTOSTART="Kliknij aby uruchomić"
|
||||
CLICKTOSTART="<b>Uruchom</b> więcej Conky..."
|
||||
STARTALL="Uruchom wszystkie"
|
||||
RESET="Resetuj"
|
||||
RESETALL="Resetuj wszystkie"
|
||||
@ -175,7 +175,7 @@ case "$LANG" in
|
||||
RUNNING_CONKIES="Running Conkys"
|
||||
STOP_ALL="Stop All"
|
||||
MORECONKIES="More Conkies Available"
|
||||
CLICKTOSTART="...click to start"
|
||||
CLICKTOSTART="<b>Start</b> more Conkies..."
|
||||
STARTALL="Start all"
|
||||
RESET="Reset"
|
||||
RESETALL="Reset all to defaults"
|
||||
@ -290,6 +290,8 @@ if pgrep -u $USER -af "conky.*mbcolor" >/dev/null; then
|
||||
else # too many conkies not started -> show them in submenu
|
||||
out+=("$CLICKTOSTART (${#notstarted[@]}),^checkout(nstarted)")
|
||||
out2+=("^tag(nstarted)")
|
||||
out2+=("^sep($CLICKTOSTART)")
|
||||
|
||||
for c in ${notstarted[@]};do
|
||||
filename=${c##*/}
|
||||
name=${filename%%_mb*}
|
||||
|
@ -264,7 +264,7 @@ getvalues
|
||||
# Current colors
|
||||
currcolors="${MBG}|${MBGA}|${MBGT}|${MBGTA}|${MBORDER}|${MBORDERA}|${TBG}|${TBGA}|${TFG}|${TFGA}|${TBORDER}|${TBORDERA}|${NORMBG}|${NORMBGA}|${NFG}|${NFGA}|${SBG}|${SBGA}|${SFG}|${SFGA}|${SBORDER}|${SBORDERA}|${SEPFG}|${SEPFGA}|${jgtools_border}|${jgtools_radius}|${jgtools_padding}|${submenu_spacing}|${IBORDER}|${IRADIUS}|${arrow_string}|${arrow_string_left}|${SEPHALIGN}|${GRADIENT}|"
|
||||
#echo "${currcolors}" > ~/.config/mabox/.menu_colors
|
||||
notify-send.sh "Currcolors" "${currcolors}"
|
||||
###notify-send.sh "Currcolors" "${currcolors}"
|
||||
if [ ! -f "$USERSCHEMES" ]; then
|
||||
mkdir -p "$HOME/.config/colorizer/menus/"
|
||||
echo " MBG |opa| MBGT |opa|MBORDER|opa| TBG |opa| TFG |opa|TBORDER|opa|NORMBG |opa| NFG |opa| SBG |opa| SFG |opa|SBORDER|opa| SEPFG |opa|B|R|P|SS|IB|IR|A|AL|SEPHAL|GRADIENT|scheme_name" > "$USERSCHEMES"
|
||||
|
35
bin/conkyctl
35
bin/conkyctl
@ -717,28 +717,28 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
||||
if [[ "$1" =~ "quoter" ]]; then
|
||||
case "$LANG" in
|
||||
pl*)
|
||||
FONTSIZE="Rozmiar czcionki"
|
||||
FONTSIZE="Czcionka i rozmiar"
|
||||
QUOTE_FSIZE="Cytat"
|
||||
AUTHOR_FSIZE="Autor"
|
||||
EDIT_CONF="Edytuj plik konfiguracyjny"
|
||||
RELOAD="Przeładuj"
|
||||
;;
|
||||
es*)
|
||||
FONTSIZE="Font size"
|
||||
FONTSIZE="Font size & family"
|
||||
QUOTE_FSIZE="Quote"
|
||||
AUTHOR_FSIZE="Author"
|
||||
EDIT_CONF="Edit conf file"
|
||||
RELOAD="Reload"
|
||||
;;
|
||||
*)
|
||||
FONTSIZE="Font size"
|
||||
FONTSIZE="Font size & family"
|
||||
QUOTE_FSIZE="Quote"
|
||||
AUTHOR_FSIZE="Author"
|
||||
EDIT_CONF="Edit conf file"
|
||||
RELOAD="Reload"
|
||||
;;
|
||||
esac
|
||||
Q_CFG="$HOME/.config/quoter/quoter.cfg"
|
||||
Q_CFG="$HOME/.config/quoter/quoter.conf"
|
||||
source "$Q_CFG"
|
||||
out+=("^sep($FONTSIZE)")
|
||||
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
|
||||
out2+=("${i},mb-setvar author_fontsize=$i $Q_CFG;conkyctl restartone ${1};$me")
|
||||
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
|
||||
|
||||
out+=("^sep($COLORS)")
|
||||
@ -1192,7 +1208,11 @@ do
|
||||
|
||||
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 () {
|
||||
case "$1" in
|
||||
@ -1214,6 +1234,8 @@ do
|
||||
stippled_borders_all ${stip}
|
||||
draw_borders_all ${bord}
|
||||
done < <(awk 'NR == n' n=$2 "$SCHEMEFILE")
|
||||
|
||||
fix_transparent_conkies
|
||||
}
|
||||
|
||||
|
||||
@ -1297,6 +1319,8 @@ else # light
|
||||
color1_all "${pal[8]}"
|
||||
color2_all "${pal[1]}"
|
||||
fi
|
||||
|
||||
fix_transparent_conkies
|
||||
colorizer-conky -s 2>/dev/null
|
||||
}
|
||||
monoone () {
|
||||
@ -1397,5 +1421,6 @@ case "$1" in
|
||||
baseconky_info) baseconky_info;;
|
||||
mono) mono "$2" "$3";;
|
||||
monoone) monoone "$2" "$3" "$4";;
|
||||
fix_transparent_conkies)fix_transparent_conkies;;
|
||||
*) : ;;
|
||||
esac
|
||||
|
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
|
||||
|
@ -467,7 +467,7 @@ themefile=$(find /usr/share/mb-jgtools/jgobthemes/ -type f -name *.colorrc |shuf
|
||||
cat ${themefile} > ~/.config/mabox/jgobthemes/MBcolors.colorrc
|
||||
}
|
||||
applyoldscheme(){
|
||||
notify-send.sh "th" "${1}"
|
||||
#notify-send.sh "th" "${1}"
|
||||
mb-setvar jgmenu_theme=MBcolors
|
||||
cat ${1} > ~/.config/mabox/jgobthemes/MBcolors.colorrc
|
||||
}
|
||||
|
43
bin/quote.sh
43
bin/quote.sh
@ -1,23 +1,52 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$HOME/.config/quoter"
|
||||
mkdir -p "$DIR"
|
||||
CNF_FILE="$DIR/quoter.cfg"
|
||||
CNF_FILE="$DIR/quoter.conf"
|
||||
|
||||
notify(){
|
||||
source <(grep = $CNF_FILE)
|
||||
quotes=${quotes_file:-"/usr/share/mabox/quotes.txt"}
|
||||
Q=$(shuf -n 1 "${quotes}")
|
||||
QUOTE=${Q%|*}
|
||||
AUTOR=${Q#*|}
|
||||
notify-send.sh -t 15000 --icon=$HOME/.config/mabox/wpicon.png "${AUTOR}\n" "${QUOTE}" --action="Next:quote.sh -n"
|
||||
}
|
||||
|
||||
conky() {
|
||||
|
||||
if [ ! -f $CNF_FILE ]; then
|
||||
cat <<EOF > ${CNF_FILE}
|
||||
quote_fontsize=12
|
||||
author_fontsize=10
|
||||
font_name="Ubuntu"
|
||||
EOF
|
||||
fi
|
||||
source <(grep = $CNF_FILE)
|
||||
qfsize=${quote_fontsize:-12}
|
||||
afsize=${author_fontsize:-10}
|
||||
fontname=${font_name:-"Source Code Pro"}
|
||||
quotes=${quotes_file:-"/usr/share/mabox/quotes.txt"}
|
||||
|
||||
export Q=$(curl -s "http://api.forismatic.com/api/1.0/?method=getQuote&format=json&lang=en" | sed 's|\\||g' )
|
||||
QUOTE=$(echo $Q | jq .quoteText)
|
||||
AUTOR=$(echo $Q | jq .quoteAuthor | tr -d '"')
|
||||
echo "${QUOTE}|${AUTOR}" >> "${DIR}"/forismatic.txt
|
||||
|
||||
printf "\${font Droid Sans:size=$qfsize}\${color}"
|
||||
Q=$(shuf -n 1 "${quotes}")
|
||||
|
||||
|
||||
QUOTE=${Q%|*}
|
||||
AUTOR=${Q#*|}
|
||||
#QUOTE=$(crow -b $(echo $Q | jq .quoteText))
|
||||
#AUTOR=$(echo $Q | jq .quoteAuthor | tr -d '"')
|
||||
#echo "${QUOTE}|${AUTOR}" >> "${DIR}"/forismatic.txt
|
||||
|
||||
#QUOTE="Kto to jest Hiszpania? i dlaczego był Hitler?"
|
||||
#AUTOR="Nieznany Zenon"
|
||||
|
||||
printf "\${font ${fontname}:size=$qfsize}\${color}"
|
||||
echo ${QUOTE} | fmt -80
|
||||
printf "\${font Droid Sans:size=$afsize}\${alignr}\${color0}"
|
||||
printf "\${font ${fontname}:size=$afsize}\${alignr}\${color0}"
|
||||
echo "${AUTOR}"
|
||||
}
|
||||
case "$1" in
|
||||
-n) notify;;
|
||||
*) conky;;
|
||||
esac
|
||||
|
@ -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
|
||||
@ -102,6 +104,7 @@ conky_colors() {
|
||||
#bars/graphs color
|
||||
#random
|
||||
conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}"
|
||||
conkyctl fix_transparent_conkies
|
||||
|
||||
}
|
||||
conky_colorsone () {
|
||||
@ -120,7 +123,7 @@ conky_colorsone () {
|
||||
conkyctl color1 "${w[5]}" "${2}"
|
||||
;;
|
||||
esac
|
||||
conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}" "${2}"
|
||||
#conkyctl color2_all "${accents[ $RANDOM % ${#accents[@]} ]}" "${2}"
|
||||
}
|
||||
pyradio_theme() {
|
||||
case "$1" in
|
||||
|
@ -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