Compare commits
5 commits
4842ca9eb7
...
e8aa03ecb6
Author | SHA1 | Date | |
---|---|---|---|
|
e8aa03ecb6 | ||
|
f9287f75a8 | ||
|
aa95184783 | ||
|
59b2a495d1 | ||
|
bb865d26df |
4 changed files with 10 additions and 7 deletions
|
@ -60,7 +60,11 @@ create() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! vnc_running; then
|
if ! vnc_running; then
|
||||||
screen -d -m wayvnc -o "$vscreen_name" "$listen_address"
|
screen -S "Second screen (${vscreen_name})" -d -m \
|
||||||
|
wayvnc \
|
||||||
|
-v \
|
||||||
|
-o "$vscreen_name" \
|
||||||
|
"$listen_address"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ exec-once = waybar
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = artix-pipewire-loader
|
exec-once = artix-pipewire-loader
|
||||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
||||||
exec-once = mpd --no-daemon
|
|
||||||
exec-once = swayosd
|
exec-once = swayosd
|
||||||
exec-once = kitty & kitty sudo -i
|
exec-once = kitty & kitty sudo -i
|
||||||
exec-once = webcord
|
exec-once = webcord
|
||||||
|
|
|
@ -39,13 +39,13 @@
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{icon} {}",
|
"format": "{icon} {}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"notification": "<span foreground='magenta'><sup></sup></span>",
|
"notification": "",
|
||||||
"none": "",
|
"none": "",
|
||||||
"dnd-notification": "<span foreground='magenta'><sup></sup></span>",
|
"dnd-notification": "",
|
||||||
"dnd-none": "",
|
"dnd-none": "",
|
||||||
"inhibited-notification": "<span foreground='magenta'><sup></sup></span>",
|
"inhibited-notification": "",
|
||||||
"inhibited-none": "",
|
"inhibited-none": "",
|
||||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
"dnd-inhibited-notification": "",
|
||||||
"dnd-inhibited-none": ""
|
"dnd-inhibited-none": ""
|
||||||
},
|
},
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if cd "${1:-~/Git}"; then
|
if cd "${1:-${HOME}/Git}"; then
|
||||||
for repo in *; do
|
for repo in *; do
|
||||||
cd "$repo"
|
cd "$repo"
|
||||||
git pull
|
git pull
|
||||||
|
|
Loading…
Reference in a new issue