This commit is contained in:
The-Repo-Club 2023-08-21 18:06:50 +01:00
parent 52851eae56
commit 41c292c60c
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
LastUsed=1692611448
LastUsed=1692638040
Message='Fully Updated'

View File

@ -93,14 +93,14 @@ class Widgets(object):
)
volume = widget.Volume(
fmt="Vol: {}",
fmt=": {}",
foreground=backgroundColor,
background=colorScheme[2],
padding=10,
)
backlight = widget.Backlight(
fmt="Backlight: {}",
fmt="󰞏 {}",
foreground=backgroundColor,
background=colorScheme[4],
padding=10,
@ -108,7 +108,7 @@ class Widgets(object):
)
net = widget.Net(
fmt="{}",
fmt="󰛳 {}",
format="{down} ↓↑ {up}",
foreground=backgroundColor,
background=colorScheme[5],
@ -155,7 +155,7 @@ class Widgets(object):
)
weather = widget.OpenWeather(
fmt=" {}",
fmt=" 󰖕 {}",
foreground=backgroundColor,
background=colorScheme[9],
location="Darlington,UK",