(
This commit is contained in:
parent
dba0dd05cf
commit
7dd25a12ab
3 changed files with 284 additions and 285 deletions
|
|
@ -132,7 +132,6 @@
|
||||||
kdenlive
|
kdenlive
|
||||||
system-config-printer
|
system-config-printer
|
||||||
libreoffice
|
libreoffice
|
||||||
helvum
|
|
||||||
killall
|
killall
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
eza
|
eza
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,13 @@
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
libnotify
|
libnotify
|
||||||
swww
|
swww
|
||||||
#wofi
|
|
||||||
hyprpicker
|
hyprpicker
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
hyprlock
|
hyprlock
|
||||||
wlogout
|
wlogout
|
||||||
hypridle
|
hypridle
|
||||||
pavucontrol
|
qpwgraph
|
||||||
|
pwvucontrol
|
||||||
brightnessctl
|
brightnessctl
|
||||||
satty
|
satty
|
||||||
grim
|
grim
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ in
|
||||||
format-muted = " {format_source}";
|
format-muted = " {format_source}";
|
||||||
format-source = "{volume}% ";
|
format-source = "{volume}% ";
|
||||||
format-source-muted = "";
|
format-source-muted = "";
|
||||||
on-click = "pavucontrol";
|
on-click = "${pkgs.pwvucontrol}/bin/pwvucontrol";
|
||||||
};
|
};
|
||||||
"hyprland/submap" = { format = ''<span style="italic">{}</span>''; };
|
"hyprland/submap" = { format = ''<span style="italic">{}</span>''; };
|
||||||
temperature = {
|
temperature = {
|
||||||
|
|
@ -114,7 +114,7 @@ in
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
all-outputs = true;
|
all-outputs = false;
|
||||||
warp-on-scroll = true;
|
warp-on-scroll = true;
|
||||||
format = "{name}{icon} ";
|
format = "{name}{icon} ";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue