mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-28 18:37:33 +02:00
Compare commits
5 Commits
0c238c1990
...
556f431f01
Author | SHA1 | Date | |
---|---|---|---|
556f431f01 | |||
1b07487dd6 | |||
882c162fc5 | |||
929a827413 | |||
2f4217d2f9 |
@ -309,12 +309,12 @@
|
||||
"Value": false
|
||||
},
|
||||
"browser.cache.disk.enable": {
|
||||
"Status": "default",
|
||||
"Status": "user",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.cache.memory.enable": {
|
||||
"Status": "default",
|
||||
"Status": "user",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
|
@ -5,18 +5,15 @@
|
||||
# This is all adapted from /usr/share/doc/darkman/examples/dark-mode.d/
|
||||
|
||||
# GTK Theme
|
||||
sleep 3 && gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
sleep 1 && gsettings set org.gnome.desktop.interface gtk-theme Breeze
|
||||
sleep 2 && gsettings set org.gnome.desktop.interface gtk-theme Breeze-dark
|
||||
sleep 1 && dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze"
|
||||
sleep 2 && dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze-dark"
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
|
||||
dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Adwaita-dark"
|
||||
|
||||
# Xfce theme?
|
||||
sleep 1 && xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze
|
||||
sleep 2 && xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze-dark
|
||||
# Xfce theme?e
|
||||
xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Adwaita-dark
|
||||
|
||||
# Plasma
|
||||
lookandfeeltool --apply "org.kde.breezedark.desktop"
|
||||
|
||||
# Kvantum Qt
|
||||
#sleep 3 && kvantummanager --set KvGnomeDark --noAssign-All
|
||||
#kvantummanager --set KvGnomeDark --noAssign-All
|
||||
|
3
var/lib/iwd/.gitignore
vendored
3
var/lib/iwd/.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
*.8021x
|
||||
!private-cafe-sample.psk
|
||||
!private-home-sample.psk
|
||||
openwireless.org_nomap.open
|
||||
*.open
|
||||
!openwireless.org.open
|
||||
|
1
var/lib/iwd/Helsingfors stads WLAN.open
Symbolic link
1
var/lib/iwd/Helsingfors stads WLAN.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
1
var/lib/iwd/Helsingin kaupungin WLAN.open
Symbolic link
1
var/lib/iwd/Helsingin kaupungin WLAN.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
1
var/lib/iwd/Helsinki City Open WLAN.open
Symbolic link
1
var/lib/iwd/Helsinki City Open WLAN.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
1
var/lib/iwd/Stadinetti.open
Symbolic link
1
var/lib/iwd/Stadinetti.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
1
var/lib/iwd/WiFi4EU.open
Symbolic link
1
var/lib/iwd/WiFi4EU.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
@ -1,2 +1,15 @@
|
||||
[Settings]
|
||||
Hidden=true
|
||||
#AlwaysRandomizeAddress=true
|
||||
# Disables connections without Management Frame Protection (and TKIP)
|
||||
TransitionDisable=true
|
||||
# Requires WiFi Enhanced Open (OWE)
|
||||
DisabledTransitionModes=open
|
||||
|
||||
[IPv4]
|
||||
DNS=127.0.0.1 127.0.0.53
|
||||
DomainName=.
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
DNS=::1
|
||||
DomainName=.
|
||||
|
@ -1,9 +1,19 @@
|
||||
# This SSID is "private-cafe-sample", it comes from the filename
|
||||
[Settings]
|
||||
#AlwaysRandomizeAddress=true
|
||||
# Disables TKIP and connections without Management Frame Protection
|
||||
TransitionDisable=true
|
||||
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
|
||||
DisabledTransitionModes=personal,enterprise,open
|
||||
|
||||
[Security]
|
||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
||||
|
||||
[IPv4]
|
||||
DNS=127.0.0.1 127.0.0.53
|
||||
DomainName=.
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
DNS=::1
|
||||
DomainName=.
|
||||
|
@ -3,13 +3,25 @@
|
||||
AutoConnect=true
|
||||
# MAC address override. Takes priority over AlwaysRandomizeAddress
|
||||
#AddressOverride=
|
||||
# Disables TKIP and connections without Management Frame Protection
|
||||
TransitionDisable=true
|
||||
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
|
||||
DisabledTransitionModes=personal,enterprise,open
|
||||
|
||||
[Security]
|
||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
||||
|
||||
[IPv4]
|
||||
# If iwd main.conf has EnableNetworkConfiguration=true and we should have
|
||||
# static network configuration
|
||||
#Address=192.168.1.2
|
||||
#Gateway=192.168.1.1
|
||||
DNS=127.0.0.1 127.0.0.53
|
||||
#DomainName=.
|
||||
# In home network recognising the device may be a quality of life feature
|
||||
SendHostname=true
|
||||
#SendHostname=true
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
DNS=::1
|
||||
DomainName=.
|
||||
|
1
var/lib/iwd/stadinet.open
Symbolic link
1
var/lib/iwd/stadinet.open
Symbolic link
@ -0,0 +1 @@
|
||||
openwireless.org.open
|
Loading…
x
Reference in New Issue
Block a user