Add fontconfig, nm-applet, waybar

This commit is contained in:
askiiart 2024-03-22 12:55:56 -05:00
parent fc0fcf45c9
commit 274c0a37d3
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
18 changed files with 340 additions and 100 deletions
sway
config
config.d

View file

@ -41,17 +41,7 @@ mode "$mode_system" {
bindsym $mod+BackSpace mode "$mode_system"
bar {
position top
status_command i3status
colors {
statusline #cba6f7
background #000000
inactive_workspace #000000 #000000 #5c5c5c
}
}
exec waybar
# background
#exec --no-startup-id swaybg -i /home/askiiart/.config/sway/background.png

View file

@ -1,6 +1,9 @@
# Use clipman for the clipboard manager
exec wl-paste -t text --watch clipman store --no-persist
# start nm-applet for network management
exec nm-applet
# Add screenshot and color picker
bindsym Print exec grim -t png -c
bindsym Mod4+Shift+P exec "mkdir $HOME/Pictures; export FILENAME=$HOME/Pictures/screenshot_$(date +%F_%H:%M:%S).png; slurp -d | xargs -I % grim -g % -t png -c $FILENAME; wl-copy --type image/png < $FILENAME"