actually finishes up config
This commit is contained in:
parent
743971d1f9
commit
d429962719
3 changed files with 7 additions and 6 deletions
|
|
@ -98,6 +98,7 @@
|
|||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
gtk4.iconTheme = "Reversal-dark";
|
||||
};
|
||||
|
||||
# Services
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ window-rule {
|
|||
// Example: enable rounded corners for all windows.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
window-rule {
|
||||
geometry-corner-radius 20
|
||||
geometry-corner-radius 12
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,11 @@
|
|||
marginHorizontal = 8;
|
||||
widgets = {
|
||||
left = [
|
||||
{
|
||||
id = "ControlCenter";
|
||||
useDistroLogo = false;
|
||||
colorize = true;
|
||||
}
|
||||
{
|
||||
formatHorizontal = "HH:mm";
|
||||
formatVertical = "HH mm";
|
||||
|
|
@ -42,11 +47,6 @@
|
|||
{
|
||||
id = "SystemMonitor";
|
||||
}
|
||||
{
|
||||
id = "ControlCenter";
|
||||
useDistroLogo = false;
|
||||
colorize = true;
|
||||
}
|
||||
];
|
||||
center = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue