Compare commits
No commits in common. "c8c70a13feae81b878a9af8cccc92cb6a0ac989c" and "a9b044b1f14815b66ec25363626ea0b81edc65d6" have entirely different histories.
c8c70a13fe
...
a9b044b1f1
2 changed files with 3 additions and 45 deletions
|
@ -297,7 +297,6 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
luasnip
|
|
||||||
mason-lspconfig-nvim
|
mason-lspconfig-nvim
|
||||||
{
|
{
|
||||||
plugin = mason-nvim;
|
plugin = mason-nvim;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{hostConfig, ...}:
|
_: {
|
||||||
{
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd = {
|
systemd = {
|
||||||
|
@ -16,13 +15,8 @@
|
||||||
"sway/workspaces"
|
"sway/workspaces"
|
||||||
"sway/mode"
|
"sway/mode"
|
||||||
];
|
];
|
||||||
modules-right = [ "network" ]
|
modules-right = [
|
||||||
++ (if hostConfig.laptop then
|
"network"
|
||||||
[ "custom/sep"
|
|
||||||
"backlight"
|
|
||||||
"battery"]
|
|
||||||
else null
|
|
||||||
) ++ [
|
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
"memory"
|
"memory"
|
||||||
"cpu"
|
"cpu"
|
||||||
|
@ -102,41 +96,6 @@
|
||||||
"format" = "{temperatureC}°C ";
|
"format" = "{temperatureC}°C ";
|
||||||
"thermal-zone" = "6";
|
"thermal-zone" = "6";
|
||||||
};
|
};
|
||||||
"backlight" = {
|
|
||||||
"format" = "{percent}% {icon}";
|
|
||||||
"format-icons" = [
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
""
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"battery" = {
|
|
||||||
"tooltip" = false;
|
|
||||||
"states" = {
|
|
||||||
"full" = 100;
|
|
||||||
"warning" = 30;
|
|
||||||
"critical" = 15;
|
|
||||||
};
|
|
||||||
"format" = "{capacity}% {icon}";
|
|
||||||
"format-charging" = "{capacity}% ";
|
|
||||||
"format-plugged" = "{capacity}% ";
|
|
||||||
"format-alt" = "{time} {icon}";
|
|
||||||
"format-icons" = [
|
|
||||||
" "
|
|
||||||
" "
|
|
||||||
" "
|
|
||||||
" "
|
|
||||||
" "
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue