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