New backup 2025-07-18 15:45:01

This commit is contained in:
Penelope Gwen 2025-07-18 15:45:01 -07:00
parent 130dd761eb
commit 99279e6e1b
3 changed files with 16 additions and 2 deletions

View file

@ -307,7 +307,7 @@ $home-widget-border-hover-color: rgba($color5,0.3);
// background-color: $home-widget-bg-color;
color: $home-button-fg-color;
// margin: 0px;
padding: 5px;
padding: 8px;
.weather-subtitle{
font-size: 0.8em;
color: $home-widget-subtitle-color;

View file

@ -21,7 +21,6 @@
:class "weather"
:orientation "v"
:width 250
:height 100
:space-evenly true
"${json.condition} ${json.icon}"
"${json.current_temp}󰔅  / ${json.humidity}% "

View file

@ -0,0 +1,15 @@
#!/bin/bash
#playerctl --follow metadata --format '{{ title }}' | {
playerctl metadata --format '{{ title }}\n{{ artist }}'
#playerctl metadata --format '{{ title }}\n{{ artist }}' | {
# while read -r nowplaying_title; do
# if [ ${#nowplaying_title} -ge 45 ];then
# echo "${nowplaying_title:0:40}…"
# else
# echo "${nowplaying_title}"
# fi
# echo "${nowplaying_title}" | head -c 50;
# done
#}