(
This commit is contained in:
parent
dba0dd05cf
commit
7dd25a12ab
3 changed files with 284 additions and 285 deletions
|
|
@ -132,7 +132,6 @@
|
|||
kdenlive
|
||||
system-config-printer
|
||||
libreoffice
|
||||
helvum
|
||||
killall
|
||||
nix-output-monitor
|
||||
eza
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
swaynotificationcenter
|
||||
libnotify
|
||||
swww
|
||||
#wofi
|
||||
hyprpicker
|
||||
networkmanagerapplet
|
||||
hyprlock
|
||||
wlogout
|
||||
hypridle
|
||||
pavucontrol
|
||||
qpwgraph
|
||||
pwvucontrol
|
||||
brightnessctl
|
||||
satty
|
||||
grim
|
||||
|
|
|
|||
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue