little update

This commit is contained in:
Sense T 2023-06-28 06:17:14 +08:00
parent f4e14d0da5
commit 3bcf9aeb69
3 changed files with 7 additions and 8 deletions

View File

@ -13,6 +13,7 @@
# "cpu" # "cpu"
# "memory" # "memory"
"battery" "battery"
"network"
"tray" "tray"
"clock" "clock"
]; ];
@ -20,8 +21,8 @@
wireplumber = { wireplumber = {
tooltip = false; tooltip = false;
scroll-step = 5; scroll-step = 5;
format = "{icon} {volume}%"; format = "{icon} {volume}%";
format-muted = "{icon} {volume}%"; format-muted = "{icon} --";
on-click ="wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # wpctl? on-click ="wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # wpctl?
format-icons = { format-icons = {
default = ["" "" ""]; default = ["" "" ""];
@ -51,13 +52,13 @@
network = { network = {
tooltip = false; tooltip = false;
format-wifi = " {essid}"; format-wifi = " {essid}";
format-ethernet = ""; format-ethernet = "";
}; };
backlight = { backlight = {
tooltip = false; tooltip = false;
format = " {}%"; format = " {}%";
interval = 1; interval = 1;
on-scroll-up = "light -A 5"; on-scroll-up = "light -A 5";
on-scroll-down = "light -U 5"; on-scroll-down = "light -U 5";
@ -72,7 +73,7 @@
format = "{icon} {capacity}%"; format = "{icon} {capacity}%";
format-charging = " {capacity}%"; format-charging = " {capacity}%";
format-plugged = " {capacity}%"; format-plugged = " {capacity}%";
format-alt = "{time} {icon}"; format-alt = "{time} {icon}";
format-icons = ["" "" "" "" ""]; format-icons = ["" "" "" "" ""];
}; };
@ -82,7 +83,7 @@
}; };
clock = { clock = {
format = " {:%H:%M}"; format = " {:%H:%M}";
tooltip-format = "\n<span size='9pt' font='Source Han Mono SC'>{calendar}</span>"; tooltip-format = "\n<span size='9pt' font='Source Han Mono SC'>{calendar}</span>";
calendar = { calendar = {
mode = "month"; mode = "month";

View File

@ -16,7 +16,6 @@ monitor=,preferred,auto,1,transform,3
# Execute your favorite apps at launch # Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec-once = waybar exec-once = waybar
exec-once = nm-applet --sm-disable
exec-once = systemctl --user start dunst exec-once = systemctl --user start dunst
exec-once = systemctl --user start fcitx5-daemon exec-once = systemctl --user start fcitx5-daemon

View File

@ -16,7 +16,6 @@
#rofi-rbw #rofi-rbw
nwg-launchers nwg-launchers
iconpack-obsidian # icon theme iconpack-obsidian # icon theme
networkmanagerapplet
]; ];
sessionPath = [ sessionPath = [