diff --git a/config/ags/config.js b/config/ags/config.js index 1f761b88..edc4179d 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -115,7 +115,7 @@ function Volume() { const vol = audio.speaker.volume * 100; - const value = Widget.Label({ + const value = Widget.Label({ // label: audio.speaker.volume.toString(), label: vol.toString(), }); diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index d2301a23..438c7777 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -23,8 +23,8 @@ exec-once = dbus-update-activation-environment --systemd --all # background exec-once = hyprpaper # bar -# exec-once = /home/sako/.config/waybar/launch-waybar.sh -exec-once = /home/sako/.config/ags/launch-ags.sh +exec-once = /home/sako/.config/waybar/launch-waybar.sh +# exec-once = /home/sako/.config/ags/launch-ags.sh # applets exec-once = nm-applet exec-once = blueman-applet diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index df7b93e3..d048699f 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -123,9 +123,9 @@ in # this automatically sets the types # thanks PartyWumpus # https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492 - "/nixos/config/ags/types" = { - source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types"; - }; + # "/nixos/config/ags/types" = { + # source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types"; + # }; }; xdg.configFile = { hypr = {