update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-application-prefer-dark-theme=1
|
||||
|
||||
2
.config/gtk-4.0/settings.ini
Normal file
2
.config/gtk-4.0/settings.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
@@ -15,6 +15,10 @@ set $menu wofi
|
||||
include /etc/sway/config-vars.d/*
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
exec_always {
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'catppuccin-mocha-mauve-standard+default'
|
||||
}
|
||||
|
||||
### Output configuration
|
||||
output * bg ~/.config/configfiles/wallpaper.png fill
|
||||
exec_always "kanshi"
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"format": "{title}"
|
||||
},
|
||||
"network": {
|
||||
"interface": "wlan0",
|
||||
"format-wifi": " {essid}",
|
||||
"format-disconnected": "",
|
||||
"interval": 1
|
||||
"interface": "wlan0",
|
||||
"format-wifi": " {essid}",
|
||||
"format-disconnected": "",
|
||||
"interval": 1
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
|
||||
@@ -36,6 +36,7 @@ required_packages_apt:
|
||||
- kanshi
|
||||
- waybar
|
||||
- libappindicator1
|
||||
- sway-notification-center
|
||||
|
||||
flatpak_remote:
|
||||
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
||||
|
||||
Reference in New Issue
Block a user