Changed waybar

This commit is contained in:
Aleksandr Lebedev 2024-11-07 21:24:07 +01:00
parent 67600e89a8
commit a6c775e46c
4 changed files with 16 additions and 7 deletions

View file

@ -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;
};

View file

@ -71,8 +71,9 @@
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
obs-studio
vesktop
#obs-studio
#vesktop
#vscode-fhs
];

View file

@ -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"

View file

@ -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 {