Small fixes
This commit is contained in:
parent
7b4dc9607b
commit
3ffde7fd46
3 changed files with 9 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
tileos-settings-river (1.0~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Small fixes
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 01 Dec 2023 22:03:04 +0400
|
||||||
|
|
||||||
tileos-settings-river (0.15~tileos) unstable; urgency=medium
|
tileos-settings-river (0.15~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Change default cursor theme to Catppuccin
|
* Change default cursor theme to Catppuccin
|
||||||
|
|
|
@ -59,7 +59,8 @@ pkill nwg-drawer
|
||||||
nwg-drawer -r & disown
|
nwg-drawer -r & disown
|
||||||
|
|
||||||
# Start PCmanFM-Qt as a daemon
|
# Start PCmanFM-Qt as a daemon
|
||||||
pcmanfm-qt -d
|
pkill pcmanfm-qt
|
||||||
|
pcmanfm-qt -d & disown
|
||||||
|
|
||||||
# Screenshot notification
|
# Screenshot notification
|
||||||
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 25,
|
"height": 30,
|
||||||
"modules-left": ["custom/menu", "river/tags", "river/window"],
|
"modules-left": ["custom/menu", "river/tags", "river/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue