From f014345b277e0014ab26262170d06cf00c541509 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 13:18:53 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 4 +++- .../nixos-laptop/home-manager/waybar-conf.nix | 22 +++++-------------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 7632f2b4..ddefbbcd 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -90,7 +90,9 @@ gruvbox-gtk-theme # Gruvbox Theme papirus-icon-theme # Papirus Icons libinput-gestures # Gesture Control\ - sublime-music # Airsonic Music client + sublime-music # Airsonic Music client + playerctl # Control sublime-music from waybar? + pavucontrol # Pulse Audio Volume CONTROL ]; # Enable sound with pipewire. diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index a882c0cd..7b0650f4 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -13,9 +13,12 @@ "position": "top", "modules-left": [ "hyprland/workspaces", + "hyprland/submap", "hyprland/window" ], - "modules-center": ["clock"], + "modules-center": [ + "clock" + ], "modules-right": [ "pulseaudio", "network", @@ -29,20 +32,7 @@ ], "wlr/workspaces": { - "disable-scroll": true - }, - - "custom/weather": { - "format": "{}", - "tooltip": true, - "interval": 3600, - "exec": "python ~/.config/waybar/waybar-wttr.py", - "return-type": "json" - }, - - "sway/mode": { - "format": "{}", - "tooltip": false + "disable-scroll": false }, "clock": { @@ -85,8 +75,6 @@ }, "tooltip": false, "on-click": "pavucontrol --class=pavu", - "on-click-right": "easyeffects", - "ignored-sinks": ["Easy Effects Sink", "Monitor of Easy Effects Sink"] }, "network": {