feat: shared hyprpaper
This commit is contained in:
@@ -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>",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user