some updates
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
1b9e091214
commit
c818330a0d
5 changed files with 75 additions and 12 deletions
|
|
@ -13,9 +13,16 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
# configure noctalia here
|
||||
nightLight = {
|
||||
enabled = true;
|
||||
};
|
||||
dock = {
|
||||
enabled = false;
|
||||
};
|
||||
bar = {
|
||||
density = "compact";
|
||||
position = "left";
|
||||
density = "default";
|
||||
position = "top";
|
||||
floating = true;
|
||||
showCapsule = false;
|
||||
widgets = {
|
||||
left = [
|
||||
|
|
@ -38,6 +45,9 @@
|
|||
}
|
||||
];
|
||||
right = [
|
||||
{
|
||||
id = "Tray";
|
||||
}
|
||||
{
|
||||
alwaysShowPercentage = false;
|
||||
id = "Battery";
|
||||
|
|
@ -55,12 +65,12 @@
|
|||
};
|
||||
colorSchemes.predefinedScheme = "Monochrome";
|
||||
general = {
|
||||
avatarImage = "/home/drfoobar/.face";
|
||||
avatarImage = "/home/gwg313/.face";
|
||||
radiusRatio = 0.2;
|
||||
};
|
||||
location = {
|
||||
monthBeforeDay = true;
|
||||
name = "Toronto, Canada";
|
||||
name = "Ottawa, Canada";
|
||||
};
|
||||
};
|
||||
# this may also be a string or a path to a JSON file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue