przystosowanie konfiguracji pod siebie

This commit is contained in:
2025-09-18 16:01:58 +02:00
parent be171552d0
commit 0908e9eed6
165 changed files with 1799 additions and 11964 deletions

View File

@@ -1,7 +1,8 @@
{ pkgs
, config
, lib
, ...
{
pkgs,
config,
lib,
...
}:
let
terminal = "kitty";
@@ -20,7 +21,8 @@ let
base0E = "D2A6FF";
base0F = "E6B673";
in
with lib; {
with lib;
{
# Configure & Theme Waybar
programs.waybar = {
enable = true;
@@ -30,9 +32,26 @@ with lib; {
layer = "top";
position = "top";
modules-center = [ "network" "pulseaudio" "cpu" "hyprland/workspaces" "memory" "disk" "clock" ]; # Eterna: [ "hyprland/window" ]
modules-left = [ "custom/startmenu" "hyprland/window" ]; # Eternal: [ "hyprland/workspaces" "cpu" "memory" "network" ]
modules-right = [ "tray" "idle_inhibitor" "custom/notification" "battery" "custom/exit" ]; # Eternal: [ "idle_inhibitor" "pulseaudio" "clock" "custom/notification" "tray" ]
modules-center = [
"network"
"pulseaudio"
"cpu"
"hyprland/workspaces"
"memory"
"disk"
"clock"
]; # Eterna: [ "hyprland/window" ]
modules-left = [
"custom/startmenu"
"hyprland/window"
]; # Eternal: [ "hyprland/workspaces" "cpu" "memory" "network" ]
modules-right = [
"tray"
"idle_inhibitor"
"custom/notification"
"battery"
"custom/exit"
]; # Eternal: [ "idle_inhibitor" "pulseaudio" "clock" "custom/notification" "tray" ]
"hyprland/workspaces" = {
format = "{name}";
@@ -46,9 +65,7 @@ with lib; {
};
"clock" = {
format = '' {:%H:%M}'';
/*
''{: %I:%M %p}'';
*/
# ''{: %I:%M %p}'';
tooltip = true;
tooltip-format = "<big>{:%A, %d.%B %Y }</big><tt><small>{calendar}</small></tt>";
};
@@ -71,11 +88,17 @@ with lib; {
"disk" = {
format = " {free}";
tooltip = true;
# Not working with zaneyos window open then closes
# Not working with garandos window open then closes
#on-click = "${terminal} -e sh -c df -h ; read";
};
"network" = {
format-icons = [ "󰤯" "󰤟" "󰤢" "󰤥" "󰤨" ];
format-icons = [
"󰤯"
"󰤟"
"󰤢"
"󰤥"
"󰤨"
];
format-ethernet = " {bandwidthDownBits}";
format-wifi = " {bandwidthDownBits}";
format-disconnected = "󰤮";
@@ -99,7 +122,11 @@ with lib; {
phone = "";
portable = "";
car = "";
default = [ "" "" "" ];
default = [
""
""
""
];
};
on-click = "pavucontrol";
};
@@ -149,7 +176,18 @@ with lib; {
format = "{icon} {capacity}%";
format-charging = "󰂄 {capacity}%";
format-plugged = "󱘖 {capacity}%";
format-icons = [ "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
format-icons = [
"󰁺"
"󰁻"
"󰁼"
"󰁽"
"󰁾"
"󰁿"
"󰂀"
"󰂁"
"󰂂"
"󰁹"
];
on-click = "";
tooltip = false;
};