1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-15 15:31:50 +08:00
dotfiles/.config/sway/conf.d/themes/dark

28 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-07-16 09:49:32 +08:00
# vim: filetype=swayconfig
2022-08-25 09:45:10 +08:00
2022-08-25 10:44:40 +08:00
#set gtk theme and font
2022-08-25 09:45:10 +08:00
set $gnome-schema org.gnome.desktop.interface
exec_always {
2023-07-16 09:49:32 +08:00
gsettings set $gnome-schema color-scheme 'prefer-dark'
2024-01-06 11:35:43 +08:00
gsettings set $gnome-schema gtk-theme 'Adwaita'
2024-01-10 11:38:39 +08:00
gsettings set $gnome-schema icon-theme 'Adwaita'
2022-08-25 09:45:10 +08:00
gsettings set $gnome-schema cursor-theme 'Adwaita'
gsettings set $gnome-schema font-name 'ibm-plex 12'
gsettings set org.gtk.Settings.FileChooser startup-mode cwd
}
#set colour
#color class border backgr. text indicator child_border
2023-02-10 15:26:53 +08:00
client.focused #fbf1c7 #282828 #ebdbb2 #928374 #fbf1c7
client.focused_inactive #928374 #282828 #ebdbb2 #928374 #928374
client.unfocused #928374 #282828 #ebdbb2 #928374 #928374
client.urgent #cc241d #282828 #ebdbb2 #928374 #cc241d
client.placeholder #928374 #282828 #ebdbb2 #928374 #928374
client.background #928374 #282828
#borders stuff
default_border pixel 1
2024-01-10 11:38:39 +08:00
output * bg #1d2021 solid_color
# output * bg $(find ~/Pictures/wall/dark/ -type f | shuf -n1) fill