Complete Overhaul of flake.nix

This commit is contained in:
2025-09-05 01:03:12 +02:00
parent 74bf1dc059
commit ebb83a7e8b
19 changed files with 757 additions and 670 deletions

View File

@@ -52,9 +52,12 @@ window {
/* properties for all widgets */
enabled: true;
border-radius: 12px;
border-radius: 1px;
cursor: "default";
background-color: @base;
border: 4px;
border-color: @yellow;
}
/* Main Box */
@@ -72,7 +75,7 @@ imagebox {
background-color: transparent;
background-image: url("~/.config/rofi/background.png", height);
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
children: [ "inputbar", "weatherelement", "dummy", "mode-switcher" ];
}
listbox {
@@ -83,6 +86,13 @@ listbox {
children: [ "message", "listview" ];
}
weatherelement {
border-radius: 20px;
background-color: transparent;
text-color: @peach;
str: "Hello This is text";
}
dummy {
background-color: transparent;
}