Compare commits

...

11 commits

6 changed files with 28 additions and 22 deletions

View file

@ -1,6 +1,10 @@
# if test -f /usr/share/fzf/key-bindings.fish
# source /usr/share/fzf/key-bindings.fish
# else
# source /usr/share/fzf/fzf-key-bindings.fish
# end
# fzf_key_bindings
if test -f /usr/share/fzf/key-bindings.fish
source /usr/share/fzf/key-bindings.fish
else
source /usr/share/fzf/fzf-key-bindings.fish
end
set FZF_ALT_C_COMMAND "
command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' \\) -prune \
-o -type d -print 2> /dev/null | sed 's@^\./@@'"
fzf_key_bindings
bind \cr history-pager

View file

@ -82,10 +82,10 @@
<!-- Set default monospace font -->
<alias>
<family>monospace</family>
<prefer><family>JetBrains Mono</family></prefer>
<prefer><family>SF Mono</family></prefer>
</alias>
<alias>
<family>JetBrains Mono</family>
<family>SF Mono</family>
<default><family>monospace</family></default>
</alias>

View file

@ -13,7 +13,7 @@ general {
}
#order += "ipv6"
order += "memory"
#order += "memory"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"

View file

@ -1,5 +1,5 @@
font_size 16.25
font_family JetBrains Mono
font_size 16
font_family SF Mono
#modify_font cell_width 90%
map ctrl+shift+n new_os_window_with_cwd

View file

@ -1,6 +1,6 @@
#include ~/.cache/themer.lua/sway-colors
set $background #000000
set $backgroundish #26233a
set $backgroundish #333333
set $muted #6e6a86
set $foreground #dddddd
set $accent #eb6f92
@ -18,7 +18,7 @@ set $term kitty --single-instance
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu fuzzel-run
set $menu ~/.local/bin/fuzzel-run
font Inter Medium 11
@ -30,11 +30,11 @@ output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/conta
# Example configuration:
#
exec swayidle -w \
timeout 420 'lock' \
timeout 420 '~/.local/bin/lock' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'lock'
bindsym $mod+p exec lock
bindsym $mod+Shift+p exec "lock && doas su -c 'echo mem > /sys/power/state'"
before-sleep '~/.local/bin/lock'
bindsym $mod+p exec ~/.local/bin/lock
bindsym $mod+Shift+p exec "~/.local/bin/lock && doas su -c 'echo mem > /sys/power/state'"
### Input configuration
#
@ -42,6 +42,7 @@ input * {
repeat_delay 290
repeat_rate 30
natural_scroll on
xkb_layout us
xkb_variant altgr-intl
xkb_options caps:escape
@ -222,9 +223,9 @@ bar {
}
}
client.focused $foreground $foreground $background $accent
client.focused_inactive $muted $muted $background
client.unfocused $background $background $foreground
client.focused #0353A4 #0353A4 #eeeeee #3799FB
client.focused_inactive $muted $muted $background
client.unfocused $backgroundish $backgroundish $foreground
titlebar_border_thickness 1
bindsym $mod+z exec swaync-client --close-latest
@ -245,7 +246,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
bindsym --locked XF86MonBrightnessUp exec 'brillo -u 150000 -A 5; brillo -O'
bindsym --locked XF86MonBrightnessDown exec 'brillo -u 150000 -U 5; brillo -O'
default_border pixel 4
default_border pixel 5
focus_follows_mouse no
@ -266,6 +267,7 @@ for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
for_window [app_id="neomutt"] layout tabbed
for_window [app_id="telegram-desktop"] layout tabbed
exec "pgrep -U $(id -u) runsv >/dev/null || runsvdir ~/.local/share/service ............."
exec brillo -I
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
exec /usr/libexec/pipewire-launcher

View file

@ -1,10 +1,10 @@
#!/bin/sh
. ~/.cache/themer.lua/fuzzel
. ~/.profile
exec fuzzel \
--terminal=footclient \
--font='monospace:pixelsize=22' \
--prompt='➦ ' \
--width=40 \
--background=${background}ff \
--text-color=${foreground}ff \