diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 3d352537..7c114856 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -320,7 +320,7 @@ in { | |||
320 | output = "eDP-1"; | 320 | output = "eDP-1"; |
321 | modules-left = [ "hyprland/workspaces" ]; | 321 | modules-left = [ "hyprland/workspaces" ]; |
322 | modules-center = [ "hyprland/window" ]; | 322 | modules-center = [ "hyprland/window" ]; |
323 | modules-right = [ "custom/weather" "custom/keymap" "clock" "privacy" "tray" "pulseaudio" "backlight" "battery" "idle_inhibitor" ]; | 323 | modules-right = [ "custom/weather" "custom/keymap" "clock" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" ]; |
324 | 324 | ||
325 | "custom/weather" = { | 325 | "custom/weather" = { |
326 | format = "{}"; | 326 | format = "{}"; |
@@ -411,7 +411,10 @@ in { | |||
411 | privacy = { | 411 | privacy = { |
412 | icon-spacing = 7; | 412 | icon-spacing = 7; |
413 | icon-size = iconSize; | 413 | icon-size = iconSize; |
414 | modules = [ { type = "screenshare"; } { type = "audio-in"; } ]; | 414 | modules = [ |
415 | { type = "screenshare"; } | ||
416 | # { type = "audio-in"; } | ||
417 | ]; | ||
415 | }; | 418 | }; |
416 | idle_inhibitor = { | 419 | idle_inhibitor = { |
417 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; | 420 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; |
@@ -426,13 +429,13 @@ in { | |||
426 | on-scroll-up = "lightctl -d up"; | 429 | on-scroll-up = "lightctl -d up"; |
427 | on-scroll-down = "lightctl -d down"; | 430 | on-scroll-down = "lightctl -d down"; |
428 | }; | 431 | }; |
429 | pulseaudio = { | 432 | wireplumber = { |
430 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; | 433 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; |
431 | icon-size = iconSize; | 434 | icon-size = iconSize; |
432 | tooltip-format = "{volume}% {desc}"; | 435 | tooltip-format = "{volume}% {desc}"; |
433 | format-icons = ["󰕿" "󰖀" "󰕾"]; | 436 | format-icons = ["󰕿" "󰖀" "󰕾"]; |
434 | format-muted = "󰝟"; | 437 | format-muted = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">󰝟</span>"; |
435 | ignored-sinks = ["Easy Effects Sink"]; | 438 | # ignored-sinks = ["Easy Effects Sink"]; |
436 | on-scroll-up = "volumectl -d -u up"; | 439 | on-scroll-up = "volumectl -d -u up"; |
437 | on-scroll-down = "volumectl -d -u down"; | 440 | on-scroll-down = "volumectl -d -u down"; |
438 | on-click = "volumectl -d toggle-mute"; | 441 | on-click = "volumectl -d toggle-mute"; |
@@ -518,10 +521,8 @@ in { | |||
518 | #tray { | 521 | #tray { |
519 | margin: 0; | 522 | margin: 0; |
520 | } | 523 | } |
521 | #battery, #idle_inhibitor, #backlight, #pulseaudio { | 524 | #battery, #idle_inhibitor, #backlight, #wireplumber { |
522 | color: @grey; | 525 | color: @grey; |
523 | } | ||
524 | #battery, #pulseaudio, #backlight, #idle_inhibitor { | ||
525 | margin: 0 5px 0 2px; | 526 | margin: 0 5px 0 2px; |
526 | } | 527 | } |
527 | #battery.discharging { | 528 | #battery.discharging { |
@@ -721,7 +722,7 @@ in { | |||
721 | 722 | ||
722 | home = { | 723 | home = { |
723 | packages = with pkgs; [ | 724 | packages = with pkgs; [ |
724 | fira fira-code powerline-fonts nerdfonts pavucontrol | 725 | fira fira-code powerline-fonts nerdfonts pwvucontrol |
725 | wrappedKeepassxc wl-clipboard-rs mumble pulseaudio-ctl | 726 | wrappedKeepassxc wl-clipboard-rs mumble pulseaudio-ctl |
726 | pamixer libnotify screen-message wrappedYTMDesktop qt5ct | 727 | pamixer libnotify screen-message wrappedYTMDesktop qt5ct |
727 | playerctl evince thunderbird zoom-us steam steam-run | 728 | playerctl evince thunderbird zoom-us steam steam-run |