Update theme, install more packages

This commit is contained in:
2020-12-11 23:07:57 +00:00
parent 79895c97f6
commit 702813efa6
12 changed files with 734 additions and 9 deletions

View File

@ -22,12 +22,26 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
### Appearance
#
font pango:NotoSans Regular 11
font pango:UbuntuMono Bold 12
# class border bg text indicator child_border
client.focused #bd93f9 #bd93f9 #ffffff #2e9ef4 #bd93f9
client.focused_inactive #333333 #5f676a #ffffff #181a23 #181a23
client.unfocused #333333 #222222 #888888 #181a23 #181a23
client.urgent #2f343a #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
title_align center
default_border pixel
gaps inner 10
gaps outer 20
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg ~/.config/sway/wallpaper.jpg fill
output * bg ~/.config/sway/wallpaper.png fill
#
# Example configuration:
#
@ -201,16 +215,19 @@ bindsym $mod+r mode "resize"
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
position bottom
height 34
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
status_command while date +'%A, %b %d %I:%M %p'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
background #1e2029
statusline #bd93f9
separator #ff0000
focused_workspace #181a23 #181a23 #bd93f9
inactive_workspace #1e2029 #1e2029 #373844
}
}