update hyprpanel and plymouth
This commit is contained in:
parent
0907481b8f
commit
8c7a786456
@ -61,6 +61,9 @@ in {
|
|||||||
bar.windowtitle.label = true;
|
bar.windowtitle.label = true;
|
||||||
bar.workspaces.hideUnoccupied = false;
|
bar.workspaces.hideUnoccupied = false;
|
||||||
bar.workspaces.monitorSpecific = true;
|
bar.workspaces.monitorSpecific = true;
|
||||||
|
bar.workspaces.numbered_active_indicator = "color";
|
||||||
|
bar.workspaces.showApplicationIcons = true;
|
||||||
|
bar.workspaces.showIcons = true;
|
||||||
menus.clock.time.hideSeconds = true;
|
menus.clock.time.hideSeconds = true;
|
||||||
menus.clock.time.military = true;
|
menus.clock.time.military = true;
|
||||||
menus.clock.weather.key = weatherapikey;
|
menus.clock.weather.key = weatherapikey;
|
||||||
@ -113,6 +116,7 @@ in {
|
|||||||
theme.bar.buttons.workspaces.occupied = accent;
|
theme.bar.buttons.workspaces.occupied = accent;
|
||||||
theme.bar.buttons.y_margins =
|
theme.bar.buttons.y_margins =
|
||||||
if floating && transparent then "0" else "8";
|
if floating && transparent then "0" else "8";
|
||||||
|
theme.bar.dropdownGap = "4.5em";
|
||||||
theme.bar.floating = if floating then "true" else "false";
|
theme.bar.floating = if floating then "true" else "false";
|
||||||
theme.bar.location = position;
|
theme.bar.location = position;
|
||||||
theme.bar.margin_bottom =
|
theme.bar.margin_bottom =
|
||||||
|
|||||||
@ -54,12 +54,9 @@
|
|||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Apps
|
# Apps
|
||||||
#discord # Chat
|
|
||||||
# bitwarden # Password manager
|
|
||||||
mpv # Video player
|
mpv # Video player
|
||||||
pcmanfm
|
pcmanfm
|
||||||
xarchiver
|
xarchiver
|
||||||
#blanket # White-noise app
|
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
go
|
go
|
||||||
@ -111,6 +108,7 @@
|
|||||||
inetutils
|
inetutils
|
||||||
gdu
|
gdu
|
||||||
enchant
|
enchant
|
||||||
|
inxi
|
||||||
|
|
||||||
# Just cool
|
# Just cool
|
||||||
peaclock
|
peaclock
|
||||||
|
|||||||
@ -24,5 +24,6 @@
|
|||||||
];
|
];
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
|
plymouth = { enable = true; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user