Compare commits

..

No commits in common. "c8c70a13feae81b878a9af8cccc92cb6a0ac989c" and "a9b044b1f14815b66ec25363626ea0b81edc65d6" have entirely different histories.

2 changed files with 3 additions and 45 deletions

View file

@ -297,7 +297,6 @@
}
'';
}
luasnip
mason-lspconfig-nvim
{
plugin = mason-nvim;

View file

@ -1,5 +1,4 @@
{hostConfig, ...}:
{
_: {
programs.waybar = {
enable = true;
systemd = {
@ -16,13 +15,8 @@
"sway/workspaces"
"sway/mode"
];
modules-right = [ "network" ]
++ (if hostConfig.laptop then
[ "custom/sep"
"backlight"
"battery"]
else null
) ++ [
modules-right = [
"network"
"custom/sep"
"memory"
"cpu"
@ -102,41 +96,6 @@
"format" = "{temperatureC}°C ";
"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 = ''