vrr
This commit is contained in:
@@ -10,6 +10,7 @@ in
|
|||||||
".config/waybar/macchiato.css".source = "${configDir}/waybar/macchiato.css";
|
".config/waybar/macchiato.css".source = "${configDir}/waybar/macchiato.css";
|
||||||
".config/waybar/nord.css".source = "${configDir}/waybar/nord.css";
|
".config/waybar/nord.css".source = "${configDir}/waybar/nord.css";
|
||||||
".config/btop/themes".source = "${configDir}/btop/themes";
|
".config/btop/themes".source = "${configDir}/btop/themes";
|
||||||
|
".config/nwg-dock-hyprland".source = "${configDir}/nwg-dock";
|
||||||
".config/nwg-drawer".source = "${configDir}/nwg-drawer";
|
".config/nwg-drawer".source = "${configDir}/nwg-drawer";
|
||||||
".config/nwg-panel".source = "${configDir}/nwg-panel";
|
".config/nwg-panel".source = "${configDir}/nwg-panel";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -113,8 +113,12 @@ in
|
|||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-1,3840x2160@240.00000,0x0,1"
|
"DP-1,3840x2160@240.00000,0x0,1"
|
||||||
"DP-2,3840x2160@59.99700,3840x0,1"
|
"DP-2,3840x2160@240.00000,3840x0,1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
misc = {
|
||||||
|
vrr = 1;
|
||||||
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
@@ -268,6 +272,7 @@ in
|
|||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec-once = xhost +SI:localuser:root
|
exec-once = xhost +SI:localuser:root
|
||||||
exec-once = nwg-look -a
|
exec-once = nwg-look -a
|
||||||
|
exec-once = nwg-dock-hyprland -d
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = blueberry-tray
|
exec-once = blueberry-tray
|
||||||
exec-once = [silent] firefox
|
exec-once = [silent] firefox
|
||||||
|
|||||||
@@ -0,0 +1,42 @@
|
|||||||
|
window {
|
||||||
|
background: #36364f;
|
||||||
|
border-radius: 10px;
|
||||||
|
border-style: none;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: rgba(156, 142, 122, 0.7)
|
||||||
|
}
|
||||||
|
|
||||||
|
#box {
|
||||||
|
/* Define attributes of the box surrounding icons here */
|
||||||
|
padding: 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
#active {
|
||||||
|
/* This is to underline the button representing the currently active window */
|
||||||
|
border-bottom: solid 1px;
|
||||||
|
border-color: rgba(255, 255, 255, 0.3)
|
||||||
|
}
|
||||||
|
|
||||||
|
button, image {
|
||||||
|
background: none;
|
||||||
|
border-style: none;
|
||||||
|
box-shadow: none;
|
||||||
|
color: #999
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 4px;
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
color: #eee;
|
||||||
|
font-size: 12px
|
||||||
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:focus {
|
||||||
|
box-shadow: none
|
||||||
|
}
|
||||||
@@ -35,6 +35,7 @@ in
|
|||||||
unstable.nautilus
|
unstable.nautilus
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nm-tray
|
nm-tray
|
||||||
|
nwg-dock-hyprland
|
||||||
nwg-drawer
|
nwg-drawer
|
||||||
nwg-look
|
nwg-look
|
||||||
pamixer
|
pamixer
|
||||||
@@ -51,6 +52,7 @@ in
|
|||||||
waybarWeatherScript
|
waybarWeatherScript
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wayland-utils
|
wayland-utils
|
||||||
|
waypaper
|
||||||
wev
|
wev
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wlogout
|
wlogout
|
||||||
|
|||||||
Reference in New Issue
Block a user