nixcfg/homeManagerModules/services/waybar/default.nix

418 lines
12 KiB
Nix
Raw Normal View History

2024-04-07 22:16:33 -04:00
{
config,
lib,
pkgs,
2024-04-07 22:16:33 -04:00
...
}: let
cfg = config.ar.home;
in {
config = lib.mkIf cfg.services.waybar.enable {
home.packages =
(with pkgs; [
blueberry
bluez
coreutils
getopt
gnugrep
libnotify
mako
networkmanager
networkmanager_dmenu
nwg-drawer
pavucontrol
procps
rofi-power-menu
systemd
])
++ lib.optional (cfg.desktop.hyprland.enable) config.wayland.windowManager.hyprland.package
++ lib.optional (cfg.desktop.sway.enable) config.wayland.windowManager.sway.package;
programs.waybar = {
enable = true;
settings = {
mainBar = {
height = 36;
layer = "top";
output = ["*"];
position = "bottom";
modules-left =
["group/tablet"]
++ lib.optionals (cfg.desktop.hyprland.enable)
["hyprland/submap"]
++ lib.optionals (cfg.desktop.sway.enable)
["sway/scratchpad" "sway/mode"];
modules-center =
lib.optionals (cfg.desktop.hyprland.enable)
["hyprland/workspaces"]
++ lib.optionals (cfg.desktop.sway.enable)
["sway/workspaces"];
2024-07-10 23:43:51 -04:00
modules-right = [
"tray"
"group/hardware"
"clock"
"group/session"
];
2024-07-10 23:43:51 -04:00
"hyprland/workspaces" = {
2024-08-08 16:37:46 -04:00
all-outputs = true;
format = "{icon} {name}";
2024-08-08 16:37:46 -04:00
format-icons = {
active = "󰪥";
default = "󰝥";
urgent = "";
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
sort-by = "id";
};
2024-07-10 23:43:51 -04:00
"hyprland/submap" = {
on-click = ''hyprctl dispatch submap reset'';
};
2024-07-10 23:43:51 -04:00
"sway/workspaces" = {
2024-08-08 16:37:46 -04:00
all-outputs = true;
format = "{icon} {name}";
2024-08-08 16:37:46 -04:00
format-icons = {
default = "󰝥";
focused = "󰪥";
urgent = "";
};
2024-08-08 16:37:46 -04:00
sort-by = "id";
};
2024-07-10 23:43:51 -04:00
"sway/mode" = {
on-click = ''swaymsg mode default'';
};
2024-07-10 23:43:51 -04:00
"sway/scratchpad" = {
2024-08-08 16:37:46 -04:00
format = "{icon} {count}";
format-icons = ["" ""];
on-click = "swaymsg scratchpad show";
2024-08-08 16:37:46 -04:00
show-empty = false;
tooltip = true;
tooltip-format = "{app}: {title}";
};
2024-07-10 23:43:51 -04:00
"custom/app-close" = {
on-click = ''hyprctl dispatch killactive || swaymsg kill'';
2024-08-08 16:37:46 -04:00
format = "󰅗";
tooltip-format = "Close the focused window.";
};
2024-07-10 23:43:51 -04:00
"custom/virtual-keyboard" = let
toggle-virtual-keyboard = pkgs.writeShellScript "toggle-virtual-keyboard" ''
STATE=`${lib.getExe pkgs.dconf} read /org/gnome/desktop/a11y/applications/screen-keyboard-enabled`
if [ $STATE -z ] || [ $STATE == "false" ]; then
if ! [ `pgrep -f ${lib.getExe' pkgs.squeekboard "squeekboard"}` ]; then
${lib.getExe' pkgs.squeekboard "squeekboard"} &
fi
${lib.getExe pkgs.dconf} write /org/gnome/desktop/a11y/applications/screen-keyboard-enabled true
elif [ $STATE == "true" ]; then
${lib.getExe pkgs.dconf} write /org/gnome/desktop/a11y/applications/screen-keyboard-enabled false
fi
'';
in {
on-click = ''${toggle-virtual-keyboard}'';
format = "󰌌";
tooltip-format = "Toggle the virtual keyboard.";
};
2024-08-08 16:37:46 -04:00
clock = {
format = "{:%I:%M%p}";
interval = 60;
tooltip-format = "{:%Y-%m-%d | %H:%M}";
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
battery = let
checkBattery = pkgs.writeShellScript "check-battery" (builtins.readFile ./scripts/check-battery.sh);
2024-08-03 17:13:47 -04:00
in {
2024-08-08 16:37:46 -04:00
format = "{icon}";
format-icons = ["󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"];
2024-08-08 16:37:46 -04:00
on-update = "${checkBattery}";
tooltip-format = ''
{capacity}%: {timeTo}.
Draw: {power} watts.'';
2024-08-08 16:37:46 -04:00
states = {critical = 20;};
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
idle_inhibitor = {
format = "{icon}";
2024-07-29 21:59:53 -04:00
2024-08-08 16:37:46 -04:00
format-icons = {
activated = "󰅶";
deactivated = "󰾪";
};
2024-07-29 21:59:53 -04:00
2024-08-08 16:37:46 -04:00
timeout = 45;
2024-07-29 21:59:53 -04:00
2024-08-08 16:37:46 -04:00
tooltip-format-activated = ''
Presentation mode enabled.
2024-07-29 21:59:53 -04:00
System will not sleep.'';
2024-08-08 16:37:46 -04:00
tooltip-format-deactivated = ''
Presentation mode disabled.
2024-07-29 21:59:53 -04:00
System will sleep normally.'';
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
bluetooth = {
format = "";
format-connected = " {num_connections}";
format-disabled = ""; # an empty format will hide the module
on-click = "blueberry";
2024-08-08 16:37:46 -04:00
tooltip-format = "{controller_alias} {controller_address}";
2024-08-08 16:37:46 -04:00
tooltip-format-connected = ''
{controller_alias} {controller_address}
2024-03-28 19:52:15 -04:00
{device_enumerate}'';
2024-08-08 16:37:46 -04:00
tooltip-format-enumerate-connected = "{device_alias} {device_address}";
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
pulseaudio = {
format = "{icon}";
format-bluetooth = "{volume}% {icon}󰂯";
format-muted = "";
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
format-icons = {
headphones = "󰋋";
handsfree = "󰋎";
headset = "󰋎";
default = ["" "" ""];
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
ignored-sinks = ["Easy Effects Sink"];
on-click = "pavucontrol -t 3";
2024-08-08 16:37:46 -04:00
scroll-step = 5;
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
network = {
format-disabled = "󰀝";
format-disconnected = "󰀦";
format-ethernet = "󰈀";
format-icons = ["󰤟" "󰤢" "󰤥" "󰤨"];
format-wifi = "{icon}";
on-click = "networkmanager_dmenu -i";
2024-08-08 16:37:46 -04:00
tooltip-format = "{ifname} via {gwaddr} 󰊗";
tooltip-format-disconnected = "Disconnected";
tooltip-format-ethernet = "{ifname} ";
tooltip-format-wifi = "{essid} ({signalStrength}%) {icon}";
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
tray = {spacing = 15;};
2024-07-10 23:43:51 -04:00
"custom/dnd" = let
mako-dnd =
pkgs.writeShellScript "mako-dnd" (builtins.readFile ./scripts/mako-dnd.sh);
in {
2024-08-08 16:37:46 -04:00
exec = "${mako-dnd}";
interval = "once";
on-click = "${mako-dnd} toggle";
return-type = "json";
signal = 2;
};
"custom/logout" = {
2024-08-08 16:37:46 -04:00
format = "󰤆";
on-click = ''rofi -i -show power-menu -modi "power-menu:rofi-power-menu --choices=logout/lockscreen/suspend/shutdown/reboot"'';
2024-08-08 16:37:46 -04:00
tooltip-format = "Manage your session.";
};
2024-07-10 23:43:51 -04:00
"custom/menu" = {
2024-08-08 16:37:46 -04:00
format = "󰀻";
on-click = "nwg-drawer";
2024-08-08 16:37:46 -04:00
tooltip-format = "Touch-friendly application menu.";
};
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
power-profiles-daemon = {
format = "{icon}";
2024-07-10 23:43:51 -04:00
2024-08-08 16:37:46 -04:00
format-icons = {
balanced = "󰗑";
default = "󰗑";
2024-08-08 16:37:46 -04:00
performance = "󱐌";
power-saver = "󰌪";
};
2024-08-08 16:37:46 -04:00
tooltip-format = ''
Profile: {profile}
Driver: {driver}'';
2024-08-08 16:37:46 -04:00
tooltip = true;
2024-03-28 19:52:15 -04:00
};
2024-07-10 23:43:51 -04:00
"group/tablet" = {
modules =
["custom/menu"]
++ lib.optional (cfg.desktop.hyprland.tabletMode.enable)
"custom/app-close"
++ lib.optional (cfg.desktop.hyprland.tabletMode.enable)
"custom/virtual-keyboard";
orientation = "horizontal";
};
"group/hardware" = {
modules =
["pulseaudio" "bluetooth" "network"]
++ lib.optionals (cfg.laptopMode)
["power-profiles-daemon" "battery"];
orientation = "horizontal";
};
"group/session" = {
modules = ["custom/dnd" "idle_inhibitor" "custom/logout"];
orientation = "horizontal";
};
2024-03-28 19:52:15 -04:00
};
};
style = lib.mkAfter ''
${
lib.optionalString (config.stylix.polarity == "light") "
tooltip {
background: alpha(@base05, ${builtins.toString config.stylix.opacity.desktop});
color: ${config.lib.stylix.colors.withHashtag.base00};
}"
}
tooltip {
border-radius: ${toString cfg.theme.borders.radius}px;
}
#battery,
#bluetooth,
#clock,
#custom-dnd,
#custom-app-close,
#custom-logout,
#custom-menu,
#custom-virtual-keyboard,
#idle_inhibitor,
#mode,
#network,
#power-profiles-daemon,
#pulseaudio,
#submap,
#tray,
#wireplumber {
margin: 0px 5px;
padding: 0px 5px;
}
#clock,
#tablet,
#hardware,
#mode,
#scratchpad,
#session,
#submap,
#tray,
#workspaces {
margin: 0px 5px;
padding: 0px 2.5px;
}
#workspaces button {
border-radius: 0px;
}
#workspaces button.active,
#workspaces button.focused {
color: ${config.lib.stylix.colors.withHashtag.base0D};
}
#battery.charging,
#power-profiles-daemon.power-saver {
color: ${config.lib.stylix.colors.withHashtag.base0B};
}
#battery.critical:not(.charging),
#custom-dnd.on,
#idle_inhibitor.activated,
#network.disabled,
#network.disconnected,
#power-profiles-daemon.performance,
#pulseaudio.muted {
color: ${config.lib.stylix.colors.withHashtag.base08};
}
#submap,
#mode {
background-color: ${config.lib.stylix.colors.withHashtag.base08};
border-radius: ${toString cfg.theme.borders.radius}px;
color: ${config.lib.stylix.colors.withHashtag.base00};
font-weight: bold;
}
2024-09-19 13:26:31 -04:00
#waybar {
border-radius: 0;
}
2024-08-08 16:37:46 -04:00
'';
systemd.enable = true;
};
systemd.user.services.waybar = {
Install.WantedBy = lib.mkForce (lib.optional (cfg.desktop.hyprland.enable) "hyprland-session.target" ++ lib.optional (cfg.desktop.sway.enable) "sway-session.target");
Service.Restart = lib.mkForce "no";
Unit.BindsTo = lib.optional (cfg.desktop.hyprland.enable) "hyprland-session.target" ++ lib.optional (cfg.desktop.sway.enable) "sway-session.target";
2024-03-28 19:52:15 -04:00
};
xdg.configFile."nwg-drawer/drawer.css".text = ''
window {
background-color: alpha (${config.lib.stylix.colors.withHashtag.base00}, ${toString config.stylix.opacity.popups});
color: ${config.lib.stylix.colors.withHashtag.base05}
}
/* search entry */
entry {
background-color: rgba (0, 0, 0, 0.2);
border: alpha(${config.lib.stylix.colors.withHashtag.base07}, ${toString config.stylix.opacity.popups});
2024-08-15 18:31:07 -04:00
border-radius: ${toString cfg.theme.borders.radius}px
}
button, image {
background: none;
border: none;
2024-08-15 18:31:07 -04:00
border-radius: ${toString cfg.theme.borders.radius}px
}
button:active, button:hover, button:focused {
background-color: alpha (${config.lib.stylix.colors.withHashtag.base05}, 0.2);
border: none;
2024-08-15 18:31:07 -04:00
border-radius: ${toString cfg.theme.borders.radius}px;
color: ${config.lib.stylix.colors.withHashtag.base0D}
}
#category-button {
margin: 0 10px 0 10px;
2024-08-15 18:31:07 -04:00
border-radius: ${toString cfg.theme.borders.radius}px
}
#pinned-box {
padding-bottom: 5px;
border-bottom: 1px dotted gray
}
#files-box {
padding: 5px;
border: 1px dotted gray;
2024-08-15 18:31:07 -04:00
border-radius: ${toString cfg.theme.borders.radius}px
}
'';
2024-03-28 19:52:15 -04:00
};
}