Added custom backgrounds, Setup auto wifi
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[connection]
|
||||
id=TestAP
|
||||
uuid=8049632e-b8ae-4fea-b397-c35f410754d1
|
||||
type=wifi
|
||||
permissions=user:user:;
|
||||
|
||||
[wifi]
|
||||
mac-address-blacklist=
|
||||
mode=infrastructure
|
||||
ssid=TestAO
|
||||
|
||||
[wifi-security]
|
||||
auth-alg=open
|
||||
key-mgmt=wpa-psk
|
||||
psk=MyNicePassword123
|
||||
|
||||
[ipv4]
|
||||
dns-search=
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
addr-gen-mode=stable-privacy
|
||||
dns-search=
|
||||
method=auto
|
||||
|
||||
[proxy]
|
||||
@@ -45,7 +45,7 @@
|
||||
# transition-duration = overrides default value
|
||||
#
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/homeworld-darker-3840x2160.png
|
||||
background = /opt/custom/CustomBG.png
|
||||
user-background = false
|
||||
theme-name = Adwaita-dark
|
||||
icon-theme-name = Adwaita
|
||||
|
||||
@@ -4,19 +4,19 @@
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="image-path" type="string" value="/opt/custom/CustomBG.png"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="last-single-image" type="string" value="/opt/custom/CustomBG.png"/>
|
||||
<property name="backdrop-cycle-enable" type="bool" value="true"/>
|
||||
<property name="backdrop-cycle-timer" type="uint" value="600"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="last-image" type="string" value="/opt/custom/CustomBG.png"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="last-image" type="string" value="/opt/custom/CustomBG.png"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user