mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
This commit is contained in:
parent
5abe55e230
commit
837ffab89b
4 changed files with 31 additions and 1 deletions
26
nixos/home/yambar.nix
Normal file
26
nixos/home/yambar.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{ ... }: {
|
||||
programs.yambar = {
|
||||
enable = true;
|
||||
settings = {
|
||||
bar = {
|
||||
location = "top";
|
||||
height = 26;
|
||||
background = "00000066";
|
||||
|
||||
right = [
|
||||
{
|
||||
clock = {
|
||||
date-format = "%b %d %y";
|
||||
time-format = "%I:%M %p";
|
||||
content = [
|
||||
{
|
||||
string.text = "{date} {time}";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue