Skip to content
Snippets Groups Projects
Commit 309c9cfe authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/waybar: fix clock module in default config

parent 3acf27ef
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz> # Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=waybar pkgname=waybar
pkgver=0.9.8 pkgver=0.9.8
pkgrel=1 pkgrel=2
pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors" pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
url="https://github.com/Alexays/Waybar/" url="https://github.com/Alexays/Waybar/"
arch="all" arch="all"
...@@ -25,7 +25,9 @@ makedepends=" ...@@ -25,7 +25,9 @@ makedepends="
spdlog-dev spdlog-dev
" "
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://github.com/Alexays/Waybar/archive/$pkgver/Waybar-$pkgver.tar.gz" source="https://github.com/Alexays/Waybar/archive/$pkgver/Waybar-$pkgver.tar.gz
config-fix-clock.patch
"
options="!check" # No test suite options="!check" # No test suite
builddir="$srcdir/Waybar-$pkgver" builddir="$srcdir/Waybar-$pkgver"
...@@ -55,4 +57,5 @@ package() { ...@@ -55,4 +57,5 @@ package() {
sha512sums=" sha512sums="
5c65b04cf0ae2e4cdff2b58c6b733a10a8b8d8acbb8f4f4519a0542be759fb6e84e46c323e4b8611ed25bda8bd322ee7a09cb697ed378e120841ce324021b104 Waybar-0.9.8.tar.gz 5c65b04cf0ae2e4cdff2b58c6b733a10a8b8d8acbb8f4f4519a0542be759fb6e84e46c323e4b8611ed25bda8bd322ee7a09cb697ed378e120841ce324021b104 Waybar-0.9.8.tar.gz
173857d836630925658af5d1c1aa3630fe91d08a8bad09a63d724fd6dc622fc063a9bc936008dfe776573a263f1a90ad9d9f3e11eba6930448dc0a132e106af2 config-fix-clock.patch
" "
Fix https://github.com/Alexays/Waybar/issues/698
--- a/resources/config
+++ b/resources/config
@@ -75,7 +75,8 @@
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
- "format-alt": "{:%Y-%m-%d}"
+ "format-alt": "{:%Y-%m-%d}",
+ "locale": "C"
},
"cpu": {
"format": "{usage}% ",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment