home: sway: waybar -> swaybar

This commit is contained in:
Guanran Wang 2024-01-16 13:32:25 +08:00
parent b5998cbfe9
commit feb7cffcf0
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -9,11 +9,11 @@
../common/wm.nix ../common/wm.nix
../cliphist ../cliphist
../dunst ../dunst
../i3status-rust
../rofi ../rofi
../swayidle ../swayidle
../swaylock ../swaylock
../udiskie ../udiskie
../waybar
]; ];
home.sessionVariables = { home.sessionVariables = {
@ -32,13 +32,16 @@
gaps.inner = 4; gaps.inner = 4;
gaps.outer = 4; gaps.outer = 4;
bars = [ bars = [
{
command = lib.getExe pkgs.waybar;
}
#{ #{
# statusCommand = "${lib.getExe pkgs.i3status-rust} $HOME/.config/i3status-rust/config-default.toml"; # command = lib.getExe pkgs.waybar;
# position = "top";
#} #}
{
statusCommand = "${lib.getExe pkgs.i3status-rust} $HOME/.config/i3status-rust/config-default.toml";
position = "top";
extraConfig = ''
icon_theme ${config.gtk.iconTheme.name}
'';
}
]; ];
### Inputs ### Inputs