mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-11-16 09:24:58 +00:00
Compare commits
2 Commits
b4af9f76c3
...
6a830c5d42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a830c5d42 | ||
|
|
a7af07441f |
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
|
"height": 36,
|
||||||
"spacing": 5,
|
"spacing": 5,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"temperature",
|
"temperature",
|
||||||
|
|||||||
@ -70,7 +70,10 @@ tooltip label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button {
|
#taskbar button {
|
||||||
padding: 0 5px;
|
/* https://github.com/Alexays/Waybar/issues/3334 */
|
||||||
|
padding: 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray menu {
|
#tray menu {
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
#:use-module (gnu packages ci))
|
#:use-module (gnu packages ci))
|
||||||
|
|
||||||
(define-public cuirass/hako
|
(define-public cuirass/hako
|
||||||
(let ((commit "dfbc024c7d4865c1d7f91017bcdb6c1b3e8dffd9")
|
(let ((commit "37f6066f5385d11a05c1253757570a1ce4ade7bc")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(inherit cuirass)
|
(inherit cuirass)
|
||||||
(name "cuirass-hako")
|
(name "cuirass-hako")
|
||||||
@ -25,5 +25,5 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n713faaz8qbi4c3k7y6iz494jya8pbjysqgxiww4wr3y7vhhx9n"))))
|
"01k2xpj1xhwbbg7ppglkb29x2wlp0i01y1r8bkql4763gah07wc1"))))
|
||||||
(properties '((disable-updater? . #t))))))
|
(properties '((disable-updater? . #t))))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user