update
This commit is contained in:
parent
8089a60e3d
commit
ce11e9444c
5 changed files with 12 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
[Settings]
|
[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/*
|
include /etc/sway/config-vars.d/*
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
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 configuration
|
||||||
output * bg ~/.config/configfiles/wallpaper.png fill
|
output * bg ~/.config/configfiles/wallpaper.png fill
|
||||||
exec_always "kanshi"
|
exec_always "kanshi"
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,10 @@
|
||||||
"format": "{title}"
|
"format": "{title}"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interface": "wlan0",
|
"interface": "wlan0",
|
||||||
"format-wifi": " {essid}",
|
"format-wifi": " {essid}",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"bat": "BAT0",
|
"bat": "BAT0",
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ required_packages_apt:
|
||||||
- kanshi
|
- kanshi
|
||||||
- waybar
|
- waybar
|
||||||
- libappindicator1
|
- libappindicator1
|
||||||
|
- sway-notification-center
|
||||||
|
|
||||||
flatpak_remote:
|
flatpak_remote:
|
||||||
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue