* add Waybar configs under `home-manager/hyprland/config/` * extend Hyprland config with wallpaper, blur, animations, and new keybindings * adjust common configs: Keychron (remove redundant xserver enable) and NVIDIA (add `videoDrivers = [ "nvidia" ]`) * update `hosts/Nixstation` with GNOME desktop, GDM, Wacom config, and disable Hyprland * add `home-manager/gnome/default.nix` with dconf, extensions, icons, and packages * switch `home-manager/home.nix` from Hyprland to GNOME and update packages and Kitty config
48 lines
No EOL
590 B
CSS
48 lines
No EOL
590 B
CSS
* {
|
|
color: #ffffff;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
}
|
|
|
|
#workspaces {
|
|
flex-wrap: wrap;
|
|
max-width: 120px;
|
|
}
|
|
|
|
#workspaces button {
|
|
background: #ff00ff;
|
|
border-radius: 0;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 2px;
|
|
padding: 0;
|
|
flex: 0 0 40px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background: #ff00ff;
|
|
border: 2px solid #ffffff;
|
|
}
|
|
|
|
#window {
|
|
background: transparent;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#network,
|
|
#pulseaudio,
|
|
#tray,
|
|
#temperature {
|
|
background: transparent;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
background: transparent;
|
|
}
|
|
|
|
#network.disconnected {
|
|
background: transparent;
|
|
} |