3/20
This commit is contained in:
parent
817aa75f84
commit
9d8bfef042
26 changed files with 540 additions and 276 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
extraConfig = ''
|
||||
monitor=,preferred,auto-left,1
|
||||
monitor=DP-4,preferred,auto-left,1
|
||||
'';
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
|
|
@ -54,6 +55,7 @@
|
|||
accel_profile = "flat";
|
||||
sensitivity = 0.4;
|
||||
touchpad = {
|
||||
clickfinger_behavior = true;
|
||||
disable_while_typing = true;
|
||||
natural_scroll = true;
|
||||
tap_button_map = "lrm";
|
||||
|
|
@ -285,10 +287,10 @@
|
|||
font-family: "Spleen 32x64", "UbuntuMono Nerd Font";
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
background-color: ${config.programs.alacritty.settings.colors.primary.background};
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #152528;
|
||||
color: #bababd;
|
||||
}
|
||||
|
||||
|
|
@ -303,7 +305,6 @@
|
|||
margin: 2px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
background-color: #152528;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
@ -318,12 +319,10 @@
|
|||
|
||||
#workspaces button {
|
||||
padding: 0 4px;
|
||||
background-color: #152528;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #152528;
|
||||
color:#bababd;
|
||||
border-top: 2px solid #bababd;
|
||||
}
|
||||
|
|
@ -342,7 +341,6 @@
|
|||
#tray
|
||||
{
|
||||
padding: 2px;
|
||||
background-color: #152528;
|
||||
border-top: 2px solid #666666;
|
||||
color: #bababd;
|
||||
}
|
||||
|
|
@ -375,7 +373,6 @@
|
|||
}
|
||||
|
||||
label:focus {
|
||||
background-color: #152528;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue