This commit is contained in:
Aleksandr Lebedev 2025-01-31 19:11:38 +01:00
parent dba0dd05cf
commit 7dd25a12ab
3 changed files with 284 additions and 285 deletions

View file

@ -132,7 +132,6 @@
kdenlive
system-config-printer
libreoffice
helvum
killall
nix-output-monitor
eza

View file

@ -16,13 +16,13 @@
swaynotificationcenter
libnotify
swww
#wofi
hyprpicker
networkmanagerapplet
hyprlock
wlogout
hypridle
pavucontrol
qpwgraph
pwvucontrol
brightnessctl
satty
grim

View file

@ -1,6 +1,6 @@
{ pkgs, lib, hwconfig, ... }:
let
battery = (import ./battery-status.nix {inherit pkgs; inherit hwconfig;});
battery = (import ./battery-status.nix {inherit pkgs; inherit hwconfig;});
in
{
programs.waybar = {
@ -30,7 +30,7 @@ in
];
modules-left = [
"hyprland/workspaces"
# "hyprland/window"
# "hyprland/window"
];
modules-right = [
"pulseaudio"
@ -103,7 +103,7 @@ in
format-muted = " {format_source}";
format-source = "{volume}% ";
format-source-muted = "";
on-click = "pavucontrol";
on-click = "${pkgs.pwvucontrol}/bin/pwvucontrol";
};
"hyprland/submap" = { format = ''<span style="italic">{}</span>''; };
temperature = {
@ -114,9 +114,9 @@ in
"hyprland/workspaces" = {
disable-scroll = true;
all-outputs = true;
all-outputs = false;
warp-on-scroll = true;
format = "{name}{icon}";
format = "{name}{icon} ";
format-icons = {
urgent = "";
active = "";