diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..6403361 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,17 @@ +include ~/.cache/wal/colors-kitty.conf + +font_family FantasqueSansMNerdFontMono +font_size 12 + +tab_bar_edge top +tab_bar_style separator +tab_separator " / " + +cursor_shape beam + +enable_audio_bell no + +editor nvim + +map kitty_mod+h previous_tab +map kitty_mod+l next_tab diff --git a/.config/sway/config b/.config/sway/config index 8ad9622..56a06cc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,9 +14,11 @@ set $menu wofi --show drun font FantasqueSansMNerdFont Regular 12 +include "$HOME/.cache/wal/colors-sway" + ### Output configuration # -output * bg /home/secondbeam/Pictures/wallpaper/wof.jpg fill +output * bg $wallpaper fill # Primary output output eDP-1 { adaptive_sync on @@ -203,6 +205,11 @@ bindsym $mod+r mode "resize" bindsym Print exec grim -g '1920,0 1920x1080' - | wl-copy bindsym $mod+Shift+s exec slurp | grim -g - - | wl-copy +client.focused $color7 $color14 $color15 +client.focused_inactive $color0 $color0 $color10 +client.unfocused $color0 $color0 $color10 +client.urgent $color1 $color1 $color9 + # # Status Bar: # @@ -215,9 +222,13 @@ bar { status_command while echo "$(mpc current | tr -d '\n') / A $(pactl get-sink-volume @DEFAULT_SINK@ | cut -d ' ' -f 6) / B $(brightnessctl -m | cut -d , -f 4) / $(date +'D %Y-%m-%d / T %T /')"; do sleep 1; done colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c + statusline $foreground + background $background + inactive_workspace $color10 $color10 $color2 + focused_workspace $color14 $color14 $color6 + active_workspace $color10 $color10 $color2 + urgent_workspace $color9 $color9 $color1 + } } diff --git a/wal.sh b/wal.sh new file mode 100755 index 0000000..587f025 --- /dev/null +++ b/wal.sh @@ -0,0 +1,4 @@ +#!/usr/bin/bash +wal --cols16 -i $1 +walogram +pywalfox update