[style]
This commit is contained in:
parent
c91e61b56e
commit
8a128fa683
@ -2,7 +2,10 @@
|
|||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.95;
|
window = {
|
||||||
|
opacity = 0.5;
|
||||||
|
blur = true;
|
||||||
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
size = 13.0;
|
size = 13.0;
|
||||||
|
@ -87,7 +87,8 @@
|
|||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true; # you probably want this
|
smart_split = true;
|
||||||
|
no_gaps_when_only = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master = {
|
||||||
@ -97,7 +98,7 @@
|
|||||||
gestures = {
|
gestures = {
|
||||||
workspace_swipe = true;
|
workspace_swipe = true;
|
||||||
workspace_swipe_fingers = 3;
|
workspace_swipe_fingers = 3;
|
||||||
workspace_swipe_invert = false;
|
workspace_swipe_invert = true;
|
||||||
workspace_swipe_distance = 200;
|
workspace_swipe_distance = 200;
|
||||||
workspace_swipe_forever = true;
|
workspace_swipe_forever = true;
|
||||||
};
|
};
|
||||||
@ -107,11 +108,12 @@
|
|||||||
animate_mouse_windowdragging = true;
|
animate_mouse_windowdragging = true;
|
||||||
enable_swallow = true;
|
enable_swallow = true;
|
||||||
render_ahead_of_time = false;
|
render_ahead_of_time = false;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"float, ^(imv)$"
|
"float, ^(imv)$"
|
||||||
|
"float, ^(feh)$"
|
||||||
"float, ^(mpv)$"
|
"float, ^(mpv)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
margin = "9 13 -10 18";
|
margin = "9 13 -10 18";
|
||||||
|
|
||||||
modules-left = ["hyprland/workspaces" "hyprland/language" "keyboard-state" "hyprland/submap"];
|
modules-left = ["hyprland/workspaces" "hyprland/language" "keyboard-state" "hyprland/submap"];
|
||||||
modules-center = ["clock" "custom/weather"];
|
modules-center = ["mpris"];
|
||||||
modules-right = ["pulseaudio" "backlight" "network" "battery" "tray"];
|
modules-right = ["backlight" "network" "battery" "pulseaudio" "clock" "tray"];
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"clock" = {
|
"clock" = {
|
||||||
# timezone = "America/New_York";
|
# timezone = "America/New_York";
|
||||||
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||||
format = "{:%a; %d %b, %R}";
|
format = "{:%R}";
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/weather" = {
|
"custom/weather" = {
|
||||||
@ -241,9 +241,10 @@ window#waybar.hidden {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
margin-right: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
border-radius: 10px 0px 0px 10px;
|
border-radius: 10px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #383c4a;
|
background: #383c4a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user