Add fontconfig, nm-applet, waybar
This commit is contained in:
parent
fc0fcf45c9
commit
274c0a37d3
18 changed files with 340 additions and 100 deletions
12
sway/config
12
sway/config
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue