Compare commits
No commits in common. "e8aa03ecb65f8193473643ad6624f30184d5c796" and "4842ca9eb7ab7f6f41a027f4054280319933c712" have entirely different histories.
e8aa03ecb6
...
4842ca9eb7
4 changed files with 7 additions and 10 deletions
|
@ -60,11 +60,7 @@ create() {
|
|||
fi
|
||||
|
||||
if ! vnc_running; then
|
||||
screen -S "Second screen (${vscreen_name})" -d -m \
|
||||
wayvnc \
|
||||
-v \
|
||||
-o "$vscreen_name" \
|
||||
"$listen_address"
|
||||
screen -d -m wayvnc -o "$vscreen_name" "$listen_address"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ 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
|
||||
|
|
|
@ -39,13 +39,13 @@
|
|||
"tooltip": false,
|
||||
"format": "{icon} {}",
|
||||
"format-icons": {
|
||||
"notification": "",
|
||||
"notification": "<span foreground='magenta'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "",
|
||||
"dnd-notification": "<span foreground='magenta'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
"inhibited-notification": "",
|
||||
"inhibited-notification": "<span foreground='magenta'><sup></sup></span>",
|
||||
"inhibited-none": "",
|
||||
"dnd-inhibited-notification": "",
|
||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
if cd "${1:-${HOME}/Git}"; then
|
||||
if cd "${1:-~/Git}"; then
|
||||
for repo in *; do
|
||||
cd "$repo"
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue