feat: shared hyprpaper

This commit is contained in:
2026-03-31 18:55:17 -04:00
parent 2eabf8290a
commit 3762c33a8d
7 changed files with 20 additions and 18 deletions

View File

@@ -91,7 +91,7 @@
}
},
"clock": {
"format": "󰃰 {:%a %d %b} 󰥔 {:%H:%M}",
"format": "{:%R %a %d %b}",
"rotate": 0,
"on-click": "walker",
"tooltip-format": "<tt>{calendar}</tt>",

View File

@@ -46,9 +46,10 @@ tooltip {
#memory,
#tray,
#custom-power {
background: @background;
border: 1px solid alpha(@accent-alt, 0.22);
background: alpha(@background, 0.56);
border: 1px solid alpha(@foreground, 0.14);
border-radius: 14px;
box-shadow: 0 8px 24px alpha(@background, 0.22);
margin: 0 5px;
padding: 0 12px;
min-height: 34px;
@@ -141,7 +142,7 @@ tooltip {
#custom-power:hover,
#clock:hover {
box-shadow: none;
background: @background-alt;
background: alpha(@background-alt, 0.68);
}
#custom-launcher:hover,