mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
Wttrbar
This commit is contained in:
parent
31c4192055
commit
48d87c74cd
1 changed files with 7 additions and 2 deletions
|
|
@ -233,9 +233,9 @@
|
|||
];
|
||||
|
||||
"custom/wttrbar" = {
|
||||
"format" = "{text}";
|
||||
"format" = "{text}°";
|
||||
"return-type" = "json";
|
||||
"exec" = "wttrbar -l Sacramento";
|
||||
"exec" = "wttrbar --location Sacramento";
|
||||
"interval" = 3600;
|
||||
};
|
||||
|
||||
|
|
@ -414,6 +414,11 @@
|
|||
#pulseaudio.muted {
|
||||
background-color: @surface1;
|
||||
}
|
||||
|
||||
#custom-wttrbar {
|
||||
background-color: @sky;
|
||||
color: @crust;
|
||||
}
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue