theming changes

This commit is contained in:
Reid 2024-12-06 02:16:46 -08:00
parent 6f070b291f
commit 9c92ea27e3
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 17 additions and 15 deletions

View file

@ -18,5 +18,6 @@ each host should have these files:
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
- divide steam and gamemode? - divide steam and gamemode?
- hidpi and cursor size option ? mostly auto these days though - hidpi and cursor size option ? mostly auto these days though
- better theming for hyprlock, rofi - better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
- libinput - libinput
- some way for border radius, border, tranparency theme options

View file

@ -30,7 +30,6 @@ in {
corner_radius = 8; corner_radius = 8;
gap_size = 8; gap_size = 8;
frame_width = 1; frame_width = 1;
transparency = 1;
icon_position = "left"; icon_position = "left";
min_icon_size = 48; min_icon_size = 48;
@ -70,17 +69,17 @@ in {
}; };
urgency_low = { urgency_low = {
background = "#${base00}30"; background = "#${base00}cc";
foreground = "#${base05}"; foreground = "#${base05}";
}; };
urgency_normal = { urgency_normal = {
background = "#${base00}30"; background = "#${base00}cc";
foreground = "#${base05}"; foreground = "#${base05}";
}; };
urgency_critical = { urgency_critical = {
background = "#${base00}30"; background = "#${base00}cc";
foreground = "#${base05}"; foreground = "#${base05}";
frame_color = "#${base08}"; # base16 spec says red frame_color = "#${base08}"; # base16 spec says red
}; };

View file

@ -224,6 +224,7 @@ in {
windowrulev2 = [ windowrulev2 = [
# common popups # common popups
# we should totally dedupe these
"float, class:org.gnome.FileRoller" "float, class:org.gnome.FileRoller"
"size 1100 650, class:org.gnome.FileRoller" "size 1100 650, class:org.gnome.FileRoller"
"center, class:org.gnome.FileRoller" "center, class:org.gnome.FileRoller"
@ -278,15 +279,13 @@ in {
"workspace 4 silent, class:vesktop" "workspace 4 silent, class:vesktop"
]; ];
blurls = [
"gtk-layer-shell"
];
layerrule = [ layerrule = [
"animation slide, notifications" "animation slide, notifications"
"animation slide, waybar" "animation slide, waybar"
"blur, gtk-layer-shell"
"blur, notifications" "blur, notifications"
"blur, wob" "blur, wob"
"ignorezero, notifications" # fucks up the blur otherwise, rounded corners
]; ];
decoration = { decoration = {

View file

@ -1,5 +1,5 @@
window { window {
background: alpha(@base, 0.3); background: alpha(@base, 0.5);
color: @text; color: @text;
font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK"; font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK";
font-size: 13px; font-size: 13px;

View file

@ -18,7 +18,7 @@ element-text, element-icon , mode-switcher {
window { window {
height: 500px; height: 500px;
border: 2px; border: 1px;
border-radius: 1em; border-radius: 1em;
border-color: @pink; border-color: @pink;
background-color: @bg-col; background-color: @bg-col;

View file

@ -10,7 +10,7 @@ button, button:hover {
window#waybar { window#waybar {
color: @text; color: @text;
/*background: alpha(@base, 0.6);*/ /* background: alpha(@base, 0.8); */
background: @base; background: @base;
border-radius: 1em; border-radius: 1em;
/* font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK"; */ /* font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK"; */
@ -60,7 +60,7 @@ window#waybar {
} }
#workspaces button.empty { #workspaces button.empty {
color: @overlay0; color: @overlay1;
} }
#workspaces button.visible { #workspaces button.visible {
@ -84,7 +84,6 @@ window#waybar {
background: @accent; background: @accent;
color: @surface0; color: @surface0;
} }
#workspaces button.urgent { #workspaces button.urgent {
background: @red; background: @red;
color: @surface0; color: @surface0;
@ -137,6 +136,10 @@ window#waybar.floating #window {
color: @red; color: @red;
} }
#custom-wallpaper {
color: @overlay1;
}
#privacy { #privacy {
margin: 0 0.25em; margin: 0 0.25em;
padding: 0; padding: 0;