Compare commits

...

2 Commits

Author SHA1 Message Date
0eb25b77a6 added rice pics 2025-08-12 21:12:07 +02:00
30b83934d1 increased interval for pixelbuds 2025-08-09 20:52:06 +02:00
5 changed files with 9 additions and 6 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# desktop rice
![image not found](./rice.png)

View File

@@ -5,8 +5,8 @@ SETUVAR DATABASE_URL:sqlite\x3adatabase\x2esqlite
SETUVAR GLFW_IM_MODULE:ibus
SETUVAR MANPAGER:sh\x20\x2dc\x20\x27col\x20\x2dbx\x20\x7c\x20bat\x20\x2dl\x20man\x20\x2dp\x27
SETUVAR RUST_LOG:debug
SETUVAR --export SSH_AGENT_PID:966
SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXXTYVBUH/agent\x2e965
SETUVAR --export SSH_AGENT_PID:967
SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXX7Ck8nI/agent\x2e966
SETUVAR SXHKD_SHELL:/usr/bin/bash
SETUVAR ZO_CMD:zo
SETUVAR Z_CMD:z

View File

@@ -5,9 +5,9 @@
# exec-once = uwsm app -- waybar
# exec-once = uwsm app -- nextcloud --background
exec-once = uwsm app -- nm-applet
exec-once = uwsm app -- rclone mount google_drive: ~/gdrive
exec-once = rclone mount google_drive: ~/gdrive
exec-once = uwsm app -- protonvpn-app
exec-once = uwsm app -- hyprpaper
exec-once = uwsm app -- /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized &> /dev/null
exec-once = uwsm app -- sleep 10 && ~/.config/hypr/scripts/replay-ctrl.sh start
exec-once = sleep 5 && ~/.config/hypr/scripts/replay-ctrl.sh start
# exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland

BIN
rice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -112,14 +112,14 @@
"format": "{}",
"return-type": "json",
"exec": "~/.config/waybar/scripts/pixelbuds.sh",
"interval": 1,
"interval": 10,
"on-click": "bluetoothctl disconnect B4:23:A2:09:D3:53"
},
"custom/anc": {
"format": "{}",
"return-type": "json",
"exec": "~/.config/waybar/scripts/anc_control.sh",
"interval": 1,
"interval": 10,
"on-click": "~/.config/waybar/scripts/anc_control.sh off",
"on-click-right": "~/.config/waybar/scripts/anc_control.sh cycle"
},