mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 21:27:20 +02:00
Compare commits
No commits in common. "ca61d280cedc1f94e6c0a91699a5712e42717e47" and "ce15e83a40ad9bc0c04ca539e7f96ba70655ca69" have entirely different histories.
ca61d280ce
...
ce15e83a40
@ -87,10 +87,10 @@ repos:
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
# - repo: https://github.com/get-woke/woke
|
||||
# rev: "v0.19.0"
|
||||
# hooks:
|
||||
# - id: woke-from-source
|
||||
- repo: https://github.com/get-woke/woke
|
||||
rev: "v0.19.0"
|
||||
hooks:
|
||||
- id: woke-from-source
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
|
@ -39,6 +39,12 @@ ExecStart=/home/linuxbrew/.linuxbrew/bin/ipfs daemon --routing=dht --enable-gc -
|
||||
# connections
|
||||
# ipfs config --json Swarm.ConnMgr.LowWater 20 - attempt to keep at least
|
||||
# 20 connections
|
||||
# ipfs config --json Swarm.EnableAutoRelay true - if impassable NAT is
|
||||
# detected, connect to the network through relays that have configured
|
||||
# themselves as open (EnableAutoNATService & EnableRelayHop?)
|
||||
# ipfs config --json Experimental.QUIC true - QUIC support, remember to
|
||||
# edit swarm addresses to include /ip4/0.0.0.0/udp/4001/quic
|
||||
# /ip6/::/udp/4001/quic
|
||||
# ipfs config --json Experimental.FilestoreEnabled true - for ipfs add
|
||||
# --nocopy to not store the content twice on disc
|
||||
#
|
||||
|
@ -12,9 +12,7 @@ fi
|
||||
|
||||
echo "Wallpaper: $WALLPAPER_PATH"
|
||||
|
||||
if hash qdbus-qt6 2> /dev/null; then
|
||||
qdbus-qt6 org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
elif hash qdbus6 2> /dev/null; then
|
||||
if [ "$ID" == "arch" ]; then
|
||||
qdbus6 org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
else
|
||||
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
|
@ -12,9 +12,7 @@ fi
|
||||
|
||||
echo "Wallpaper: $WALLPAPER_PATH"
|
||||
|
||||
if hash qdbus-qt6 2> /dev/null; then
|
||||
qdbus-qt6 org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
elif hash qdbus6 2> /dev/null; then
|
||||
if [ "$ID" == "arch" ]; then
|
||||
qdbus6 org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
else
|
||||
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://'$WALLPAPER_PATH'")}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user