diff --git a/assets/ribbit.jpg b/assets/ribbit.jpg new file mode 100644 index 0000000..46fa839 Binary files /dev/null and b/assets/ribbit.jpg differ diff --git a/sway-config b/sway-config index 9143856..f25faa7 100644 --- a/sway-config +++ b/sway-config @@ -154,7 +154,7 @@ bar * colors { statusline #ff88aa } -set $bg ~/Pictures/wallpapers/xdds.jpg +set $bg /etc/nixos/assets/ribbit.jpg output * bg $bg fill diff --git a/swaylock-config b/swaylock-config index e9306c1..c216ca9 100644 --- a/swaylock-config +++ b/swaylock-config @@ -3,9 +3,9 @@ indicator-thickness=8 font=Sans font-size=18 -#image=.config/suckless_desktop/wallpaper/wallpaper_empty/shikarnie.png +#image=~/Pictures/wallpapers/xdds.jpg scaling=fill -color=00ff00ff +color=ff000044 # indicator + text colors diff --git a/win_r.dmenu b/win_r.dmenu index 8a79a6f..687ad01 100644 --- a/win_r.dmenu +++ b/win_r.dmenu @@ -35,6 +35,7 @@ dmenu `Запущу программу =>` ( option `nixos config` eval `st -e sh -c 'cd /etc/nixos && sudo vim configuration.nix'` option `zutils` eval `st -e sh -c 'cd /etc/nixos && sudo vim my_zsh_utils.zsh'` + option `swaylock config` eval `st -e sh -c 'cd /etc/nixos && sudo vim swaylock-config'` option `sway config` eval `st -e sh -c 'cd /etc/nixos && sudo vim sway-config'` option `cmus rc` eval `st -e sh -c 'cd /etc/nixos && sudo vim cmus-rc'` option `tmux config` eval `st -e sh -c 'cd /etc/nixos && sudo vim .tmux.conf'`