From fddbbcaac13fea074fbd3f417b17ccbb1a87fe3d Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 3 Aug 2022 00:13:09 +0200 Subject: [PATCH] t2 menu update --- usr/bin/jgtint2-pipe | 32 ++++++++++++++++++++++++++++++++ usr/bin/jgwallpaperchanger | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/usr/bin/jgtint2-pipe b/usr/bin/jgtint2-pipe index f221cf2..c813fa1 100755 --- a/usr/bin/jgtint2-pipe +++ b/usr/bin/jgtint2-pipe @@ -22,6 +22,8 @@ case $LANG in AUTOHIDE="Autoukrywanie ?" SIZEHIDDEN="Rozmiar gdy ukryty" ICONS="Ikony" + CLOCK_LINE1="" + CLOCK_LINE2="" RESET="Resetuj" TOP="Góra" BOTTOM="Dół" @@ -141,6 +143,9 @@ getvalues () { read SHRINK <<< "$(grep panel_shrink ${TINT} | cut -d'=' -f2)" read HIDE <<< "$(grep "autohide " ${TINT} | cut -d'=' -f2)" read ICONTHEME <<< "$(grep "launcher_icon_theme" ${TINT} | cut -d'=' -f2)" + read PANELITEMS <<< "$(grep "panel_items" ${TINT} | cut -d'=' -f2)" + read TF1 <<< "$(grep "time1_format" ${TINT} | cut -d'=' -f2)" + read TF2 <<< "$(grep "time2_format" ${TINT} | cut -d'=' -f2)" } qactions () { @@ -152,6 +157,32 @@ qactions () { out+=("$(printf "%-20s %20s" "$AUTOHIDE" "[ $HIDE ]"),^checkout(phide$i)") out+=("^sep()") out+=("$ICONS [ $ICONTHEME ],^checkout(iconthemes$i)") + # Clock + if [[ "$PANELITEMS" == *C* ]]; then + out+=("^sep()") + out+=("Clock line 1 [ $(date "+${TF1}") ],^checkout(cl1)") + out+=("Clock line 2 [ $(date "+${TF2}") ],^checkout(cl2)") + out2+=("^tag(cl1)") + out2+=("^sep(Clock first line)") + out2+=("$(date +"%H:%M") (%H:%M),t2ctl clockline1 '%H:%M' ${TINT};$me") + out2+=("$(date +"%I:%M %p") (%I:%M %p),t2ctl clockline1 '%I:%M %p' ${TINT};$me") + out2+=("$(date +"%-I:%M %p") (%I-:%M %p),t2ctl clockline1 '%-I:%M %p' ${TINT};$me") + out2+=("$(date +"%H:%M:%S") (%H:%M:%S),t2ctl clockline1 '%H:%M:%S' ${TINT};$me") + + out2+=("^tag(cl2)") + out2+=("^sep(Clock second line )") + out2+=("none,t2ctl clockline2 none ${TINT};$me") + out2+=("^sep()") + out2+=("$(date +"%A %d %B") (%A %d %B),t2ctl clockline2 '%A %d %B' ${TINT};$me") + out2+=("$(date +"%a %d %b") (%a %d %b),t2ctl clockline2 '%a %d %b' ${TINT};$me") + out2+=("$(date +"%x") (%x),t2ctl clockline2 '%x' ${TINT};$me") + out2+=("$(date +"%m-%d-%Y") (%m-%d-%Y),t2ctl clockline2 '%m-%d-%Y' ${TINT};$me") + out2+=("$(date +"%F") (%F),t2ctl clockline2 '%F' ${TINT};$me") + + fi + # END Clock + + out+=("^sep()") if [ -f "/usr/share/mabox/lang/${LNG}/.config/tint2/${TINT2}" ];then out+=("$RESET,t2ctl reset ${TINT2};me") @@ -248,6 +279,7 @@ qactions () { out2+=("4,t2ctl hideheight 4 ${TINT}") out2+=("5,t2ctl hideheight 5 ${TINT}") } +out+=("^sep($TITLE)") out+=("^sep($APPS)") out+=("$LAUNCHERS,jgtint2launcher") if [ "$(pidof tint2)" ];then diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index cba0692..72622a0 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -98,12 +98,13 @@ out2+=("^tag(interval)") for i in 3 5 10 30 60 120 300 600 1800 3600; do out2+=("$(printf " %4s,%s" "$i" "mb-setvar interval=${i} $CONFIG_FILE;$me")");done ### RUN -if [[ $1 == "-s" || $1 == "-c" ]]; then +if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" ]]; then . /usr/share/mb-jgtools/pipemenu-standalone.cfg out+=("^sep()") case "$1" in -s) out+=(" ⮜ $LEFTPANEL,mb-jgtools places");; -c) out+=(" ⮜ Colorizer,colorizer -s");; + -u) out+=(" ⮜ Settings menu,mb-jgtools settings");; esac . $HOME/.config/mabox/mabox.conf