waybar
This commit is contained in:
parent
6034a5ea93
commit
9d1fcfadc1
3 changed files with 5 additions and 18 deletions
|
|
@ -31,7 +31,7 @@
|
|||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
exec-once=waybar
|
||||
exec-once=systemctl --user restart waybar.service
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=mako
|
||||
exec-once = swww init
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
package = pkgs.waybar;
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "hyprland-session.target"
|
||||
target = "hyprland-session.target";
|
||||
};
|
||||
settings = {
|
||||
main_bar = {
|
||||
|
|
@ -26,12 +26,6 @@
|
|||
"pulseaudio"
|
||||
"battery"
|
||||
];
|
||||
river/tags = {
|
||||
num-tags = 9;
|
||||
};
|
||||
river/mode = {
|
||||
format = "Mode: {}";
|
||||
};
|
||||
clock = {
|
||||
format = "{:%H:%M}";
|
||||
format-alt = "{:%Y-%m-%d}";
|
||||
|
|
@ -86,7 +80,7 @@
|
|||
scroll-steps = 10;
|
||||
format-icons = {
|
||||
headphone = "";
|
||||
"hands-free" = "";
|
||||
hands-free = "";
|
||||
headset = "";
|
||||
phone = "";
|
||||
portable = "";
|
||||
|
|
@ -103,11 +97,6 @@
|
|||
icon-size = 20;
|
||||
spacing = 10;
|
||||
};
|
||||
custom/joljol = {
|
||||
exec = "joljol";
|
||||
format = "{}";
|
||||
update-interval = 100;
|
||||
};
|
||||
};
|
||||
|
||||
style = ''
|
||||
|
|
@ -185,10 +174,6 @@
|
|||
color: #ebbcba;
|
||||
}
|
||||
|
||||
#custom-joljol {
|
||||
color: #ebbcba;
|
||||
margin: 10px 10px 0px 10px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
background: #31748f;
|
||||
|
|
@ -320,4 +305,5 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue