2023-10-17 08:15:52 +01:00
|
|
|
{ config, lib, pkgs, ... }: {
|
2023-10-07 10:23:25 +01:00
|
|
|
home.packages = with pkgs; [ networkmanagerapplet bluez ];
|
2023-11-09 11:42:12 +00:00
|
|
|
systemd.user.targets.tray.Unit = {
|
|
|
|
Description = "Home Manager System Tray";
|
|
|
|
Requires = [ "graphical-session-pre.target" ];
|
|
|
|
};
|
2023-07-10 11:24:42 +01:00
|
|
|
programs.waybar = {
|
|
|
|
enable = true;
|
2023-10-17 08:15:52 +01:00
|
|
|
style = ./style.css;
|
2023-10-13 15:00:40 +01:00
|
|
|
systemd = {
|
|
|
|
enable = true;
|
|
|
|
target = "hyprland-session.target";
|
|
|
|
};
|
2023-07-13 12:41:00 +01:00
|
|
|
settings.main = {
|
|
|
|
layer = "top";
|
|
|
|
position = "top";
|
2023-11-04 12:00:40 +00:00
|
|
|
# Layout
|
2023-11-12 13:24:09 +00:00
|
|
|
"modules-left" =
|
|
|
|
[ "hyprland/workspaces" "custom/separator" "hyprland/window" ];
|
|
|
|
"modules-center" = [ ];
|
2023-11-04 12:00:40 +00:00
|
|
|
"modules-right" = [
|
2023-11-12 13:24:09 +00:00
|
|
|
"mpris"
|
2023-11-04 12:00:40 +00:00
|
|
|
"pulseaudio"
|
|
|
|
"disk"
|
|
|
|
"cpu"
|
|
|
|
"memory"
|
|
|
|
"temperature"
|
|
|
|
"clock"
|
2023-11-13 11:15:54 +00:00
|
|
|
"backlight"
|
|
|
|
"battery"
|
2023-11-04 12:00:40 +00:00
|
|
|
"tray"
|
|
|
|
];
|
|
|
|
# Module config
|
2023-11-12 13:24:09 +00:00
|
|
|
"custom/separator" = { format = " | "; };
|
2023-11-04 12:00:40 +00:00
|
|
|
"hyprland/workspaces" = {
|
|
|
|
format = "{icon}";
|
|
|
|
format-icons = {
|
2023-11-10 11:49:12 +00:00
|
|
|
"1" = "";
|
|
|
|
"2" = "";
|
|
|
|
"3" = "";
|
|
|
|
"4" = "";
|
|
|
|
"5" = "";
|
|
|
|
"6" = "";
|
2023-11-12 13:24:09 +00:00
|
|
|
"emacs" = "";
|
|
|
|
"top" = "";
|
|
|
|
"chromium" = "";
|
|
|
|
"steam" = "";
|
|
|
|
"remote" = "";
|
2023-11-10 11:49:12 +00:00
|
|
|
default = "";
|
|
|
|
special = "";
|
|
|
|
urgent = "";
|
2023-11-04 12:00:40 +00:00
|
|
|
};
|
|
|
|
show-special = true;
|
2023-11-12 13:24:09 +00:00
|
|
|
sort-by = "number";
|
|
|
|
};
|
|
|
|
"hyprland/window" = {
|
|
|
|
rewrite = {
|
|
|
|
"(.*) - GNU Emacs(.*)" = " $1";
|
|
|
|
"(.*) - Chromium" = " $1";
|
2023-11-13 06:13:01 +00:00
|
|
|
"Nyxt - (.*)" = " $1";
|
2023-11-13 08:26:18 +00:00
|
|
|
"NoMachine - (.*)" = " $1";
|
2023-11-12 13:24:09 +00:00
|
|
|
};
|
|
|
|
separate-outputs = true;
|
2023-11-04 12:00:40 +00:00
|
|
|
};
|
|
|
|
mpris = {
|
2023-11-12 13:24:09 +00:00
|
|
|
"format" = "{player_icon} <b>{title}</b>";
|
|
|
|
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
|
2023-11-04 12:00:40 +00:00
|
|
|
"interval" = 1;
|
|
|
|
"player-icons" = {
|
|
|
|
"default" = "";
|
|
|
|
"mpv" = "";
|
|
|
|
"ncspot" = "";
|
|
|
|
};
|
|
|
|
"status-icons" = {
|
|
|
|
"playing" = "";
|
|
|
|
"paused" = "";
|
|
|
|
"stopped" = "";
|
|
|
|
};
|
2023-11-13 06:22:40 +00:00
|
|
|
"ignored-players" = [ "firefox" "chromium" ];
|
2023-11-04 12:00:40 +00:00
|
|
|
};
|
|
|
|
pulseaudio = {
|
|
|
|
scroll-step = 5;
|
2023-11-13 11:15:54 +00:00
|
|
|
format = "{format_source}/{icon} {volume}%";
|
2023-11-12 16:52:46 +00:00
|
|
|
format-muted = "{format_source}/";
|
2023-11-05 07:26:32 +00:00
|
|
|
format-source = "";
|
|
|
|
format-source-muted = "";
|
2023-11-04 12:00:40 +00:00
|
|
|
format-icons = {
|
2023-11-05 07:26:32 +00:00
|
|
|
car = "";
|
|
|
|
default = [ "" "" "" ];
|
2023-11-04 12:00:40 +00:00
|
|
|
hands-free = "";
|
|
|
|
headset = "";
|
|
|
|
phone = "";
|
|
|
|
portable = "";
|
2023-11-05 07:26:32 +00:00
|
|
|
headphone = "";
|
2023-11-04 12:00:40 +00:00
|
|
|
};
|
|
|
|
on-click = "pavucontrol";
|
2023-11-05 07:26:32 +00:00
|
|
|
on-click-middle = "volumectl -m %";
|
|
|
|
on-click-right = "volumectl %";
|
|
|
|
on-scroll-up = "volumectl -u + 5";
|
|
|
|
on-scroll-down = "volumectl -u - 5";
|
2023-11-04 12:00:40 +00:00
|
|
|
};
|
|
|
|
disk = {
|
2023-11-13 11:15:54 +00:00
|
|
|
format = " {percentage_used}%";
|
2023-11-04 12:00:40 +00:00
|
|
|
path = config.home.homeDirectory;
|
|
|
|
};
|
|
|
|
cpu = {
|
2023-11-13 11:15:54 +00:00
|
|
|
format = " {usage}%";
|
2023-11-04 12:00:40 +00:00
|
|
|
tooltip = false;
|
|
|
|
};
|
2023-11-13 11:15:54 +00:00
|
|
|
memory = { format = " {}%"; };
|
2023-11-04 12:00:40 +00:00
|
|
|
temperature = {
|
|
|
|
critical-threshold = 80;
|
2023-11-13 11:15:54 +00:00
|
|
|
format = "{icon} {temperatureC}°C";
|
2023-11-04 12:00:40 +00:00
|
|
|
format-icons = [ "" "" "" ];
|
|
|
|
};
|
|
|
|
clock = {
|
2023-11-13 11:15:54 +00:00
|
|
|
format = "{: %Y-%M-%d %R}";
|
2023-11-04 12:00:40 +00:00
|
|
|
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
|
|
|
calendar = {
|
|
|
|
mode = "month";
|
|
|
|
mode-mon-col = 3;
|
|
|
|
weeks-pos = "left";
|
|
|
|
on-scroll = 1;
|
|
|
|
on-click-right = "mode";
|
|
|
|
format = {
|
|
|
|
months = "<span color='#ffead3'><b>{}</b></span>";
|
|
|
|
days = "<span color='#ecc6d9'><b>{}</b></span>";
|
|
|
|
weeks = "<span color='#99ffdd'><b>W{}</b></span>";
|
|
|
|
weekdays = "<span color='#ffcc66'><b>{}</b></span>";
|
|
|
|
today = "<span color='#ff6699'><b><u>{}</u></b></span>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
actions = {
|
|
|
|
on-click-right = "mode";
|
|
|
|
on-scroll-up = "shift_up";
|
|
|
|
on-scroll-down = "shift_down";
|
|
|
|
};
|
|
|
|
};
|
2023-11-13 11:15:54 +00:00
|
|
|
backlight = {
|
|
|
|
format = "{icon}";
|
|
|
|
tooltip-format = "{percent}%";
|
|
|
|
format-icons = [ "" "" "" "" "" "" "" "" "" ];
|
|
|
|
};
|
|
|
|
battery = {
|
|
|
|
states = {
|
|
|
|
warning = 30;
|
|
|
|
critical = 15;
|
|
|
|
};
|
|
|
|
format = "{icon}";
|
|
|
|
format-charging = "";
|
|
|
|
format-plugged = "";
|
|
|
|
tooltip-format = "{time} {capacity}%";
|
|
|
|
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
|
|
|
};
|
2023-11-04 12:00:40 +00:00
|
|
|
tray = {
|
|
|
|
icon-size = 16;
|
|
|
|
show-passive-items = true;
|
|
|
|
spacing = 5;
|
|
|
|
};
|
2023-07-13 12:41:00 +01:00
|
|
|
};
|
2023-07-10 11:24:42 +01:00
|
|
|
};
|
|
|
|
}
|