fuck it, add UTC to waybar

This commit is contained in:
notgne2 2021-12-23 05:55:50 -07:00
parent d58d8365bf
commit 69b821eecd
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -369,7 +369,7 @@ in
height = null;
modules-left = [ "sway/workspaces" "custom/spacer" "custom/weather-temp" "custom/weather-precip" "custom/weather-wind" ];
modules-center = [ "clock#1" "clock#2" "custom/spacer" "mpd" "custom/spacer" "clock#3" ];
modules-center = [ "clock#1" "clock#2" "custom/spacer" "mpd" "custom/spacer" "clock#3" "custom/spacer" "clock#4" ];
modules-right = [ "pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu" ] ++ lib.optionals cfg.battery [ "custom/spacer" "battery" ] ++ [ "custom/spacer" "tray" ];
modules = {
@ -425,6 +425,11 @@ in
tooltip = false;
format = "{:%I:%M %p}";
};
"clock#4" = {
tooltip = false;
timezone = "Etc/UTC";
format = "{:%H:%M} UTC";
};
pulseaudio = {
format = "{icon} {volume}%";
@ -474,7 +479,7 @@ in
}
#custom-spacer {
font-size: 15px;
font-size: 12px;
color: #${config.colors.base16.base00};
font-weight: bold;
margin: 0;
@ -485,6 +490,7 @@ in
#clock.1,
#clock.2,
#clock.3,
#clock.4,
#pulseaudio,
#memory,
#cpu,