make it pertty

This commit is contained in:
Chris Cochrun 2025-05-10 07:12:54 -05:00
parent bd920ad274
commit 2de8b374f9
4 changed files with 24 additions and 15 deletions

View file

@ -233,6 +233,11 @@ tooltip label {
// margin: 0px 0px 0px 5px; // margin: 0px 0px 0px 5px;
} }
button:hover {
background-color: rgba(00, 00, 00, 0.2);
border-radius: 16px;
}
.iconbat { .iconbat {
color: $base0E; color: $base0E;
// margin: 2px 10px 0px 8px; // margin: 2px 10px 0px 8px;

View file

@ -1,6 +1,6 @@
preload = ~/pics/wallpapers/nixorange.jpeg preload = ~/pics/wallpapers/tech.jpg
wallpaper = DP-2,~/pics/wallpapers/nixorange.jpeg wallpaper = DP-2,~/pics/wallpapers/tech.jpg
wallpaper = HDMI-A-1,~/pics/wallpapers/nixorange.jpeg wallpaper = HDMI-A-1,~/pics/wallpapers/tech.jpg
wallpaper = DP-3,~/pics/wallpapers/nixorange.jpeg wallpaper = DP-3,~/pics/wallpapers/tech.jpg
wallpaper = DP-1,~/pics/wallpapers/nixorange.jpeg wallpaper = DP-1,~/pics/wallpapers/tech.jpg
wallpaper = eDP-1,~/pics/wallpapers/nixorange.jpeg wallpaper = eDP-1,~/pics/wallpapers/tech.jpg

View file

@ -1444,7 +1444,7 @@ in {
enable = true; enable = true;
settings = { settings = {
window = { window = {
opacity = 1.0; opacity = 0.9;
dynamic_title = true; dynamic_title = true;
padding.x = 10; padding.x = 10;
padding.y = 10; padding.y = 10;

View file

@ -155,11 +155,12 @@ in
blur = { blur = {
enabled = true; enabled = true;
size = 10; # minimum 1; size = 15; # minimum 1;
passes = 3; # minimum 1, more passes = more resource intensive.; passes = 3; # minimum 1, more passes = more resource intensive.;
new_optimizations = true; new_optimizations = true;
ignore_opacity = false; ignore_opacity = false;
special = false; special = false;
noise = 0.2;
}; };
shadow = { shadow = {
@ -170,7 +171,7 @@ in
scale = 0.998; scale = 0.998;
range = 20; range = 20;
}; };
dim_inactive = false; dim_inactive = true;
dim_strength = 0.2; dim_strength = 0.2;
dim_special = 0; dim_special = 0;
}; };
@ -264,7 +265,9 @@ in
"SUPER,B,exec,/home/chris/bin/fflof" "SUPER,B,exec,/home/chris/bin/fflof"
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer" "SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
"SUPERCTRL,i,exec,alacritty --class btop -e btop" "SUPERCTRL,i,exec,alacritty --class btop -e btop"
",Print,exec,screenshot" "SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
"SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window"
"SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active"
"SUPERSHIFT,mouse_down,exec,zoomin in" "SUPERSHIFT,mouse_down,exec,zoomin in"
"SUPERSHIFT,mouse_up,exec,zoomin out" "SUPERSHIFT,mouse_up,exec,zoomin out"
"SUPERALT,r,exec,zoomin in" "SUPERALT,r,exec,zoomin in"
@ -288,10 +291,10 @@ in
"SUPERCTRL,l,splitratio,+0.05" "SUPERCTRL,l,splitratio,+0.05"
"SUPERCTRL,h,splitratio,-0.05" "SUPERCTRL,h,splitratio,-0.05"
"SUPERSHIFT,c,centerwindow" "SUPERSHIFT,c,centerwindow"
"ALTCTRL,l,moveintogroup,right" "SUPERSHIFT,Right,moveintogroup,right"
"ALTCTRL,h,moveintogroup,left" "SUPERSHIFT,Left,moveintogroup,left"
"ALTCTRL,k,moveintogroup,up" "SUPERSHIFT,Up,moveintogroup,up"
"ALTCTRL,j,moveintogroup,down" "SUPERSHIFT,Down,moveintogroup,down"
"SUPERALT,g,togglegroup" "SUPERALT,g,togglegroup"
"SUPER,1,workspace,1" "SUPER,1,workspace,1"
@ -369,6 +372,7 @@ in
"eww open ${if laptop then "bar0" else "bar1"}" "eww open ${if laptop then "bar0" else "bar1"}"
# "dunst" # "dunst"
# "waybar" # "waybar"
"swww-daemon"
"rbw-agent" "rbw-agent"
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'" "hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
"dbus-update-activation-environment --systemd --all" "dbus-update-activation-environment --systemd --all"
@ -379,8 +383,8 @@ in
"kdeconnect-indicator" "kdeconnect-indicator"
"wl-paste --watch cliphist store" "wl-paste --watch cliphist store"
"hyprctl setcursor phinger-cursors-light 24" "hyprctl setcursor phinger-cursors-light 24"
# "sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg --resize crop -t grow --transition-bezier .14,0,.14,.99"
"nm-tray" "nm-tray"
"swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99"
# "emacs --daemon" # "emacs --daemon"
]; ];
xwayland = { xwayland = {