Update Pikabar package to v1.0.0-101pika2, add default config, and ensure permissions for the user’s config directory

This commit is contained in:
ferreo 2024-11-17 15:22:54 +00:00
parent 0de8b3af9b
commit 1945a779a3
4 changed files with 12 additions and 2 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1,4 +1,4 @@
pikabar (1.0.0-101pika1) pika; urgency=medium
pikabar (1.0.0-101pika2) pika; urgency=medium
* Pika 4 Inital Release

View File

@ -10,6 +10,7 @@ if [ "$(ls -A /home)" ]; then
if [ ! -f "${u}/.config/pikabar/config.json" ]; then
mkdir -p "${u}/.config/pikabar/"
cp -af /etc/skel/.config/pikabar/. "${u}/.config/pikabar/"
chown -R "${u}:${u}" "${u}/.config/pikabar/"
fi
fi
done

View File

@ -0,0 +1,9 @@
{
"weather": {
"isamerican": false,
"city": "London",
"weatherupdateinterval": 900
},
"sysinfoupdateinterval": "2s",
"workspaces": 10
}