mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
darkman and organization
This commit is contained in:
parent
69564baaf4
commit
ddbc68fb9c
7 changed files with 39 additions and 220 deletions
22
dot_config/flake/home/darkman.nix
Normal file
22
dot_config/flake/home/darkman.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{pkgs, ...}: {
|
||||
services.darkman = {
|
||||
enable = true;
|
||||
settings = {
|
||||
usegeoclue = true;
|
||||
};
|
||||
|
||||
lightModeScripts = {
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write \
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-light'"
|
||||
'';
|
||||
};
|
||||
|
||||
darkModeScripts = {
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write \
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-dark'"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../stylix.nix
|
||||
../common.nix
|
||||
|
||||
../waybar/mechabar
|
||||
../sway
|
||||
|
||||
../home-backup.nix
|
||||
../gui.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "tyler";
|
||||
homeDirectory = "/home/tyler";
|
||||
|
||||
packages = with pkgs; [
|
||||
ventoy
|
||||
# (config.lib.nixGL.wrap renderdoc)
|
||||
];
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
|
|
@ -1,11 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
# Waybar dotfiles from https://github.com/sejjy/mechabar
|
||||
|
||||
imports = [
|
||||
./scripts.nix
|
||||
./rofi.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
rofi-wayland
|
||||
bluetui
|
||||
];
|
||||
|
||||
programs.waybar = {
|
||||
|
|
@ -104,7 +107,7 @@
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @active-fg;
|
||||
color: @hover-fg;
|
||||
background: @hover-bg;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue