Modularize Hyprland configuration
This commit is contained in:
parent
25eac3559f
commit
bab352d00e
18 changed files with 543 additions and 472 deletions
|
|
@ -10,15 +10,15 @@
|
|||
device = 1;
|
||||
};
|
||||
hostname = "marmo";
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
hyprland.monitor = [
|
||||
# default
|
||||
"DP-1,1920x1080@144,0x0,1"
|
||||
# all others
|
||||
",highrr,auto,1"
|
||||
];
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
amdgpu.enable = true;
|
||||
kde_connect.enable = true;
|
||||
xone.enable = true;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
ironbar.modules = [
|
||||
{ type = "upower"; class = "memory-usage"; }
|
||||
];
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
hyprland = {
|
||||
monitor = [
|
||||
# default
|
||||
|
|
@ -20,9 +23,6 @@
|
|||
];
|
||||
extra_autostart = [ "hyprdock --server" ];
|
||||
};
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
amdgpu.enable = true;
|
||||
kde_connect.enable = true;
|
||||
bluetooth.enable = true;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ in
|
|||
};
|
||||
streamdeck.enable = true;
|
||||
hostname = "spaceship";
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
hyprland = {
|
||||
monitor = [
|
||||
# default
|
||||
|
|
@ -45,7 +48,7 @@ in
|
|||
# monitor right
|
||||
"3,monitor:HDMI-A-1, default:true"
|
||||
];
|
||||
hyprpaper = ''
|
||||
hyprpaper.config = ''
|
||||
#load
|
||||
preload = /home/${username}/Pictures/backgrounds/shinobu_2k.jpg
|
||||
preload = /home/${username}/Pictures/backgrounds/shino_wide.png
|
||||
|
|
@ -59,9 +62,6 @@ in
|
|||
'';
|
||||
extra_autostart = [ "streamdeck -n" ];
|
||||
};
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
mods = {
|
||||
extraDrives = [
|
||||
{
|
||||
name = "drive2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue