asdf
This commit is contained in:
parent
89a63ca9af
commit
9cffd38f14
|
@ -115,7 +115,7 @@ function Volume() {
|
||||||
|
|
||||||
const vol = audio.speaker.volume * 100;
|
const vol = audio.speaker.volume * 100;
|
||||||
|
|
||||||
const value = Widget.Label({
|
const value = Widget.Label({
|
||||||
// label: audio.speaker.volume.toString(),
|
// label: audio.speaker.volume.toString(),
|
||||||
label: vol.toString(),
|
label: vol.toString(),
|
||||||
});
|
});
|
||||||
|
|
|
@ -23,8 +23,8 @@ exec-once = dbus-update-activation-environment --systemd --all
|
||||||
# background
|
# background
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
# bar
|
# bar
|
||||||
# exec-once = /home/sako/.config/waybar/launch-waybar.sh
|
exec-once = /home/sako/.config/waybar/launch-waybar.sh
|
||||||
exec-once = /home/sako/.config/ags/launch-ags.sh
|
# exec-once = /home/sako/.config/ags/launch-ags.sh
|
||||||
# applets
|
# applets
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
|
|
|
@ -123,9 +123,9 @@ in
|
||||||
# this automatically sets the types
|
# this automatically sets the types
|
||||||
# thanks PartyWumpus
|
# thanks PartyWumpus
|
||||||
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
||||||
"/nixos/config/ags/types" = {
|
# "/nixos/config/ags/types" = {
|
||||||
source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
# source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
hypr = {
|
hypr = {
|
||||||
|
|
Loading…
Reference in a new issue