reice a lot
This commit is contained in:
parent
beb7d2def1
commit
4146b5aece
3 changed files with 31 additions and 16 deletions
|
@ -7,7 +7,7 @@ set $right l
|
|||
set $term alacritty
|
||||
set $wallpaper /home/stefan/Downloads/bg.jpg
|
||||
set $lock swaylock -t -i $wallpaper --scaling=fill
|
||||
set $font pango:CaskaydiaCove Nerd Font Mono 10
|
||||
set $font CaskaydiaCove Nerd Font 10
|
||||
set $menucolor --ff=#f8f8f2 --nf=#f8f8f2 --tf=#bd93f9 --hf=#bd93f9 --tb=#282a36 --fb=#282a36 --nb=#282a36 --hb=#282a36 --sb=#282a36
|
||||
set $menu bemenu-run -H 23 -b -p run $menucolor
|
||||
|
||||
|
@ -116,6 +116,7 @@ mode "resize" {
|
|||
bindsym $mod+r mode "resize"
|
||||
|
||||
bar {
|
||||
font $font
|
||||
position bottom
|
||||
colors {
|
||||
background $black
|
||||
|
@ -133,8 +134,8 @@ bar {
|
|||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||
gsettings set $gnome-schema icon-theme 'elementary Xfce'
|
||||
gsettings set $gnome-schema gtk-theme 'Dracula'
|
||||
gsettings set $gnome-schema icon-theme 'Dracula'
|
||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||
}
|
||||
|
||||
|
@ -146,6 +147,7 @@ exec mako --font "$font" \
|
|||
exec emacs --daemon
|
||||
exec swayidle before-sleep "$lock"
|
||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
exec redshift -l 49.8988135:10.9027636
|
||||
|
||||
# pastebin
|
||||
exec wl-paste --primary -t text --watch clipman store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue