diff --git a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini index 0f4c5cad5..140a64537 100644 --- a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini +++ b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1692611448 +LastUsed=1692638040 Message='Fully Updated' diff --git a/qtile/.config/qtile/widgets.py b/qtile/.config/qtile/widgets.py index d463e1b92..f5dd3d05a 100644 --- a/qtile/.config/qtile/widgets.py +++ b/qtile/.config/qtile/widgets.py @@ -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",