Compare commits

..

No commits in common. "6a830c5d42b6bc02e33023d0237be317e4d375cb" and "b4af9f76c338f49ff6410218d037507139140036" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

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

View File

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

View File

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