disable plymouth, change kernel, update neovim config
This commit is contained in:
@@ -18,11 +18,12 @@
|
||||
"float, class:^(.*blueman-manager.*)$"
|
||||
"size 530 300, class:^(.*blueman-manager.*)$"
|
||||
"move 100%-w-20 40, class:^(.*blueman-manager.*)$"
|
||||
"noborder, class:^(.*dg-desktop-portal-.*)$"
|
||||
"noblur, class:^(.*dg-desktop-portal-.*)$"
|
||||
"noshadow, class:^(.*dg-desktop-portal-.*)$"
|
||||
"float, class:^(*.dg-desktop-portal-.*)$"
|
||||
"pin, class:^(*.dg-desktop-portal-.*)$"
|
||||
"tag +portal, class:^(.*desktop-portal.*)$"
|
||||
"noborder, tag:portal"
|
||||
"noblur, class:portal"
|
||||
"noshadow, class:portal"
|
||||
"float, class:portal"
|
||||
"pin, class:portal"
|
||||
"pin, class:^(gcr-prompter)$"
|
||||
"float, title:^(Volume Control)$"
|
||||
"pin, title:^(Volume Control)$"
|
||||
|
||||
@@ -13,14 +13,13 @@ let
|
||||
inherit (config.var.theme) rounding border-size gaps-in gaps-out;
|
||||
inherit (config.var.theme.bar)
|
||||
floating transparentButtons transparent position;
|
||||
inherit (config.var) cpuTempSensor location username weatherapikey;
|
||||
inherit (config.var) location username weatherapikey;
|
||||
in {
|
||||
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
|
||||
|
||||
programs.hyprpanel = {
|
||||
enable = true;
|
||||
overlay.enable = true;
|
||||
systemd.enable = true;
|
||||
hyprland.enable = true;
|
||||
overwrite.enable = true;
|
||||
layout = {
|
||||
@@ -34,7 +33,7 @@ in {
|
||||
"hyprsunset"
|
||||
"battery"
|
||||
"network"
|
||||
"cputemp"
|
||||
"cpu"
|
||||
"clock"
|
||||
"notifications"
|
||||
];
|
||||
@@ -51,7 +50,6 @@ in {
|
||||
bar.battery.hideLabelWhenFull = true;
|
||||
bar.bluetooth.label = false;
|
||||
bar.clock.format = "%a, %d %b %H:%M";
|
||||
bar.customModules.cpuTemp.sensor = cpuTempSensor;
|
||||
bar.customModules.hypridle.label = false;
|
||||
bar.customModules.hyprsunset.label = false;
|
||||
bar.launcher.icon = "";
|
||||
@@ -120,7 +118,7 @@ in {
|
||||
theme.bar.buttons.workspaces.occupied = accent;
|
||||
theme.bar.buttons.y_margins =
|
||||
if floating && transparent then "0" else "8";
|
||||
theme.bar.dropdownGap = "4.5em";
|
||||
theme.bar.dropdownGap = "3em";
|
||||
theme.bar.floating = if floating then "true" else "false";
|
||||
theme.bar.location = position;
|
||||
theme.bar.margin_bottom =
|
||||
|
||||
Reference in New Issue
Block a user