Compare commits

...

2 Commits

Author SHA1 Message Date
Hilton Chain
6a830c5d42
rosenthal: cuirass-hako: Update to 1.2.0-1.37f6066.
* modules/rosenthal/packages/ci.scm (cuirass/hako): Update to 1.2.0-1.37f6066.
2025-07-03 03:55:11 +08:00
Hilton Chain
a7af07441f
examples: waybar: Set height and fix taskbar padding.
* modules/rosenthal/examples/waybar/config.jsonc: Set height to 36.
* modules/rosenthal/examples/waybar/style.css (#taskbar button): Fix padding.
2025-07-03 00:17:46 +08:00
3 changed files with 8 additions and 4 deletions

View File

@ -5,6 +5,7 @@
{
"layer": "top",
"height": 36,
"spacing": 5,
"modules-left": [
"temperature",

View File

@ -70,7 +70,10 @@ tooltip label {
}
#taskbar button {
padding: 0 5px;
/* https://github.com/Alexays/Waybar/issues/3334 */
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
#tray menu {

View File

@ -10,8 +10,8 @@
#:use-module (gnu packages ci))
(define-public cuirass/hako
(let ((commit "dfbc024c7d4865c1d7f91017bcdb6c1b3e8dffd9")
(revision "0"))
(let ((commit "37f6066f5385d11a05c1253757570a1ce4ade7bc")
(revision "1"))
(package
(inherit cuirass)
(name "cuirass-hako")
@ -25,5 +25,5 @@
(file-name (git-file-name name version))
(sha256
(base32
"0n713faaz8qbi4c3k7y6iz494jya8pbjysqgxiww4wr3y7vhhx9n"))))
"01k2xpj1xhwbbg7ppglkb29x2wlp0i01y1r8bkql4763gah07wc1"))))
(properties '((disable-updater? . #t))))))