fire/ice theme
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
[global]
|
||||
corner_radius = 4
|
||||
transparency = 90
|
||||
frame_color = "#94e2d5"
|
||||
frame_color = "#f38ba8"
|
||||
frame_width = 1
|
||||
separator_color= frame
|
||||
highlight = "#89b4fa"
|
||||
highlight = "#89dceb"
|
||||
|
||||
[urgency_low]
|
||||
background = "#1e1e2e"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
include=~/.config/fuzzel/catppuccin-fuzzel/themes/catppuccin-mocha/mauve.ini
|
||||
include=~/.config/fuzzel/catppuccin-fuzzel/themes/catppuccin-mocha/red.ini
|
||||
|
||||
[main]
|
||||
font=FiraCode Nerd Font:size=14
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
|
||||
@@ -105,9 +105,9 @@ group {
|
||||
font_size = 14
|
||||
text_color = $text
|
||||
text_color_inactive = $text
|
||||
col.active = $maroon
|
||||
col.active = $blue
|
||||
col.inactive = $surface2
|
||||
}
|
||||
col.border_active = $maroon $teal 30deg
|
||||
col.border_active = $red $blue 45deg
|
||||
col.border_inactive = $surface2
|
||||
}
|
||||
|
||||
+13
-13
@@ -80,7 +80,7 @@ window#waybar.bottom {
|
||||
|
||||
/* --- Clock (Centered Pill) --- */
|
||||
#clock {
|
||||
color: @mauve;
|
||||
color: @red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -93,10 +93,10 @@ window#waybar.bottom {
|
||||
border-color: @green;
|
||||
}
|
||||
#custom-power_status.bat {
|
||||
color: @yellow;
|
||||
color: @blue;
|
||||
}
|
||||
#custom-power_status.warning {
|
||||
color: @peach;
|
||||
color: @red;
|
||||
}
|
||||
#custom-power_status.critical {
|
||||
color: @red;
|
||||
@@ -112,21 +112,21 @@ window#waybar.bottom {
|
||||
|
||||
/* --- Hardware Metrics (Left Bottom) --- */
|
||||
#custom-sys {
|
||||
color: @teal;
|
||||
color: @red;
|
||||
}
|
||||
#custom-cpu {
|
||||
color: @blue;
|
||||
}
|
||||
#custom-mem {
|
||||
color: @lavender;
|
||||
color: @red;
|
||||
}
|
||||
#custom-network {
|
||||
color: @sapphire;
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#custom-cpu.high,
|
||||
#custom-mem.high {
|
||||
color: @yellow;
|
||||
color: @red;
|
||||
}
|
||||
#custom-cpu.max,
|
||||
#custom-mem.max {
|
||||
@@ -135,23 +135,23 @@ window#waybar.bottom {
|
||||
|
||||
/* --- Center Bottom Utilities --- */
|
||||
#custom-gamemode {
|
||||
color: @yellow;
|
||||
color: @red;
|
||||
}
|
||||
#custom-gamemode.active {
|
||||
color: @red;
|
||||
border-color: @red;
|
||||
color: @blue;
|
||||
border-color: @blue;
|
||||
padding-left: 9px;
|
||||
}
|
||||
|
||||
/* --- Right Bottom Controls --- */
|
||||
#custom-disk-root {
|
||||
color: @sky;
|
||||
color: @blue;
|
||||
}
|
||||
#custom-volume {
|
||||
color: @mauve;
|
||||
color: @red;
|
||||
}
|
||||
#custom-mic {
|
||||
color: @flamingo;
|
||||
color: @blue;
|
||||
}
|
||||
#custom-volume.muted,
|
||||
#custom-mic.muted {
|
||||
|
||||
Reference in New Issue
Block a user