443 current 2024-04-21 16:42:31 24.05.20240421.a8a8401 6.8.6-zen1 *
This commit is contained in:
parent
02ca511668
commit
aaca123424
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ in {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = import ./style.nix;
|
style = import ./style.nix;
|
||||||
# package = inputs.waybar.packages.x86_64-linux.waybar;
|
package = inputs.waybar.packages.x86_64-linux.waybar;
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
target = "hyprland-session.target";
|
target = "hyprland-session.target";
|
||||||
|
|
@ -43,7 +43,7 @@ in {
|
||||||
"battery"
|
"battery"
|
||||||
];
|
];
|
||||||
modules-center = [];
|
modules-center = [];
|
||||||
modules-right = ["pulseaudio" "network" "clock" "custom/power"];
|
modules-right = ["pulseaudio" "network" "clock" "tray" "custom/power"];
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue