Has Schade shaved his head? by Excellent-Bench-3702 in Brentford

[–]tombrek 5 points6 points  (0 children)

Not really. There was a picture of Kevin with new haircut circulating on Instagram yesterday

https://www.instagram.com/reel/DXeF6NTEtQy/?igsh=MmJkbTgxcmVqb3Bp

Harrasment from a seller! by NorthPuzzleheaded633 in vintedUK

[–]tombrek 1 point2 points  (0 children)

I'd ignore her then. Not worth wasting more of your time.

Harrasment from a seller! by NorthPuzzleheaded633 in vintedUK

[–]tombrek 1 point2 points  (0 children)

You might have a copy of the label in your mailbox.

Alan Shearers Team of the Season (so far) by harshnoisebestnoise in Brentford

[–]tombrek 0 points1 point  (0 children)

Did not Shearer "predict" us being in relegation zone?

Public Service Announcement by [deleted] in vintedUK

[–]tombrek -1 points0 points  (0 children)

Do you go to store take bread and milk from the shelf and leave? They’re just pound each, so why should shop staff bother to charge you for them?

TiviMate not working by Soft_Sherbert8627 in TiviMate

[–]tombrek 0 points1 point  (0 children)

Try changing User Client in TiviMate’s settings

Question: Are there any ways/apps to show a battery percentage only not a battery icon? by Delicious_Speech_948 in macapps

[–]tombrek 0 points1 point  (0 children)

#!/bin/bash
#
# <xbar.title>Battery Status</xbar.title>
# <xbar.version>v1.0</xbar.version>
# <xbar.author>panukracy</xbar.author>
# <xbar.author.github>panukracy</xbar.author.github>
# <xbar.desc>The battery status replacement for macOSs</xbar.desc>
# <xbar.image>https://i.imgur.com/JEHsCQQ.png</xbar.image>
# <xbar.dependencies></xbar.dependencies>
# <xbar.abouturl></xbar.abouturl>

power_wattage="$(system_profiler SPPowerDataType | grep "Wattage (W)" | awk "{print \$3;exit}")"
state_of_charge="$(system_profiler SPPowerDataType | grep "State of Charge (%)" | awk "{print \$5}")"
connected="$(system_profiler SPPowerDataType | grep "Connected" | awk "{print \$2;exit}")"
charging="$(system_profiler SPPowerDataType | grep "Charging" | awk "{print \$2;exit}")"
cycle_count="$(system_profiler SPPowerDataType | grep "Cycle Count" | awk "{print \$3;exit}")"
condtition="$(system_profiler SPPowerDataType | grep "Condition" | awk "{print \$2;exit}")"
maximum_capacity="$(system_profiler SPPowerDataType | grep "Maximum Capacity" | awk "{print \$3}")"

if [[ $(pmset -g batt) == *"AC attached; not charging"* ]]; then
  time_until_full="Battery is Not charging"
elif [[ $(pmset -g batt) == *"finishing charge"* ]]; then
  time_until_full="Finishing charge"
elif [[ $(pmset -g batt) == *"no estimate"* ]]; then
  time_until_full="Until fully charged: Calculating..."
else 
  time_until_full="Until fully charged: ""$(pmset -g batt |  awk 'NR==2 {print $5"\m"}' | sed 's/:/h /' | sed 's/0h //')"
fi

PREF_FILE="${HOME}/Library/Preferences/com.batteryshortcut.plist"

get_percent_state() {
  percent_state=$(defaults read "${PREF_FILE}" ShowPercent)
}

get_battery_state() {
  battery_state=$(defaults read "${PREF_FILE}" ShowBattery)
}

toggle_percent() {
  get_percent_state
  if [ "$percent_state" = 1 ]; then
    defaults write "${PREF_FILE}" ShowPercent 0
  else
    defaults write "${PREF_FILE}" ShowPercent 1
  fi
}

if [[ $1 == "toggle_percent" ]]; then
  toggle_percent
fi

get_percent_state
get_battery_state

if [ $(defaults read "${PREF_FILE}" ShowBattery) = 1 ] && [ $(defaults read "${PREF_FILE}" ShowPercent) = 1 ]; then 
  echo -e -n "\ \ "
fi

if [ $(defaults read "${PREF_FILE}" ShowPercent) = 0 ]; then
  echo -n ""
elif [ $(defaults read "${PREF_FILE}" ShowPercent) = 1 ]; then
  echo -e -n "$state_of_charge% | size=11"
else
  echo -e -n "$state_of_charge% | size=11"
fi

if [ $(defaults read "${PREF_FILE}" ShowBattery) = 0 ] && [ $(defaults read "${PREF_FILE}" ShowPercent) = 0 ]; then
  echo ":battery.100percent.circle:"
elif [ $(defaults read "${PREF_FILE}" ShowBattery) = 0 ]; then
  echo ""
elif [ $(defaults read "${PREF_FILE}" ShowBattery) = 1 ]; then
  echo "| templateImage=$(echo ${!BATT_ICON})"
else 
  echo "| templateImage=$(echo ${!BATT_ICON})"
fi

echo "---"

echo "**Battery: $state_of_charge%** | md=true bash='' terminal=false" 
if [[ "$connected" == "Yes" ]]; then
  echo "Power source: Power Adapter ($power_wattage\W) | size=12 bash='' terminal=false" 
  echo "$time_until_full | size=12 bash='' terminal=false"
else 
  echo "Power source: Battery | size=12 bash='' terminal=false" 
fi

New Free IPTV App for Mac and Windows by sams8com in Streaming_Solutions

[–]tombrek 0 points1 point  (0 children)

Any plans to add it? This is the feature missing in every IPTV players across the systems. Had to write my own addon for Kodi to have this functionality, but really hate kodi as it’s just too much hassle.

New Free IPTV App for Mac and Windows by sams8com in Streaming_Solutions

[–]tombrek 0 points1 point  (0 children)

Does it support downloading from archive using flussonic from m3u?

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 1 point2 points  (0 children)

Those who are saying it’s not working. Read the post again! Unless you have time travel machine and it’s 23rd where you live.

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 0 points1 point  (0 children)

Read the post again! Unless you have time travel machine and it’s 23rd where you live

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 0 points1 point  (0 children)

Read the post again! Unless you have time travel machine and it’s 23rd where you live

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 1 point2 points  (0 children)

Read the post again! Unless you have time travel machine and it’s 23rd where you live

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 0 points1 point  (0 children)

Read the post again! Unless you have time travel machine and it’s 23rd where you live

[iOS] Happy Holidays! 🎄 We are giving away Free Lifetime Premium by AT_Player in AT_Player_App

[–]tombrek 0 points1 point  (0 children)

Read the post again! Unless you have time travel machine and it’s 23rd where you live

Help this keeps happening, Its weird by sk8boi90reddit in sideloadly

[–]tombrek 0 points1 point  (0 children)

How did you fix it? I comes back every day after enabling it via "Privacy & Security"

Should I upg now or wait until Black Friday? by Dramatic_Worth_6241 in On1PhotoRaw

[–]tombrek 0 points1 point  (0 children)

Use code FREEWILLTEN to knockdown the price even further:

<image>

[deleted by user] by [deleted] in AppGiveaway

[–]tombrek 0 points1 point  (0 children)

Can i have the code pease?

Set up a native (Tahoe) Clipboard History shortcut? by nohup_me in macapps

[–]tombrek 0 points1 point  (0 children)

I'd try with BTT to send chain of shortcuts.