waybar tweaks :3
This commit is contained in:
parent
fbbc23b72e
commit
af84369e19
5 changed files with 16 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
wayland.windowManager.sway = let mod = "Mod4"; in {
|
||||
enable = true;
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
xkb_layout = "de";
|
||||
};
|
||||
};
|
||||
output."*".bg = "${../media/wallpaper.png} fill";
|
||||
menu = "${pkgs.rofi}/bin/rofi -show combi -config ~/.config/rofi/config.rasi";
|
||||
modifier = mod; # Super key
|
||||
gaps = {
|
||||
|
|
@ -112,7 +113,7 @@
|
|||
always = true;
|
||||
}
|
||||
{
|
||||
command = "blueman-tray";
|
||||
command = "blueman-applet";
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue