j
This commit is contained in:
parent
5b12fcebf9
commit
04c1b47619
8 changed files with 278 additions and 73 deletions
|
@ -135,6 +135,14 @@
|
|||
|
||||
wineWowPackages.stagingFull
|
||||
winetricks
|
||||
|
||||
nautilus
|
||||
nautilus-open-any-terminal
|
||||
turtle
|
||||
gnome-online-accounts
|
||||
gnome-online-accounts-gtk
|
||||
|
||||
wordbook
|
||||
])
|
||||
];
|
||||
|
||||
|
@ -214,8 +222,12 @@
|
|||
exec = "/home/emenel/.local/bin/wezapp btop";
|
||||
categories = [ "System" ];
|
||||
};
|
||||
steam-offload = {
|
||||
name = "Steam (nvidia-offload)";
|
||||
exec = "nvidia-offload gamescope -- steam";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."halloy/config.toml".source = ../../homes/emenel/dotfiles/dot_config/halloy/config.toml;
|
||||
|
||||
xdg.configFile."nyxt/config.lisp".source = ../../homes/emenel/dotfiles/dot_config/nyxt/config.lisp;
|
||||
}
|
||||
|
|
|
@ -27,12 +27,21 @@ in {
|
|||
"memory"
|
||||
"network"
|
||||
"wireplumber"
|
||||
"bluetooth"
|
||||
"power-profiles-daemon"
|
||||
"upower"
|
||||
"idle_inhibitor"
|
||||
"custom/notification"
|
||||
];
|
||||
|
||||
"bluetooth" = {
|
||||
"format" = "";
|
||||
"format-off" = "";
|
||||
"format-disabled" = "!";
|
||||
"on-click" = "$HOME/.local/bin/wezlauncher bluetui";
|
||||
"tooltip-format" = "{status}";
|
||||
};
|
||||
|
||||
"custom/notification" = {
|
||||
"tooltip" = false;
|
||||
"format" = "{icon}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue