Move wallpaper button into tile grid, add breathing room to side card icons

This commit is contained in:
2026-07-27 12:13:23 -04:00
parent 0c0c914431
commit 0dd174d8c7
2 changed files with 12 additions and 6 deletions
+4 -3
View File
@@ -364,7 +364,7 @@
.widget-icon-badge { .widget-icon-badge {
background-color: alpha(@accent, 0.18); background-color: alpha(@accent, 0.18);
border-radius: 8px; border-radius: 8px;
padding: 5px 8px; padding: 8px 11px;
color: @accent; color: @accent;
font-size: 16px; font-size: 16px;
} }
@@ -398,13 +398,14 @@
} }
.widget-stat-row { .widget-stat-row {
padding: 1px 0; padding: 2px 0;
} }
.widget-stat-icon { .widget-stat-icon {
color: @color5; color: @color5;
font-size: 13px; font-size: 13px;
min-width: 18px; min-width: 22px;
padding-right: 2px;
} }
.widget-level-bar { .widget-level-bar {
+8 -3
View File
@@ -92,9 +92,6 @@ function Header() {
<label class="cc-clock" label={clock} xalign={0} halign={Gtk.Align.START} /> <label class="cc-clock" label={clock} xalign={0} halign={Gtk.Align.START} />
<label class="cc-date" label={today} xalign={0} halign={Gtk.Align.START} /> <label class="cc-date" label={today} xalign={0} halign={Gtk.Align.START} />
</box> </box>
<button class="panel-icon-btn" tooltipText="Change wallpaper" onClicked={() => { closePanel(); sh("blob_wallpaper") }}>
<label label={""} />
</button>
<button class="panel-icon-btn" tooltipText="Lock" onClicked={() => { closePanel(); sh("omarchy-system-lock") }}> <button class="panel-icon-btn" tooltipText="Lock" onClicked={() => { closePanel(); sh("omarchy-system-lock") }}>
<label label={""} /> <label label={""} />
</button> </button>
@@ -147,6 +144,14 @@ function Toggles() {
sh("omarchy-launch-bluetooth") sh("omarchy-launch-bluetooth")
}} }}
/> />
<Tile
icon={""}
label="Wallpaper"
onClicked={() => {
closePanel()
sh("blob_wallpaper")
}}
/>
<Tile <Tile
icon={""} icon={""}
label="Silence" label="Silence"