sway: replace swaybar/i3status-rs with waybar
This commit is contained in:
parent
839093a3de
commit
674825df0f
15 changed files with 783 additions and 345 deletions
19
config
19
config
|
@ -29,7 +29,6 @@ set $font Cascadia Code PL Regular 10
|
|||
set $menu wofi --show drun --prompt applications
|
||||
set $search_cmd $HOME/.config/sway/bin/sway_search
|
||||
|
||||
|
||||
#
|
||||
# Host Specific
|
||||
#
|
||||
|
@ -299,23 +298,7 @@ for_window [class="Signal" window_type="normal"] exec sh -c "sleep 1"; mark c; f
|
|||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
gaps 3 5
|
||||
status_command i3status-rs $HOME/.config/sway/i3status.d/$(hostname).toml
|
||||
font $font
|
||||
colors {
|
||||
separator #666666
|
||||
background #222222
|
||||
statusline #dddddd
|
||||
focused_workspace #0088CC #0088CC #ffffff
|
||||
active_workspace #333333 #333333 #ffffff
|
||||
inactive_workspace #333333 #333333 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
exec_always $HOME/.config/sway/bin/waybar
|
||||
#
|
||||
# Autostart
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue