diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 31919d0..1bc8201 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -136,6 +136,12 @@ kdePackages.kimageformats kdePackages.dolphin kdePackages.dolphin-plugins + + + # user packages + obs-studio + vesktop + vscode-fhs ]; programs.kdeconnect.enable = true; programs.kdeconnect.package = pkgs.kdePackages.kdeconnect-kde; @@ -246,6 +252,9 @@ enable = true; image = ./hyprland/wallpaper.jpg; autoEnable = true; + opacity = { + desktop = 0.5; + }; targets = { gtk.enable = true; }; diff --git a/nixos/home.nix b/nixos/home.nix index 2c24181..311f955 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -71,8 +71,9 @@ # (pkgs.writeShellScriptBin "my-hello" '' # echo "Hello, ${config.home.username}!" # '') - obs-studio - vesktop + #obs-studio + #vesktop + #vscode-fhs ]; diff --git a/nixos/hyprland/waybar.nix b/nixos/hyprland/waybar.nix index 5a2c8a9..21c33eb 100644 --- a/nixos/hyprland/waybar.nix +++ b/nixos/hyprland/waybar.nix @@ -12,14 +12,13 @@ #${builtins.readFile "${pkgs.waybar}/etc/xdg/waybar/style.css"} style = '' ${builtins.readFile ./waybarstyle.css} - - + * { font-size: 15px; } ''; settings = [{ - height = 20; + height = 36; layer = "top"; position = "top"; tray = { spacing = 3; }; @@ -27,7 +26,7 @@ #"hyprland/window" "clock" ]; - modules-left = [ "hyprland/workspaces" ]; + modules-left = [ "hyprland/workspaces" "hyprland/window" ]; modules-right = [ "pulseaudio" "network" diff --git a/nixos/hyprland/waybarstyle.css b/nixos/hyprland/waybarstyle.css index 460f6bf..3a19a1d 100644 --- a/nixos/hyprland/waybarstyle.css +++ b/nixos/hyprland/waybarstyle.css @@ -10,7 +10,7 @@ window { /*font-weight: bold;*/ } window#waybar { - background: rgba(0, 0, 0, 0); + background: transparent;/*rgba(0, 0, 0, 0);*/ } /*-----module groups----*/ .modules-right {