Compare commits
1 Commits
a69ccdc6a2
...
0d3f55da75
Author | SHA1 | Date | |
---|---|---|---|
0d3f55da75 |
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.target = "graphical-session.target";
|
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
output = ["DP-3" "eDP-1"];
|
output = ["DP-3" "eDP-1"];
|
||||||
@@ -91,6 +90,7 @@
|
|||||||
};
|
};
|
||||||
"dynamic-order" = ["title" "artist"];
|
"dynamic-order" = ["title" "artist"];
|
||||||
};
|
};
|
||||||
|
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
"scroll-step" = 1;
|
"scroll-step" = 1;
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
@@ -126,6 +126,11 @@
|
|||||||
"all-outputs" = true;
|
"all-outputs" = true;
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
};
|
};
|
||||||
|
load = {format = " {load1}";};
|
||||||
|
backlight = {
|
||||||
|
format = "{icon} {percent}%";
|
||||||
|
"format-icons" = ["" "" "" "" "" "" "" "" ""];
|
||||||
|
};
|
||||||
clock = {
|
clock = {
|
||||||
"tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
"tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||||
format = " {:%H:%M}";
|
format = " {:%H:%M}";
|
||||||
@@ -148,6 +153,40 @@
|
|||||||
"format-icons" = ["▁" "▂" "▃" "▄" "▅" "▆" "▇" "█"];
|
"format-icons" = ["▁" "▂" "▃" "▄" "▅" "▆" "▇" "█"];
|
||||||
actions = {"on-click-right" = "mode";};
|
actions = {"on-click-right" = "mode";};
|
||||||
};
|
};
|
||||||
|
"idle_inhibitor" = {
|
||||||
|
format = "{icon}";
|
||||||
|
"format-icons" = {
|
||||||
|
activated = "";
|
||||||
|
deactivated = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
tray = {
|
||||||
|
"icon-size" = 14;
|
||||||
|
spacing = 10;
|
||||||
|
};
|
||||||
|
"power-profiles-daemon" = {
|
||||||
|
"format" = "{icon}";
|
||||||
|
"tooltip-format" = "Power profile: {profile}\nDriver: {driver}";
|
||||||
|
"tooltip" = true;
|
||||||
|
"format-icons" = {
|
||||||
|
"default" = "";
|
||||||
|
"performance" = "";
|
||||||
|
"balanced" = "";
|
||||||
|
"power-saver" = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
battery = {
|
||||||
|
states = {
|
||||||
|
warning = 30;
|
||||||
|
critical = 15;
|
||||||
|
};
|
||||||
|
format = "{icon} {capacity}%";
|
||||||
|
"format-full" = "{icon} {capacity}%";
|
||||||
|
"format-charging" = " {capacity}%";
|
||||||
|
"format-plugged" = " {capacity}%";
|
||||||
|
"format-alt" = "{icon} {time}";
|
||||||
|
"format-icons" = ["" "" "" "" ""];
|
||||||
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{status_icon} {dynamic}";
|
format = "{status_icon} {dynamic}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
@@ -159,6 +198,25 @@
|
|||||||
};
|
};
|
||||||
"dynamic-order" = ["title" "artist"];
|
"dynamic-order" = ["title" "artist"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wireplumber = {
|
||||||
|
"scroll-step" = 1;
|
||||||
|
format = "{icon} {volume}%";
|
||||||
|
"format-bluetooth" = "{icon} {volume}% ";
|
||||||
|
"format-bluetooth-muted" = " {icon}";
|
||||||
|
"format-muted" = "";
|
||||||
|
"format-icons" = {
|
||||||
|
headphone = "";
|
||||||
|
"hands-free" = "";
|
||||||
|
headset = "";
|
||||||
|
phone = "";
|
||||||
|
portable = "";
|
||||||
|
car = "";
|
||||||
|
default = ["" "" ""];
|
||||||
|
};
|
||||||
|
"on-click" = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||||
|
"on-click-right" = "pavucontrol";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
style = ''
|
style = ''
|
||||||
|
@@ -72,7 +72,7 @@ in {
|
|||||||
plexamp
|
plexamp
|
||||||
remmina
|
remmina
|
||||||
|
|
||||||
# Audio / Visual
|
# Visual
|
||||||
loupe # Image viewer
|
loupe # Image viewer
|
||||||
inkscape # Vector editor
|
inkscape # Vector editor
|
||||||
krita # Image editor
|
krita # Image editor
|
||||||
@@ -81,8 +81,6 @@ in {
|
|||||||
imagemagick # Image processing
|
imagemagick # Image processing
|
||||||
mpv # Video player
|
mpv # Video player
|
||||||
cava # Audio visualizer
|
cava # Audio visualizer
|
||||||
wireplumber # Audio server
|
|
||||||
pavucontrol # Audio control
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
Reference in New Issue
Block a user