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 kdenlive
system-config-printer system-config-printer
libreoffice libreoffice
helvum
killall killall
nix-output-monitor nix-output-monitor
eza eza

View file

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

View file

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