mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nix: update inputs
This commit is contained in:
parent
8f78e1f843
commit
8196d6e741
3 changed files with 29 additions and 20 deletions
|
@ -10,7 +10,7 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 26;
|
||||
modules-left = [ "wlr/workspaces" "hyprland/window" "custom/spotifytitle" ];
|
||||
modules-left = [ "wlr/workspaces" "custom/spotifytitle" "hyprland/window" ];
|
||||
modules-right = [ "network" "cpu" "temperature" "pulseaudio" "battery" "tray" "clock" ];
|
||||
network = {
|
||||
format-wifi = " {essid} ({signalStrength}%)";
|
||||
|
@ -145,7 +145,6 @@
|
|||
}
|
||||
|
||||
#custom-spotifytitle.Paused,
|
||||
#custom-spotifytitle.Stopped,
|
||||
#custom-spotifytitle.Inactive {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
{ pkgs, nix-colors, ... }:
|
||||
{
|
||||
|
||||
# home.packages = with pkgs; [ libsForQt5.qtstyleplugin-kvantum ];
|
||||
colorScheme = nix-colors.colorSchemes.dracula;
|
||||
|
||||
# theme hardcoded to dracula, too lazy to make all this base16
|
||||
home.sessionVariables.GTK_THEME = "Dracula";
|
||||
home.sessionVariables.QT_QPA_PLATFORMTHEME = "Dracula";
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
name = "Dracula";
|
||||
package = pkgs.dracula-theme;
|
||||
};
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue