diff --git a/bash/.bashrc b/bash/.bashrc index b4f2646..49f43c7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -26,3 +26,6 @@ alias moshtmp="mosh --ssh=\"ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHost function sshscr() { ssh -t $@ screen -RR -d } + +# Add local to path +export PATH="$PATH:~/.local/bin" diff --git a/sway/.config/nwg-drawer/drawer.css b/sway/.config/nwg-drawer/drawer.css new file mode 100644 index 0000000..89a62cc --- /dev/null +++ b/sway/.config/nwg-drawer/drawer.css @@ -0,0 +1,34 @@ +window { + background-color: rgba (30, 30, 30, 0.84); + color: #eeeeee +} + +/* search entry */ +entry { + background-color: rgba (0, 0, 0, 0.2) +} + +button, image { + background: none; + border: none +} + +button:hover { + background-color: rgba (255, 255, 255, 0.1) +} + +/* in case you wanted to give category buttons a different look */ +#category-button { + margin: 0 10px 0 10px +} + +#pinned-box { + padding-bottom: 5px; + border-bottom: 1px dotted gray +} + +#files-box { + padding: 5px; + border: 1px dotted gray; + border-radius: 15px +} diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b11996e..76e9c60 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -19,7 +19,7 @@ set $term alacritty # 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. # Note: the nwggrid-server is started at the end of this file with an exec command -set $menu nwggrid -client | xargs swaymsg exec -- +set $menu nwg-drawer | xargs swaymsg exec -- ### Output configuration # @@ -264,4 +264,4 @@ exec nm-applet --indicator exec blueman-applet exec mako --config ~/.config/mako/mako.conf exec fcitx5 -exec nwggrid-server -f -p -o 0.7 +exec_always nwg-drawer -r