Compare commits

..

5 commits

4 changed files with 10 additions and 7 deletions

View file

@ -60,7 +60,11 @@ create() {
fi
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
}

View file

@ -4,7 +4,6 @@ exec-once = waybar
exec-once = hyprpaper
exec-once = artix-pipewire-loader
exec-once = /usr/lib/xdg-desktop-portal-hyprland
exec-once = mpd --no-daemon
exec-once = swayosd
exec-once = kitty & kitty sudo -i
exec-once = webcord

View file

@ -39,13 +39,13 @@
"tooltip": false,
"format": "{icon} {}",
"format-icons": {
"notification": "󰂚<span foreground='magenta'><sup></sup></span>",
"notification": "󰂚",
"none": "󰂚",
"dnd-notification": "󰂛<span foreground='magenta'><sup></sup></span>",
"dnd-notification": "󰂛",
"dnd-none": "󰂛",
"inhibited-notification": "󰂚<span foreground='magenta'><sup></sup></span>",
"inhibited-notification": "󰂚",
"inhibited-none": "󰂚",
"dnd-inhibited-notification": "󰂛<span foreground='red'><sup></sup></span>",
"dnd-inhibited-notification": "󰂛",
"dnd-inhibited-none": "󰂛"
},
"return-type": "json",

View file

@ -1,5 +1,5 @@
#!/bin/sh
if cd "${1:-~/Git}"; then
if cd "${1:-${HOME}/Git}"; then
for repo in *; do
cd "$repo"
git pull