generated from wm-packages/pika-hyprland-settings
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:
parent
0de8b3af9b
commit
1945a779a3
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
@ -1,4 +1,4 @@
|
||||
pikabar (1.0.0-101pika1) pika; urgency=medium
|
||||
pikabar (1.0.0-101pika2) pika; urgency=medium
|
||||
|
||||
* Pika 4 Inital Release
|
||||
|
||||
|
@ -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
|
||||
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"weather": {
|
||||
"isamerican": false,
|
||||
"city": "London",
|
||||
"weatherupdateinterval": 900
|
||||
},
|
||||
"sysinfoupdateinterval": "2s",
|
||||
"workspaces": 10
|
||||
}
|
Loading…
Reference in New Issue
Block a user