2024-04-07 22:16:33 -04:00
|
|
|
|
{
|
|
|
|
|
config,
|
2024-07-18 21:05:35 -04:00
|
|
|
|
lib,
|
|
|
|
|
pkgs,
|
2024-04-07 22:16:33 -04:00
|
|
|
|
...
|
|
|
|
|
}: {
|
2024-06-26 22:13:02 -04:00
|
|
|
|
config = lib.mkIf config.ar.home.apps.waybar.enable {
|
2024-04-24 17:39:19 -04:00
|
|
|
|
programs.waybar = {
|
|
|
|
|
enable = true;
|
|
|
|
|
settings = {
|
|
|
|
|
mainBar = {
|
2024-04-26 21:36:29 -04:00
|
|
|
|
height = 32;
|
2024-04-24 17:39:19 -04:00
|
|
|
|
layer = "top";
|
|
|
|
|
output = ["*"];
|
|
|
|
|
position = "top";
|
2024-06-11 21:32:46 -04:00
|
|
|
|
modules-left =
|
2024-06-26 22:13:02 -04:00
|
|
|
|
lib.optionals (config.ar.home.desktop.hyprland.enable)
|
2024-06-11 21:32:46 -04:00
|
|
|
|
["hyprland/workspaces" "hyprland/submap"]
|
2024-06-26 22:13:02 -04:00
|
|
|
|
++ lib.optionals (config.ar.home.desktop.sway.enable)
|
2024-06-11 21:32:46 -04:00
|
|
|
|
["sway/workspaces" "sway/scratchpad" "sway/mode"]
|
2024-06-26 22:13:02 -04:00
|
|
|
|
++ lib.optionals (config.ar.home.desktop.hyprland.tabletMode.menuButton)
|
2024-06-11 21:32:46 -04:00
|
|
|
|
["custom/menu" "custom/hyprland-close"];
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
modules-center = ["clock"];
|
|
|
|
|
modules-right = [
|
|
|
|
|
"tray"
|
2024-04-25 22:42:26 -04:00
|
|
|
|
"group/hardware"
|
2024-04-24 17:39:19 -04:00
|
|
|
|
];
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"hyprland/workspaces" = {
|
|
|
|
|
"all-outputs" = true;
|
|
|
|
|
"format" = "{icon} {name}";
|
|
|
|
|
"format-icons" = {
|
|
|
|
|
"default" = "";
|
|
|
|
|
"active" = "";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"sort-by" = "id";
|
2024-04-09 20:30:09 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"hyprland/submap" = {
|
2024-06-11 21:32:46 -04:00
|
|
|
|
"on-click" = ''${lib.getExe'
|
|
|
|
|
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch submap reset'';
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"hyprland/window" = {
|
|
|
|
|
"format" = "";
|
|
|
|
|
"max-length" = 100;
|
|
|
|
|
"separate-outputs" = true;
|
|
|
|
|
"icon" = true;
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"sway/workspaces" = {
|
|
|
|
|
"all-outputs" = true;
|
|
|
|
|
"format" = "{icon} {name}";
|
|
|
|
|
"format-icons" = {
|
|
|
|
|
"default" = "";
|
|
|
|
|
"focused" = "";
|
|
|
|
|
};
|
|
|
|
|
"sort-by" = "id";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"sway/mode" = {
|
2024-05-05 19:39:36 -04:00
|
|
|
|
"on-click" = ''${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} mode default'';
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"sway/window" = {
|
|
|
|
|
"max-length" = 100;
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-05-09 13:59:53 -04:00
|
|
|
|
"sway/scratchpad" = {
|
2024-05-11 00:58:33 -04:00
|
|
|
|
"format" = "{icon} {count}";
|
2024-05-09 13:59:53 -04:00
|
|
|
|
"show-empty" = false;
|
|
|
|
|
"format-icons" = ["" ""];
|
|
|
|
|
"tooltip" = true;
|
|
|
|
|
"tooltip-format" = "{app}: {title}";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-05-18 08:34:22 -04:00
|
|
|
|
"custom/sway-close" = {
|
2024-06-11 21:32:46 -04:00
|
|
|
|
"on-click" = ''${lib.getExe'
|
|
|
|
|
config.wayland.windowManager.sway.package "swaymsg"} kill'';
|
2024-05-18 08:34:22 -04:00
|
|
|
|
"format" = "";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-05-26 21:24:00 -04:00
|
|
|
|
"custom/hyprland-close" = {
|
2024-06-11 21:32:46 -04:00
|
|
|
|
"on-click" = ''${lib.getExe'
|
|
|
|
|
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch killactive'';
|
2024-05-26 21:24:00 -04:00
|
|
|
|
"format" = "";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"river/window" = {
|
|
|
|
|
"max-length" = 100;
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"river/tags" = {
|
|
|
|
|
"num-tags" = 4;
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"clock" = {
|
2024-04-26 08:12:49 -04:00
|
|
|
|
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"interval" = 60;
|
|
|
|
|
"format" = "{:%I:%M%p}";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"battery" = {
|
|
|
|
|
"states" = {"critical" = 20;};
|
|
|
|
|
"format" = "{icon}";
|
|
|
|
|
"format-icons" = ["" "" "" "" "" "" "" "" "" ""];
|
|
|
|
|
"tooltip-format" = ''
|
|
|
|
|
{capacity}%: {timeTo}.
|
2024-04-26 08:17:09 -04:00
|
|
|
|
Draw: {power} watts.'';
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"inhibitor" = {
|
|
|
|
|
"what" = "sleep";
|
|
|
|
|
"format" = "{icon}";
|
|
|
|
|
"format-icons" = {
|
2024-07-29 20:00:44 -04:00
|
|
|
|
"activated" = "";
|
|
|
|
|
"deactivated" = "";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"bluetooth" = {
|
2024-07-25 18:03:57 -04:00
|
|
|
|
"format" = "";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"format-disabled" = ""; # an empty format will hide the module
|
2024-07-25 18:03:57 -04:00
|
|
|
|
"format-connected" = " {num_connections}";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"tooltip-format" = "{controller_alias} {controller_address}";
|
|
|
|
|
"tooltip-format-connected" = ''
|
|
|
|
|
{controller_alias} {controller_address}
|
2024-03-28 19:52:15 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
{device_enumerate}'';
|
|
|
|
|
"tooltip-format-enumerate-connected" = "{device_alias} {device_address}";
|
2024-05-05 19:39:36 -04:00
|
|
|
|
"on-click" = lib.getExe' pkgs.blueberry "blueberry";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"pulseaudio" = {
|
|
|
|
|
"format" = "{icon}";
|
|
|
|
|
"format-bluetooth" = "{volume}% {icon}";
|
|
|
|
|
"format-muted" = "";
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"format-icons" = {
|
|
|
|
|
"headphones" = "";
|
|
|
|
|
"handsfree" = "";
|
|
|
|
|
"headset" = "";
|
|
|
|
|
"default" = ["" "" ""];
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"scroll-step" = 5;
|
|
|
|
|
"ignored-sinks" = ["Easy Effects Sink"];
|
2024-05-05 19:39:36 -04:00
|
|
|
|
"on-click" = "${lib.getExe pkgs.pavucontrol} -t 3";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"network" = {
|
|
|
|
|
"format-wifi" = "{icon}";
|
|
|
|
|
"format-ethernet" = "";
|
|
|
|
|
"format-disconnected" = "⚠";
|
|
|
|
|
"format-icons" = ["" "" "" ""];
|
|
|
|
|
"tooltip-format" = "{ifname} via {gwaddr} ";
|
|
|
|
|
"tooltip-format-wifi" = "{essid} ({signalStrength}%) {icon}";
|
|
|
|
|
"tooltip-format-ethernet" = "{ifname} ";
|
|
|
|
|
"tooltip-format-disconnected" = "Disconnected";
|
2024-07-27 16:26:30 -04:00
|
|
|
|
"on-click" = "${lib.getExe pkgs.networkmanager_dmenu} -i";
|
2024-04-24 17:39:19 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"tray" = {"spacing" = 15;};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"custom/logout" = {
|
2024-07-27 16:26:30 -04:00
|
|
|
|
"on-click" = ''${lib.getExe config.programs.rofi.package} -i -show power-menu -modi "power-menu:${lib.getExe pkgs.rofi-power-menu} --choices=logout/lockscreen/suspend/shutdown/reboot"'';
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"format" = "";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-05-17 23:16:43 -04:00
|
|
|
|
"custom/menu" = {
|
|
|
|
|
"on-click" = "${lib.getExe pkgs.nwg-drawer} -mt 5";
|
|
|
|
|
"format" = "";
|
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"power-profiles-daemon" = {
|
|
|
|
|
"format" = "{icon}";
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"tooltip-format" = ''
|
|
|
|
|
Profile: {profile}
|
|
|
|
|
Driver: {driver}'';
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"tooltip" = true;
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-24 17:39:19 -04:00
|
|
|
|
"format-icons" = {
|
|
|
|
|
"default" = "";
|
|
|
|
|
"performance" = "";
|
|
|
|
|
"balanced" = "";
|
|
|
|
|
"power-saver" = "";
|
|
|
|
|
};
|
2024-03-28 19:52:15 -04:00
|
|
|
|
};
|
2024-07-10 23:43:51 -04:00
|
|
|
|
|
2024-04-25 22:42:26 -04:00
|
|
|
|
"group/hardware" = {
|
|
|
|
|
"orientation" = "horizontal";
|
2024-07-29 20:00:44 -04:00
|
|
|
|
modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery" "inhibitor" "custom/logout"];
|
2024-04-25 22:42:26 -04:00
|
|
|
|
};
|
2024-03-28 19:52:15 -04:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
|
|
|
|
|
xdg.configFile."waybar/style.css".text = ''
|
|
|
|
|
* {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
font-family: "NotoSansM Nerd Font";
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 600;
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
background: rgba (35, 38, 52, 0.0);
|
|
|
|
|
color: ${config.ar.home.theme.colors.text};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
padding: 0px 5px;
|
|
|
|
|
margin: 0 0px;
|
|
|
|
|
color: ${config.ar.home.theme.colors.text};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.active,
|
|
|
|
|
#workspaces button.focused {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
color: ${config.ar.home.theme.colors.primary};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#submap,
|
|
|
|
|
#mode {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
padding: 0 15px;
|
|
|
|
|
margin: 0 5px;
|
|
|
|
|
color: #FFFFFF;
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tags button {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
padding: 0px 5px;
|
|
|
|
|
margin: 0 0px;
|
|
|
|
|
color: ${config.ar.home.theme.colors.text};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tags button.focused {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
color: ${config.ar.home.theme.colors.primary};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#clock,
|
|
|
|
|
#battery,
|
|
|
|
|
#bluetooth,
|
|
|
|
|
#network,
|
|
|
|
|
#power-profiles-daemon,
|
|
|
|
|
#pulseaudio,
|
|
|
|
|
#wireplumber,
|
|
|
|
|
#inhibitor,
|
|
|
|
|
#custom-logout,
|
|
|
|
|
#custom-menu,
|
|
|
|
|
#custom-sway-close,
|
|
|
|
|
#tray {
|
2024-07-03 10:35:39 -04:00
|
|
|
|
padding: 0 7.5px;
|
|
|
|
|
margin: 0 5px;
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#battery {
|
2024-06-26 22:13:02 -04:00
|
|
|
|
color: ${config.ar.home.theme.colors.text};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#battery.charging {
|
2024-06-26 22:13:02 -04:00
|
|
|
|
color: ${config.ar.home.theme.colors.primary};
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#battery.critical:not(.charging) {
|
|
|
|
|
color: #e78284;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces,
|
|
|
|
|
#mode,
|
|
|
|
|
#submap,
|
|
|
|
|
#scratchpad,
|
|
|
|
|
#tray,
|
|
|
|
|
#clock,
|
|
|
|
|
#custom-menu,
|
|
|
|
|
#custom-sway-close,
|
|
|
|
|
#custom-hyprland-close,
|
|
|
|
|
#hardware {
|
|
|
|
|
border-radius: 10;
|
2024-07-03 10:35:39 -04:00
|
|
|
|
background: rgba (36, 36, 36, 0.8);
|
2024-06-11 21:32:46 -04:00
|
|
|
|
margin: 5px 10px 0px 10px;
|
|
|
|
|
padding: 0px 10px 0px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#clock, #custom-menu, #custom-sway-close, #custom-hyprland-close {
|
|
|
|
|
padding: 0px 20px 0px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#submap,
|
|
|
|
|
#mode {
|
2024-06-26 22:13:02 -04:00
|
|
|
|
color: ${config.ar.home.theme.colors.text};
|
2024-07-01 22:59:41 -04:00
|
|
|
|
background: rgba(255, 123, 99, 0.8);
|
2024-06-11 21:32:46 -04:00
|
|
|
|
}
|
|
|
|
|
'';
|
2024-03-28 19:52:15 -04:00
|
|
|
|
};
|
|
|
|
|
}
|