Clean waybar setup
This commit is contained in:
parent
4a5310c182
commit
f700aa5ba9
75 changed files with 252 additions and 12452 deletions
|
|
@ -1,8 +1,3 @@
|
||||||
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
|
|
||||||
/* Waybar Modules */
|
|
||||||
|
|
||||||
/* NOTE: hyprland-workspaces, Custom Modules & Groups on a separate files */
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
|
|
@ -11,7 +6,6 @@
|
||||||
"/sys/class/hwmon/hwmon1/temp1_input",
|
"/sys/class/hwmon/hwmon1/temp1_input",
|
||||||
"/sys/class/thermal/thermal_zone0/temp"
|
"/sys/class/thermal/thermal_zone0/temp"
|
||||||
],
|
],
|
||||||
//"thermal-zone": 0,
|
|
||||||
"critical-threshold": 82,
|
"critical-threshold": 82,
|
||||||
"format-critical": "{temperatureC}°C {icon}",
|
"format-critical": "{temperatureC}°C {icon}",
|
||||||
"format": "{temperatureC}°C {icon}",
|
"format": "{temperatureC}°C {icon}",
|
||||||
|
|
@ -28,7 +22,6 @@
|
||||||
"/sys/class/hwmon/hwmon1/temp1_input",
|
"/sys/class/hwmon/hwmon1/temp1_input",
|
||||||
"/sys/class/thermal/thermal_zone0/temp"
|
"/sys/class/thermal/thermal_zone0/temp"
|
||||||
],
|
],
|
||||||
//"thermal-zone": 0,
|
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
"format-critical": "{icon}\n{temperatureC}°C",
|
"format-critical": "{icon}\n{temperatureC}°C",
|
||||||
"format": " {icon}",
|
"format": " {icon}",
|
||||||
|
|
@ -42,7 +35,6 @@
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"align": 0,
|
"align": 0,
|
||||||
"rotate": 0,
|
"rotate": 0,
|
||||||
//"format": "{icon} {percent}%",
|
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
|
|
@ -53,7 +45,6 @@
|
||||||
" "
|
" "
|
||||||
],
|
],
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
//"format-icons": ["","","","","","","","","","","","","","",""],
|
|
||||||
"tooltip-format": "backlight {percent}%",
|
"tooltip-format": "backlight {percent}%",
|
||||||
"icon-size": 10,
|
"icon-size": 10,
|
||||||
"on-click": "",
|
"on-click": "",
|
||||||
|
|
@ -62,7 +53,7 @@
|
||||||
"on-update": "",
|
"on-update": "",
|
||||||
"on-scroll-up": "$HOME/.config/hypr/scripts/Brightness.sh --inc",
|
"on-scroll-up": "$HOME/.config/hypr/scripts/Brightness.sh --inc",
|
||||||
"on-scroll-down": "$HOME/.config/hypr/scripts/Brightness.sh --dec",
|
"on-scroll-down": "$HOME/.config/hypr/scripts/Brightness.sh --dec",
|
||||||
"smooth-scrolling-threshold": 1,
|
"smooth-scrolling-threshold": 1
|
||||||
},
|
},
|
||||||
"backlight#2": {
|
"backlight#2": {
|
||||||
"device": "intel_backlight",
|
"device": "intel_backlight",
|
||||||
|
|
@ -70,11 +61,8 @@
|
||||||
"format-icons": ["", ""]
|
"format-icons": ["", ""]
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
//"interval": 5,
|
|
||||||
"align": 0,
|
"align": 0,
|
||||||
"rotate": 0,
|
"rotate": 0,
|
||||||
//"bat": "BAT1",
|
|
||||||
//"adapter": "ACAD",
|
|
||||||
"full-at": 100,
|
"full-at": 100,
|
||||||
"design-capacity": false,
|
"design-capacity": false,
|
||||||
"states": {
|
"states": {
|
||||||
|
|
@ -109,8 +97,7 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": " {:%I:%M %p}", // AM PM format
|
"format": " {:%I:%M %p}",
|
||||||
// "format": " {:%H:%M:%S}", // 24H
|
|
||||||
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
||||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
|
|
@ -135,26 +122,22 @@
|
||||||
"on-scroll-down": "shift_down"
|
"on-scroll-down": "shift_down"
|
||||||
},
|
},
|
||||||
"clock#2": {
|
"clock#2": {
|
||||||
"format": " {:%I:%M %p}", // AM PM format
|
"format": " {:%I:%M %p}",
|
||||||
// "format": " {:%H:%M}", // 24H
|
|
||||||
"format-alt": "{:%A | %H:%M | %e %B}",
|
"format-alt": "{:%A | %H:%M | %e %B}",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||||
},
|
},
|
||||||
"clock#3": {
|
"clock#3": {
|
||||||
"format": "{:%I:%M %p - %d/%b}", //for AM/PM
|
"format": "{:%I:%M %p - %d/%b}",
|
||||||
// "format": "{:%H:%M - %d/%b}", // 24H
|
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"clock#4": {
|
"clock#4": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"format": "{:%B | %a %d, %Y | %I:%M %p}", // AM PM format
|
"format": "{:%B | %a %d, %Y | %I:%M %p}",
|
||||||
// "format": "{:%B | %a %d, %Y | %H:%M}", // 24H
|
|
||||||
"format-alt": "{:%a %b %d, %G}",
|
"format-alt": "{:%a %b %d, %G}",
|
||||||
"tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
},
|
},
|
||||||
"clock#5": {
|
"clock#5": {
|
||||||
"format": "{:%A, %I:%M %P}", // AM PM format
|
"format": "{:%A, %I:%M %P}",
|
||||||
// "format": "{:%a %d | %H:%M}", // 24H
|
|
||||||
"format-alt": "{:%A, %d %B, %Y (%R)}",
|
"format-alt": "{:%A, %d %B, %Y (%R)}",
|
||||||
"tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
},
|
},
|
||||||
|
|
@ -171,11 +154,8 @@
|
||||||
},
|
},
|
||||||
"disk": {
|
"disk": {
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
//"format": "",
|
|
||||||
"path": "/",
|
"path": "/",
|
||||||
//"format-alt-click": "click",
|
|
||||||
"format": "{percentage_used}% ",
|
"format": "{percentage_used}% ",
|
||||||
//"tooltip": true,
|
|
||||||
"tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
|
"tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
|
||||||
},
|
},
|
||||||
"hyprland/language": {
|
"hyprland/language": {
|
||||||
|
|
@ -186,7 +166,7 @@
|
||||||
"on-click": "hyprctl switchxkblayout $SET_KB next"
|
"on-click": "hyprctl switchxkblayout $SET_KB next"
|
||||||
},
|
},
|
||||||
"hyprland/submap": {
|
"hyprland/submap": {
|
||||||
"format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt
|
"format": "<span style=\"italic\"> {}</span>",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
|
|
@ -213,7 +193,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
//"numlock": true,
|
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
"format": {
|
"format": {
|
||||||
"numlock": "N {icon}",
|
"numlock": "N {icon}",
|
||||||
|
|
@ -259,7 +238,6 @@
|
||||||
"playing": "",
|
"playing": "",
|
||||||
"stopped": "",
|
"stopped": "",
|
||||||
},
|
},
|
||||||
// "ignored-players": ["firefox"]
|
|
||||||
"max-length": 30,
|
"max-length": 30,
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
|
|
@ -392,13 +370,11 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
// Modules below are for vertical layout
|
|
||||||
"backlight#vertical": {
|
"backlight#vertical": {
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"align": 0.35,
|
"align": 0.35,
|
||||||
"rotate": 1,
|
"rotate": 1,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
//"format-icons": ["", "", ""],
|
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", ""
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", ""
|
||||||
],
|
],
|
||||||
|
|
@ -414,7 +390,6 @@
|
||||||
"clock#vertical": {
|
"clock#vertical": {
|
||||||
"format": "\n{:%H\n%M\n%S\n\n \n%d\n%m\n%y}",
|
"format": "\n{:%H\n%M\n%S\n\n \n%d\n%m\n%y}",
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
//"format": "\n{:%I\n%M\n%p\n\n \n%d\n%m\n%y}",
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{calendar}",
|
"tooltip-format": "{calendar}",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
|
|
@ -483,7 +458,7 @@
|
||||||
"exec": "echo ; echo power // blur",
|
"exec": "echo ; echo power // blur",
|
||||||
"on-click": "$HOME/.config/hypr/scripts/Wlogout.sh",
|
"on-click": "$HOME/.config/hypr/scripts/Wlogout.sh",
|
||||||
"on-click-right": "$HOME/.config/hypr/scripts/ChangeBlur.sh",
|
"on-click-right": "$HOME/.config/hypr/scripts/ChangeBlur.sh",
|
||||||
"interval": 86400, // once every day
|
"interval": 86400,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
@ -79,19 +79,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"group/connections": {
|
|
||||||
"orientation": "inherit",
|
|
||||||
"drawer": {
|
|
||||||
"transition-duration": 500,
|
|
||||||
"children-class": "bluetooth",
|
|
||||||
"transition-left-to-right": true
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
"network",
|
|
||||||
"bluetooth",
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
"group/status": {
|
"group/status": {
|
||||||
"orientation": "inherit",
|
"orientation": "inherit",
|
||||||
"drawer": {
|
"drawer": {
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/michel/.config/waybar/configs/[TOP] Default_Me
|
|
||||||
49
.config/waybar/config
Normal file
49
.config/waybar/config
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"include": [
|
||||||
|
"$HOME/.config/waybar/Modules.json",
|
||||||
|
"$HOME/.config/waybar/ModulesWorkspaces.json",
|
||||||
|
"$HOME/.config/waybar/ModulesCustom.json",
|
||||||
|
"$HOME/.config/waybar/ModulesGroups.json",
|
||||||
|
],
|
||||||
|
"layer": "top",
|
||||||
|
"exclusive": true,
|
||||||
|
"passthrough": false,
|
||||||
|
"position": "top",
|
||||||
|
"spacing": 3,
|
||||||
|
"fixed-center": true,
|
||||||
|
"ipc": true,
|
||||||
|
"margin-top": 3,
|
||||||
|
"margin-left": 8,
|
||||||
|
"margin-right": 8,
|
||||||
|
|
||||||
|
"modules-left": [
|
||||||
|
"group/app_drawer",
|
||||||
|
"custom/separator#dot-line",
|
||||||
|
"group/mobo_drawer",
|
||||||
|
"custom/separator#line",
|
||||||
|
"custom/weather",
|
||||||
|
],
|
||||||
|
|
||||||
|
"modules-center": [
|
||||||
|
"custom/swaync",
|
||||||
|
"custom/cava_mviz",
|
||||||
|
"custom/separator#dot-line",
|
||||||
|
"clock",
|
||||||
|
"custom/separator#line",
|
||||||
|
"hyprland/workspaces#rw",
|
||||||
|
"custom/separator#dot-line",
|
||||||
|
"idle_inhibitor",
|
||||||
|
"custom/hint",
|
||||||
|
],
|
||||||
|
|
||||||
|
"modules-right": [
|
||||||
|
"network#speed",
|
||||||
|
"group/laptop",
|
||||||
|
"custom/separator#line",
|
||||||
|
"tray",
|
||||||
|
"mpris",
|
||||||
|
"group/audio#pulsecontrol",
|
||||||
|
"custom/separator#dot-line",
|
||||||
|
"group/status",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### BOTTOM and LEFT PANEL
|
|
||||||
|
|
||||||
[{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 2,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-left": 6,
|
|
||||||
"margin-right": 6,
|
|
||||||
"margin-bottom": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"cpu",
|
|
||||||
"temperature",
|
|
||||||
"memory",
|
|
||||||
"disk",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
//"hyprland/window",
|
|
||||||
"hyprland/workspaces#roman",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
//"network",
|
|
||||||
//"bluetooth",
|
|
||||||
"custom/weather",
|
|
||||||
"battery",
|
|
||||||
"backlight",
|
|
||||||
"pulseaudio",
|
|
||||||
//"wireplumber",
|
|
||||||
"pulseaudio#microphone",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "left",
|
|
||||||
"height": 650,
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
"margin-left": 3,
|
|
||||||
//"margin-right": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/lock",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#vertical",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
}]
|
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### BOTTOM and RIGHT PANEL
|
|
||||||
|
|
||||||
[{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 2,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-left": 6,
|
|
||||||
"margin-right": 6,
|
|
||||||
"margin-bottom": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"cpu",
|
|
||||||
"temperature",
|
|
||||||
"memory",
|
|
||||||
"disk",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
//"hyprland/window",
|
|
||||||
"hyprland/workspaces#roman",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
//"network",
|
|
||||||
//"bluetooth",
|
|
||||||
"custom/weather",
|
|
||||||
"battery",
|
|
||||||
"backlight",
|
|
||||||
"pulseaudio",
|
|
||||||
//"wireplumber",
|
|
||||||
"pulseaudio#microphone",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "right",
|
|
||||||
"height": 650,
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
//"margin-left": 3,
|
|
||||||
"margin-right": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/lock",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#vertical",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
}]
|
|
||||||
|
|
@ -1,73 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............CAMELLIA.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 4,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"margin-top": 0,
|
|
||||||
//"margin-bottom": 0,
|
|
||||||
//"margin-left": 0,
|
|
||||||
//"margin-right": 0,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#cam",
|
|
||||||
"custom/separator#line",
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"wlr/taskbar"],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/window"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"custom/backlight",
|
|
||||||
"backlight/slider",
|
|
||||||
"custom/speaker",
|
|
||||||
"pulseaudio/slider",
|
|
||||||
"battery",
|
|
||||||
"clock#3",
|
|
||||||
"network"],
|
|
||||||
|
|
||||||
// Additional modules //
|
|
||||||
"pulseaudio/slider": {
|
|
||||||
"min": 0,
|
|
||||||
"max": 100,
|
|
||||||
"orientation": "horizontal"
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/speaker": {
|
|
||||||
"exec": "echo '🔊'",
|
|
||||||
"interval": 1,
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
|
|
||||||
"backlight/slider": {
|
|
||||||
"min": 0,
|
|
||||||
"max": 100,
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"device": "intel_backlight"
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/backlight": {
|
|
||||||
"exec": "echo '✨'",
|
|
||||||
"interval": 1,
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............CHRYSANTHEMUM.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 5,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-left": 5,
|
|
||||||
"margin-right": 5,
|
|
||||||
"margin-top": 0,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#5",
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"pulseaudio#1",
|
|
||||||
"backlight#2",
|
|
||||||
"battery"],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,71 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT Bottom ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"margin-top": 6,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#pacman",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"cpu",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"temperature",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"memory",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/weather",
|
|
||||||
"custom/separator#blank_3",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/light_dark",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/lock",
|
|
||||||
//],
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"bluetooth",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"pulseaudio#microphone",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/keyboard",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............GARDENIA.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 5,
|
|
||||||
"fixed-center": false,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 5,
|
|
||||||
//"margin-bottom": 5,
|
|
||||||
"width": 1000,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#5",
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/workspaces#kanji"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"pulseaudio#1",
|
|
||||||
"backlight#2",
|
|
||||||
"battery"
|
|
||||||
],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* ................PEONY.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 4,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 5,
|
|
||||||
//"margin-bottom": 5,
|
|
||||||
"width": 1444,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#roman",
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["clock#4"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"battery",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"backlight",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"temperature",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"network"],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
// ### TOP Simple ## //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "bottom",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"gtk-layer-shell": true,
|
|
||||||
"margin-left": 6,
|
|
||||||
"margin-right": 6,
|
|
||||||
"margin-top": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"idle_inhibitor",
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"hyprland/workspaces#rw",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#2",
|
|
||||||
"custom/swaync",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"hyprland/window",
|
|
||||||
"battery",
|
|
||||||
"group/audio",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// Sleek
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "bottom",
|
|
||||||
"height": 14,
|
|
||||||
"margin-left": 10,
|
|
||||||
"margin-right": 10,
|
|
||||||
"margin-bottom": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"hyprland/workspaces",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"mpris",
|
|
||||||
"tray"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"hyprland/window",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### LEFT PANEL ### //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "left",
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
"margin-left": 3,
|
|
||||||
//"margin-right": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#vertical",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync",
|
|
||||||
"backlight#vertical",
|
|
||||||
"pulseaudio#microphone_vertical",
|
|
||||||
"pulseaudio#vertical",
|
|
||||||
"custom/power_vertical",
|
|
||||||
"custom/menu",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### RIGHT PANEL ### //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "right",
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
//"margin-left": 3,
|
|
||||||
"margin-right": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#vertical",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync",
|
|
||||||
"backlight#vertical",
|
|
||||||
"pulseaudio#microphone_vertical",
|
|
||||||
"pulseaudio#vertical",
|
|
||||||
"custom/power_vertical",
|
|
||||||
"custom/menu",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,90 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DUAL TOP and BOTTOM ### //
|
|
||||||
|
|
||||||
[{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 1,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"cpu",
|
|
||||||
"temperature",
|
|
||||||
"memory",
|
|
||||||
"disk",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"idle_inhibitor",
|
|
||||||
"clock",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"custom/weather",
|
|
||||||
"battery",
|
|
||||||
"backlight",
|
|
||||||
"bluetooth",
|
|
||||||
"network",
|
|
||||||
"custom/updater",
|
|
||||||
"custom/cycle_wall",
|
|
||||||
"custom/lock",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "bottom",
|
|
||||||
"spacing": 5,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"height": 0,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
//"margin-bottom": 0,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"wlr/taskbar",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces#rw",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"hyprland/window",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync",
|
|
||||||
"mpris",
|
|
||||||
"keyboard-state",
|
|
||||||
"pulseaudio",
|
|
||||||
//"wireplumber",
|
|
||||||
"pulseaudio#microphone",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
|
|
@ -1,82 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### TOP and LEFT PANEL ## //
|
|
||||||
|
|
||||||
[{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"width": 1200,
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 2,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/motherboard",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
//"hyprland/window",
|
|
||||||
"hyprland/workspaces#pacman",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network",
|
|
||||||
"bluetooth",
|
|
||||||
"custom/weather",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/audio",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "left",
|
|
||||||
"height": 650,
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
"margin-left": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/lock",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#vertical",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
}]
|
|
||||||
|
|
@ -1,83 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### TOP and Right PANEL ## //
|
|
||||||
|
|
||||||
[{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"width": 1200,
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 2,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/motherboard",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
//"hyprland/window",
|
|
||||||
"hyprland/workspaces#pacman",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network",
|
|
||||||
"bluetooth",
|
|
||||||
"custom/weather",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/audio",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "right",
|
|
||||||
"height": 650,
|
|
||||||
"margin-top": 8,
|
|
||||||
"margin-bottom": 8,
|
|
||||||
//"margin-left": 3,
|
|
||||||
"margin-right": 3,
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/lock",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#vertical",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"custom/light_dark",
|
|
||||||
],
|
|
||||||
|
|
||||||
}]
|
|
||||||
|
|
@ -1,73 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............CAMELLIA.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 4,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"margin-top": 0,
|
|
||||||
//"margin-bottom": 0,
|
|
||||||
//"margin-left": 0,
|
|
||||||
//"margin-right": 0,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#cam",
|
|
||||||
"custom/separator#line",
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"wlr/taskbar"],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/window"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"custom/backlight",
|
|
||||||
"backlight/slider",
|
|
||||||
"custom/speaker",
|
|
||||||
"pulseaudio/slider",
|
|
||||||
"battery",
|
|
||||||
"clock#3",
|
|
||||||
"network"],
|
|
||||||
|
|
||||||
// Additional modules //
|
|
||||||
"pulseaudio/slider": {
|
|
||||||
"min": 0,
|
|
||||||
"max": 100,
|
|
||||||
"orientation": "horizontal"
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/speaker": {
|
|
||||||
"exec": "echo '🔊'",
|
|
||||||
"interval": 1,
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
|
|
||||||
"backlight/slider": {
|
|
||||||
"min": 0,
|
|
||||||
"max": 100,
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"device": "intel_backlight"
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/backlight": {
|
|
||||||
"exec": "echo '✨'",
|
|
||||||
"interval": 1,
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............CHRYSANTHEMUM.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 5,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-left": 5,
|
|
||||||
"margin-right": 5,
|
|
||||||
"margin-top": 0,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#5",
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"pulseaudio#1",
|
|
||||||
"backlight#2",
|
|
||||||
"battery"],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,71 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT - Top ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#pacman",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"cpu",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"temperature",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"memory",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/weather",
|
|
||||||
"custom/separator#blank_3",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/light_dark",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/lock",
|
|
||||||
//],
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"bluetooth",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"pulseaudio#microphone",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/keyboard",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT v4 (Laptop) - Top ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"group/app_drawer",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"custom/separator#line",
|
|
||||||
"custom/weather",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/swaync",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#line",
|
|
||||||
"hyprland/workspaces#rw",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"group/connections",
|
|
||||||
"custom/separator#line",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"group/audio#pulsecontrol",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"group/status",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT v2 - Top ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/light_dark",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"group/motherboard",
|
|
||||||
"custom/separator#line",
|
|
||||||
"custom/weather",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/swaync",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#line",
|
|
||||||
"hyprland/workspaces#roman",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"custom/separator#line",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"bluetooth",
|
|
||||||
"group/audio",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/keyboard",
|
|
||||||
"custom/lock",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,60 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT v3 - Top ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/light_dark",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"power-profiles-daemon",
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"custom/separator#line",
|
|
||||||
"custom/weather",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/swaync",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#line",
|
|
||||||
"hyprland/workspaces#kanji",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
//"idle_inhibitor",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"group/connections",
|
|
||||||
"custom/separator#line",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"group/audio",
|
|
||||||
"custom/separator#line",
|
|
||||||
"keyboard-state",
|
|
||||||
"custom/keyboard",
|
|
||||||
"custom/lock",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### DEFAULT v4 (Laptop) - Top ### //
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 3,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"group/app_drawer",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"custom/separator#line",
|
|
||||||
"custom/weather",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"custom/swaync",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"clock",
|
|
||||||
"custom/separator#line",
|
|
||||||
"hyprland/workspaces#kanji",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/hint",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"network#speed",
|
|
||||||
"group/connections",
|
|
||||||
"custom/separator#line",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
"group/audio",
|
|
||||||
"custom/separator#dot-line",
|
|
||||||
"group/status",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1,145 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* -- designed by https://github.com/DevNChill */
|
|
||||||
// ### Everforest ### //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
//"spacing": 6,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
//"margin-top": 3,
|
|
||||||
//"margin-left": 8,
|
|
||||||
//"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/arch",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"hyprland/workspaces#rw",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
// "mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
],
|
|
||||||
"modules-center": [
|
|
||||||
"clock#forest",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
"modules-right": [
|
|
||||||
"cpu#forest",
|
|
||||||
"memory#forest",
|
|
||||||
"temperature#forest",
|
|
||||||
"disk#forest",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"backlight",
|
|
||||||
"battery#forest",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/audio",
|
|
||||||
],
|
|
||||||
|
|
||||||
// Additional / Edited Waybar Modules //
|
|
||||||
"custom/arch": {
|
|
||||||
"format":" ",
|
|
||||||
"tooltip": false,
|
|
||||||
"on-click": "rofi -show drun"
|
|
||||||
},
|
|
||||||
"clock#forest": {
|
|
||||||
"format": "{:%A %d.%m.%Y - %H:%M}",
|
|
||||||
"tooltip-format": "<span color='#D3C6AA' size='larger'>{:%Y %B}</span>\n<tt>{calendar}</tt>",
|
|
||||||
"calendar-weeks-pos": "right",
|
|
||||||
"today-format": "<span color='#E67E80' weight='ultrabold'>{}</span>",
|
|
||||||
"format-calendar": "<span color='#D3C6AA' weight='normal'>{}</span>",
|
|
||||||
"format-calendar-weeks": "<span color='#7FBBB3'><b>W{:%V}</b></span>",
|
|
||||||
"format-calendar-weekdays": "<span color='#A7C080'><b>{}</b></span>",
|
|
||||||
"on-scroll": {
|
|
||||||
"calendar": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"battery#forest": {
|
|
||||||
//"interval": 5,
|
|
||||||
"align": 0,
|
|
||||||
"rotate": 0,
|
|
||||||
//"bat": "BAT1",
|
|
||||||
//"adapter": "ACAD",
|
|
||||||
"full-at": 100,
|
|
||||||
"design-capacity": false,
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 15
|
|
||||||
},
|
|
||||||
"format": "Battery {icon} {capacity}%",
|
|
||||||
"format-charging": "Battery {capacity}%",
|
|
||||||
"format-plugged": "Battery {capacity}%",
|
|
||||||
"format-alt-click": "click",
|
|
||||||
"format-full": "Battery {icon} Full",
|
|
||||||
"format-alt": "Battery {icon} {time}",
|
|
||||||
"format-icons": [
|
|
||||||
"", "", "", "", "", "", "", "", "", "", ""
|
|
||||||
],
|
|
||||||
"format-time": "{H}h {M}min",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "{timeTo} {power}w",
|
|
||||||
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
|
|
||||||
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
|
|
||||||
},
|
|
||||||
|
|
||||||
"cpu#forest": {
|
|
||||||
"format": "Cpu {usage}%",
|
|
||||||
"interval": 1,
|
|
||||||
"min-length": 5,
|
|
||||||
"format-alt-click": "click",
|
|
||||||
"format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ",
|
|
||||||
"format-icons": [
|
|
||||||
"▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"
|
|
||||||
],
|
|
||||||
"on-click-right": "gnome-system-monitor",
|
|
||||||
},
|
|
||||||
|
|
||||||
"disk#forest": {
|
|
||||||
"interval": 30,
|
|
||||||
//"format": "Disk ",
|
|
||||||
"path": "/",
|
|
||||||
//"format-alt-click": "click",
|
|
||||||
"format": "Disk {used}",
|
|
||||||
"on-click-right": "baobab",
|
|
||||||
// "tooltip": true,
|
|
||||||
// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)",
|
|
||||||
},
|
|
||||||
|
|
||||||
"memory#forest": {
|
|
||||||
"interval": 10,
|
|
||||||
"format": "Ram {used:0.1f}G",
|
|
||||||
"format-alt": "Ram {percentage}% ",
|
|
||||||
"format-alt-click": "click",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G",
|
|
||||||
"on-click-right": "kitty --title btop sh -c 'btop'"
|
|
||||||
},
|
|
||||||
"temperature#forest": {
|
|
||||||
"interval": 10,
|
|
||||||
"tooltip": true,
|
|
||||||
"hwmon-path": [
|
|
||||||
"/sys/class/hwmon/hwmon1/temp1_input",
|
|
||||||
"/sys/class/thermal/thermal_zone0/temp"
|
|
||||||
],
|
|
||||||
//"thermal-zone": 0,
|
|
||||||
"critical-threshold": 82,
|
|
||||||
"format-critical": "Temp {icon} {temperatureC}°C",
|
|
||||||
"format": "Temp {icon} {temperatureC}°C",
|
|
||||||
"format-icons": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"on-click-right": "kitty --title nvtop sh -c 'nvtop'"
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* .............GARDENIA.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 5,
|
|
||||||
"fixed-center": false,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 5,
|
|
||||||
//"margin-bottom": 5,
|
|
||||||
"width": 1000,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock#5",
|
|
||||||
"mpris",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["hyprland/workspaces#kanji"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"pulseaudio#1",
|
|
||||||
"backlight#2",
|
|
||||||
"battery"
|
|
||||||
],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### Minimal - Long ### //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 6,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 3,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"hyprland/workspaces#pacman",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray",
|
|
||||||
],
|
|
||||||
"modules-center": [
|
|
||||||
"clock",
|
|
||||||
"idle_inhibitor",
|
|
||||||
],
|
|
||||||
"modules-right": [
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/laptop",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"group/audio",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
|
|
||||||
// ### Minimal -SHORT ### //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"width": 1050,
|
|
||||||
"margin-top": 3,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"clock",
|
|
||||||
"custom/weather",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces#roman"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"custom/menu",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync",
|
|
||||||
"mpris",
|
|
||||||
"network",
|
|
||||||
"bluetooth",
|
|
||||||
"backlight",
|
|
||||||
"pulseaudio",
|
|
||||||
"battery",
|
|
||||||
"custom/power"],
|
|
||||||
}
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
//* ............................................*/
|
|
||||||
//* ................PEONY.......................*/
|
|
||||||
//* ............................................*/
|
|
||||||
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"position": "top",
|
|
||||||
"spacing": 4,
|
|
||||||
"fixed-center": true,
|
|
||||||
"ipc": true,
|
|
||||||
"margin-top": 5,
|
|
||||||
//"margin-bottom": 5,
|
|
||||||
"width": 1444,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"hyprland/workspaces#roman",
|
|
||||||
"mpris",
|
|
||||||
"custom/swaync",
|
|
||||||
"tray"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": ["clock#4"],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"battery",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"backlight",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"temperature",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"network"],
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
// ### TOP Simple ## //
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
//"mode": "dock",
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"gtk-layer-shell": true,
|
|
||||||
"margin-left": 6,
|
|
||||||
"margin-right": 6,
|
|
||||||
"margin-top": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"idle_inhibitor",
|
|
||||||
"group/mobo_drawer",
|
|
||||||
"hyprland/workspaces#rw",
|
|
||||||
"tray",
|
|
||||||
"mpris",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"clock#2",
|
|
||||||
"custom/swaync",
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"hyprland/window",
|
|
||||||
"battery",
|
|
||||||
"group/audio",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
// Sleek
|
|
||||||
|
|
||||||
{
|
|
||||||
"include": [
|
|
||||||
"$HOME/.config/waybar/Modules",
|
|
||||||
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
||||||
"$HOME/.config/waybar/ModulesCustom",
|
|
||||||
"$HOME/.config/waybar/ModulesGroups",
|
|
||||||
],
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"height": 14,
|
|
||||||
"margin-left": 10,
|
|
||||||
"margin-right": 10,
|
|
||||||
"margin-top": 2,
|
|
||||||
|
|
||||||
"modules-left": [
|
|
||||||
"custom/menu",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"hyprland/workspaces",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"mpris",
|
|
||||||
"tray"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-center": [
|
|
||||||
"idle_inhibitor",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"clock#3",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"custom/swaync"
|
|
||||||
],
|
|
||||||
|
|
||||||
"modules-right": [
|
|
||||||
"hyprland/window",
|
|
||||||
"custom/separator#blank_2",
|
|
||||||
"pulseaudio",
|
|
||||||
"custom/separator#blank",
|
|
||||||
"custom/power",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/michel/.config/waybar/style/[Retro] Custom.css
|
|
||||||
195
.config/waybar/style.css
Normal file
195
.config/waybar/style.css
Normal file
|
|
@ -0,0 +1,195 @@
|
||||||
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||||
|
/* Simple Style */
|
||||||
|
|
||||||
|
@define-color background #1d2021;
|
||||||
|
@define-color foreground #ebdbb2;
|
||||||
|
@define-color dim #928374;
|
||||||
|
@define-color yellow #fabd2f;
|
||||||
|
@define-color red #fb4934;
|
||||||
|
@define-color green #b8bb26;
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: "JetBrainsMono Nerd Font";
|
||||||
|
font-weight: bold;
|
||||||
|
min-height: 0;
|
||||||
|
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
||||||
|
font-size: 100%;
|
||||||
|
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
background: @background;
|
||||||
|
color: @foreground;
|
||||||
|
transition-property: background-color;
|
||||||
|
transition-duration: 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taskbar button,
|
||||||
|
#workspaces button {
|
||||||
|
color: @foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taskbar button.active,
|
||||||
|
#workspaces button.active {
|
||||||
|
border-bottom: 1px solid green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taskbar button.urgent,
|
||||||
|
#workspaces button.urgent {
|
||||||
|
border-bottom: 2px solid red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#submap {
|
||||||
|
border-bottom: 1px solid red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight,
|
||||||
|
#backlight-slider,
|
||||||
|
#battery,
|
||||||
|
#bluetooth,
|
||||||
|
#clock,
|
||||||
|
#cpu,
|
||||||
|
#disk,
|
||||||
|
#idle_inhibitor,
|
||||||
|
#keyboard-state,
|
||||||
|
#memory,
|
||||||
|
#mode,
|
||||||
|
#mpris,
|
||||||
|
#network,
|
||||||
|
#power-profiles-daemon,
|
||||||
|
#pulseaudio,
|
||||||
|
#pulseaudio-slider,
|
||||||
|
#taskbar button,
|
||||||
|
#taskbar,
|
||||||
|
#temperature,
|
||||||
|
#tray,
|
||||||
|
#window,
|
||||||
|
#wireplumber,
|
||||||
|
#workspaces,
|
||||||
|
#custom-backlight,
|
||||||
|
#custom-browser,
|
||||||
|
#custom-cava_mviz,
|
||||||
|
#custom-cycle_wall,
|
||||||
|
#custom-file_manager,
|
||||||
|
#custom-keybinds,
|
||||||
|
#custom-keyboard,
|
||||||
|
#custom-light_dark,
|
||||||
|
#custom-lock,
|
||||||
|
#custom-hint,
|
||||||
|
#custom-hypridle,
|
||||||
|
#custom-menu,
|
||||||
|
#custom-power_vertical,
|
||||||
|
#custom-power,
|
||||||
|
#custom-settings,
|
||||||
|
#custom-spotify,
|
||||||
|
#custom-swaync,
|
||||||
|
#custom-tty,
|
||||||
|
#custom-updater,
|
||||||
|
#custom-weather,
|
||||||
|
#custom-weather.clearNight,
|
||||||
|
#custom-weather.cloudyFoggyDay,
|
||||||
|
#custom-weather.cloudyFoggyNight,
|
||||||
|
#custom-weather.default,
|
||||||
|
#custom-weather.rainyDay,
|
||||||
|
#custom-weather.rainyNight,
|
||||||
|
#custom-weather.severe,
|
||||||
|
#custom-weather.showyIcyDay,
|
||||||
|
#custom-weather.snowyIcyNight,
|
||||||
|
#custom-weather.sunnyDay {
|
||||||
|
color: @foreground;
|
||||||
|
padding: 3px 6px 3px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.warning,
|
||||||
|
#disk.warning,
|
||||||
|
#memory.warning,
|
||||||
|
#cpu.warning {
|
||||||
|
border-top: 3px solid @background;
|
||||||
|
border-bottom: 3px solid yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
to {
|
||||||
|
color: @background;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.critical:not(.charging) {
|
||||||
|
background-color: @red;
|
||||||
|
color: white;
|
||||||
|
animation-name: blink;
|
||||||
|
animation-duration: 3.0s;
|
||||||
|
animation-timing-function: steps(12);
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*-----Indicators----*/
|
||||||
|
#custom-hypridle.notactive,
|
||||||
|
#idle_inhibitor.activated {
|
||||||
|
color: #39FF14;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.critical,
|
||||||
|
#disk.critical,
|
||||||
|
#memory.critical,
|
||||||
|
#cpu.critical {
|
||||||
|
border-top: 3px solid @background;
|
||||||
|
border-bottom: 3px solid red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#temperature.critical {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.charging {
|
||||||
|
border-top: 3px solid @background;
|
||||||
|
border-bottom: 3px solid green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio-slider slider {
|
||||||
|
min-width: 0px;
|
||||||
|
min-height: 0px;
|
||||||
|
opacity: 0;
|
||||||
|
background-image: none;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio-slider trough {
|
||||||
|
min-width: 80px;
|
||||||
|
min-height: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: @dim;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio-slider highlight {
|
||||||
|
min-height: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight-slider slider {
|
||||||
|
min-width: 0px;
|
||||||
|
min-height: 0px;
|
||||||
|
opacity: 0;
|
||||||
|
background-image: none;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight-slider trough {
|
||||||
|
min-width: 80px;
|
||||||
|
min-height: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: @dim;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight-slider highlight {
|
||||||
|
min-width: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,230 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Black & White MonoChrome */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar,
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: white;
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
background-color: black;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: white;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
background-color: black;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: white;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
background-color: black;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: white;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
/*-----modules indv----*/
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: dimgrey;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: white;
|
|
||||||
background-color: #7f849c;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: white;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,301 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Catppuccin Frappe */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "../waybar/style/catppuccin-themes/frappe.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
border-top: 1px solid @rosewater;
|
|
||||||
border-bottom: 3px solid @sapphire;
|
|
||||||
background: alpha(@crust, 0.4);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @overlay0;
|
|
||||||
background-color: @surface0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
color: @surface1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @peach;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: @red;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @surface0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @theme_text_color;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
color: @flamingo;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: @maroon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color:@lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
#network.disconnected,
|
|
||||||
#network.disabled {
|
|
||||||
background-color: @surface0;
|
|
||||||
color: @text;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,301 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Catppuccin Latte */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "../waybar/style/catppuccin-themes/latte.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
border-top: 1px solid @flamingo;
|
|
||||||
border-bottom: 3px solid @lavender;
|
|
||||||
background: alpha(@overlay0, 0.3);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @overlay0;
|
|
||||||
background-color: @surface0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
color: @surface1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @peach;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: @red;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @surface0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @theme_text_color;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
color: @flamingo;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: @maroon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color:@lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
#network.disconnected,
|
|
||||||
#network.disabled {
|
|
||||||
background-color: @surface0;
|
|
||||||
color: @text;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,316 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Catppuccin Mocha */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "../waybar/style/catppuccin-themes/mocha.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
background: transparent;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @overlay1;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @peach;
|
|
||||||
background-color: @surface0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
color: @surface1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @mauve;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: @red;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This section can be use if you want to separate waybar modules */
|
|
||||||
.modules-left, .modules-center, .modules-right {
|
|
||||||
background: @theme_base_color;
|
|
||||||
border: 0.5px solid @overlay0;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
border-radius: 10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left, .modules-right {
|
|
||||||
border: 1px solid @blue;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth,
|
|
||||||
#backlight {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @surface0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @theme_text_color;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
color: @flamingo;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: @maroon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color:@lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
#network.disconnected,
|
|
||||||
#network.disabled {
|
|
||||||
background-color: @surface0;
|
|
||||||
color: @text;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,343 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Chroma Glow */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 100%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: transparent;
|
|
||||||
color: #ffffff;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.1;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: #40a02b;
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
background-color: transparent;
|
|
||||||
color: grey;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: transparent;
|
|
||||||
color: #D3D3D3;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
color: #D3D3D3;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
background-color: #bbccdd;
|
|
||||||
color: #323232;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
background-color: #64727D;
|
|
||||||
border-bottom: 3px solid #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
|
||||||
.modules-left > widget:first-child > #workspaces {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
|
||||||
.modules-right > widget:last-child > #workspaces {
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: #fe640b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: #7287fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: #32CD32;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #battery.charging {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #26A65B;
|
|
||||||
} */
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
label:focus {
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-menu{
|
|
||||||
color: yellow;
|
|
||||||
/*padding: 3px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark,
|
|
||||||
#backlight {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: #dd7878;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
color: #df3320;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-keybinds {
|
|
||||||
color: #1e66f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber,
|
|
||||||
#pulseaudio {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber.muted,
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
color: #dd7878;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: brown;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: #df8e1d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: #ffa000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: #FF5349;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
/* background-color: #505050; */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd {
|
|
||||||
color: #2a5c45;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.disconnected {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.stopped {
|
|
||||||
background-color: #90b1b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.paused {
|
|
||||||
background-color: #51a37a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-language {
|
|
||||||
color: #7da6ff;
|
|
||||||
min-width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-separator {
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,367 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Translucent */
|
|
||||||
|
|
||||||
@define-color critical #ff0000; /* critical color */
|
|
||||||
@define-color warning #f3f809; /* warning color */
|
|
||||||
@define-color fgcolor #ffffff; /* foreground color */
|
|
||||||
@define-color bgcolor #303030; /* background color */
|
|
||||||
@define-color bgcolor #222436; /* background color */
|
|
||||||
@define-color alert #df3320;
|
|
||||||
|
|
||||||
@define-color accent1 #ff7a93;
|
|
||||||
@define-color accent2 #b9f27c;
|
|
||||||
@define-color accent3 #ff9e64;
|
|
||||||
@define-color accent4 #bb9af7;
|
|
||||||
@define-color accent5 #7da6ff;
|
|
||||||
@define-color accent6 #0db9d7;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: rgba(0,0,0,0.3);
|
|
||||||
color: #ffffff;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.1;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.6;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
background-color: transparent;
|
|
||||||
color: #ffffff;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: transparent;
|
|
||||||
color: @accent1;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
color: @accent3;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
background-color: #bbccdd;
|
|
||||||
color: @accent2;
|
|
||||||
/* box-shadow: inset 0 -3px #ffffff; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
background-color: #64727D;
|
|
||||||
border-bottom: 3px solid #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
|
||||||
.modules-left > widget:first-child > #workspaces {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
|
||||||
.modules-right > widget:last-child > #workspaces {
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @accent2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: #7287fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @accent5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #battery.charging {
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #26A65B;
|
|
||||||
} */
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: @critical;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
label:focus {
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu{
|
|
||||||
color: #FFFFFF;
|
|
||||||
/*padding: 3px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#cpu {
|
|
||||||
color: @accent1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @accent3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: #1e66f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @accent3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
color: @alert;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: @accent4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-muted {
|
|
||||||
color: @accent2;
|
|
||||||
}
|
|
||||||
#wireplumber {
|
|
||||||
color: @accent4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber-muted {
|
|
||||||
color: @accent2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pluseaudio-source-muted{
|
|
||||||
color: #a0a0a0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @accent5;
|
|
||||||
}
|
|
||||||
#custom-power_profile {
|
|
||||||
color: @accent3;
|
|
||||||
}
|
|
||||||
#custom-media {
|
|
||||||
background-color: #66cc99;
|
|
||||||
color: #2a5c45;
|
|
||||||
min-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: #66cc99;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: #ffa000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state,
|
|
||||||
#temperature {
|
|
||||||
color: @accent6;
|
|
||||||
/* background-color: #f0932b; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @critical;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
/* background-color: #505050; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
color: #f9e2af;
|
|
||||||
/*background-color: #2d3436;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd {
|
|
||||||
color: #2a5c45;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.disconnected {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.stopped {
|
|
||||||
background-color: #90b1b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.paused {
|
|
||||||
background-color: #51a37a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-language {
|
|
||||||
color: @accent5;
|
|
||||||
min-width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-separator {
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,242 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Aurora Blossom */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty ,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: black;
|
|
||||||
background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
|
|
||||||
color: black;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
background-image: linear-gradient(0deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
|
|
||||||
color: black;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
background-image: linear-gradient(225deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
|
|
||||||
color: black;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
/*-----modules indv----*/
|
|
||||||
#workspaces button {
|
|
||||||
color: black;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: grey;
|
|
||||||
background-color: rgba(0,153,153,0.2);
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: grey;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
color: black;
|
|
||||||
background-color: #7f849c;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar button:hover {
|
|
||||||
color: black;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,231 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Aurora */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar,
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: black;
|
|
||||||
background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
/*-----modules indv----*/
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: grey;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: black;
|
|
||||||
background-color: rgba(0,153,153,0.2);
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: black;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
background-image: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
|
||||||
color: black;
|
|
||||||
border: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
#backlight {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
#custom-menu {
|
|
||||||
padding-right: 8px;
|
|
||||||
}
|
|
||||||
#custom-cycle_wall {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
#network {
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
background: red;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,408 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Oglo Chicklets */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 97%;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: #232a2e;
|
|
||||||
border-bottom: 8px solid #1d2327;
|
|
||||||
color: #d3c6aa;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
window#waybar.empty {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
window#waybar.solo {
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
button {
|
|
||||||
all: unset;
|
|
||||||
background-color: #778f52;
|
|
||||||
color: #2d353b;
|
|
||||||
border: none;
|
|
||||||
border-bottom: 8px solid #5d743e;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px;
|
|
||||||
transition: transform 0.1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover {
|
|
||||||
background: inherit;
|
|
||||||
background-color: #92ab6c;
|
|
||||||
border-bottom: 8px solid #788f57;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.active {
|
|
||||||
background: inherit;
|
|
||||||
background-color: #a5be7e;
|
|
||||||
border-bottom: 8px solid #8aa168;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
background-color: #64727D;
|
|
||||||
border-bottom: 3px solid #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay{
|
|
||||||
color: #ffffff;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window,
|
|
||||||
#workspaces {
|
|
||||||
margin: 0 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
|
||||||
.modules-left > widget:first-child > #workspaces {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
|
||||||
.modules-right > widget:last-child > #workspaces {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
background-color: #343f44;
|
|
||||||
color: #d3c6aa;
|
|
||||||
border-bottom: 8px solid #2b3539;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync {
|
|
||||||
background-color: #778f52;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #5d743e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
background-color: #778f52;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #5d743e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
background-color: #ee606a;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #ca4853;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power_vertical{
|
|
||||||
background-color: #ee606a;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #ca4853;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
background-color: #96a84c;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #7a8c37;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
background-color: #3a998f;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #227d74;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: #ee606a;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #ca4853;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
label:focus {
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
background-color: #778f52;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #5d743e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
background-color: #d980ad;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #b86790;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
background-color: #964B00;
|
|
||||||
border-bottom: 8px solid #793300;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock,
|
|
||||||
#custom-light_dark,
|
|
||||||
#backlight {
|
|
||||||
background-color: #64b6ac;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #4f9990;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
background-color: #2980b9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
background-color: #d8ac47;
|
|
||||||
color: #2d353b;
|
|
||||||
border-bottom: 8px solid #b78f30;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
background-color: #90b1b1;
|
|
||||||
color: #2a5c45;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber {
|
|
||||||
background-color: #fff0f5;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber.muted {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media {
|
|
||||||
background-color: #66cc99;
|
|
||||||
color: #2a5c45;
|
|
||||||
min-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media.custom-spotify {
|
|
||||||
background-color: #66cc99;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media.custom-vlc {
|
|
||||||
background-color: #ffa000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
background-color: #f0932b;
|
|
||||||
border-bottom: 8px solid #b78f30;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
background-color: #e67f51;
|
|
||||||
color: #2d353b;;
|
|
||||||
border-bottom: 8px solid #c3653b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor {
|
|
||||||
background-color: #2d3436;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
background-color: #ecf0f1;
|
|
||||||
color: #2d3436;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd {
|
|
||||||
background-color: #66cc99;
|
|
||||||
color: #2a5c45;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.disconnected {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.stopped {
|
|
||||||
background-color: #90b1b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpd.paused {
|
|
||||||
background-color: #51a37a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#language {
|
|
||||||
background: #00b093;
|
|
||||||
color: #740864;
|
|
||||||
min-width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
background: #97e1ad;
|
|
||||||
color: #000000;
|
|
||||||
min-width: 16px;
|
|
||||||
border-bottom: 8px solid #78b48a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state > label {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state > label.locked {
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
#scratchpad {
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
#scratchpad.empty {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: #232a2e;
|
|
||||||
border: none;
|
|
||||||
border-bottom: 8px solid #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip decoration {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip decoration:backdrop {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: #d3c6aa;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-top: 0px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
background-color: #7f849c;
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,333 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Rainbow Spectrum */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: rgba(0,0,0,0);
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
background-color: #d9e0ee;
|
|
||||||
color: #3A3B3C;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: #eba0ac;
|
|
||||||
color: #3A3B3C;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: #eb6f92;
|
|
||||||
color: #f6c177;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
border-radius: 16px;
|
|
||||||
color: #3A3B3C;
|
|
||||||
border: 1px solid #b4befe;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
background-color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
background-color: #f9e2af;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: #f38ba8;
|
|
||||||
color: #f38ba8;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
background-color: #a6e3a1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
background-color: #fab387;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
#custom-keyboard,
|
|
||||||
#keyboard-state,
|
|
||||||
#keyboard-state label,
|
|
||||||
#keyboard-state label.locked,
|
|
||||||
#cpu {
|
|
||||||
background-color: #89dceb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
background-color: #eba0ac;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
background-color: #b4befe;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
background-color: #b4befe;
|
|
||||||
}
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
background-color: #f5c2e7;
|
|
||||||
/*padding: 1px;*/
|
|
||||||
padding-right: 10px;
|
|
||||||
border-radius: 16px;
|
|
||||||
color: #3A3B3C;
|
|
||||||
border: 1px solid #b4befe;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
background-color: #f38ba8;
|
|
||||||
padding: 0px 0px 0px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
background-color: #e6ed7b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-settings {
|
|
||||||
background: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cycle_wall {
|
|
||||||
background-color: #94e2d5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-weather {
|
|
||||||
background-color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber {
|
|
||||||
background-color: #a6e3a1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber.muted {
|
|
||||||
background-color: #313244;
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
background-color: #89dceb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
background-color: #86b4fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
background-color: #86b4fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
background-color: #89dceb;
|
|
||||||
}
|
|
||||||
#window {
|
|
||||||
background-color: #89dceb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hint,
|
|
||||||
#pulseaudio {
|
|
||||||
background-color: #fab387;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
background-color: #f5c2e7;
|
|
||||||
}
|
|
||||||
#pulseaudio.muted {
|
|
||||||
background-color: #313244;
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
background-color: #89b4fa;
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
#network.disconnected,#network.disabled {
|
|
||||||
background-color: #313244;
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,236 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ...............Golden Noir................ */
|
|
||||||
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: #040406;
|
|
||||||
border-radius: 30px;
|
|
||||||
color: #cba6f7;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: #ffd700;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
border-left: 1px solid #ffd700;
|
|
||||||
border-right: 1px solid #ffd700;
|
|
||||||
border-radius: 20px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: #6E6A86;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #ffd700;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: black;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #ffd700;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: #e5d9f5;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
@ -1,338 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ..........Half Moon.................. */
|
|
||||||
/* NOTE: This is only for some waybar configs */
|
|
||||||
/* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: rgba(26,27,38,0);
|
|
||||||
border-bottom: 1px solid rgba(26,27,38,0);
|
|
||||||
border-radius: 0px;
|
|
||||||
color: #E6B673;
|
|
||||||
}
|
|
||||||
|
|
||||||
#waybar.empty, #waybar.tiled, #waybar.floating {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar,
|
|
||||||
#workspaces {
|
|
||||||
background: #0F1419;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 0px 1px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
font-style: normal;
|
|
||||||
color: #0F1419;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0px 5px;
|
|
||||||
margin: 4px 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 0.5;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
padding: 0px 5px;
|
|
||||||
margin: 4px 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 1.0;
|
|
||||||
min-width: 40px;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 15px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 0.8;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
|
|
||||||
}
|
|
||||||
@keyframes gradient_horizontal {
|
|
||||||
0% {
|
|
||||||
background-position: 0% 50%;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
background-position: 100% 50%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
background-position: 0% 50%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes swiping {
|
|
||||||
0% {
|
|
||||||
background-position: 0% 200%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
background-position: 200% 200%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #0F1419;
|
|
||||||
border: 1px solid #D2A6FF;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: #F3F4F5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
color: #E6E1CF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature,
|
|
||||||
#memory {
|
|
||||||
color: #E6B673;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#clock {
|
|
||||||
color: #B8CC52;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: blue;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#cpu {
|
|
||||||
color: #F3F4F5;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: #B8CC52;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#battery {
|
|
||||||
color: #F07178;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color: #F07178;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: white;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: #FF8F40;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hyprbindings {
|
|
||||||
color: #D2A6FF;
|
|
||||||
background: #0F1419;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
color: #E6E1CF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: #59C2FF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-notification {
|
|
||||||
color: #95E6CB;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-browser,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-settings {
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: #59C2FF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: #59C2FF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 0px 15px 50px 0px;
|
|
||||||
margin: 5px 5px 5px 0px;
|
|
||||||
padding: 1px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: #D2A6FF;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 15px 0px 0px 50px;
|
|
||||||
margin: 5px 0px;
|
|
||||||
padding: 2px 5px 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: red;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power_vertical,
|
|
||||||
#keyboard-state {
|
|
||||||
color: green;
|
|
||||||
background: #0F1419;
|
|
||||||
border-radius: 50px 50px;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
@ -1,365 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Catppuccin Latte - Wallust */
|
|
||||||
/* Original Design by DC user mannatsingh */
|
|
||||||
|
|
||||||
@define-color white #F2F2F2;
|
|
||||||
@define-color black #000000;
|
|
||||||
@define-color text #FFFFFF;
|
|
||||||
@define-color lightgray #686868;
|
|
||||||
@define-color darkgray #353535;
|
|
||||||
|
|
||||||
@define-color transparent rgba(1, 1, 1, 0.5);
|
|
||||||
@define-color teal-trans rgba(1, 117, 84, 0.5);
|
|
||||||
@define-color cyan rgba(53, 140, 169, 1);
|
|
||||||
|
|
||||||
@define-color background-module @transparent;
|
|
||||||
@define-color border-color @color12;
|
|
||||||
@define-color button-color @color11;
|
|
||||||
@define-color button-hover @color13;
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
@import "../waybar/style/catppuccin-themes/latte.css";
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: transparent;
|
|
||||||
border-radius: 0px;
|
|
||||||
color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
border-radius: 12px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @border-color;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius:15px;
|
|
||||||
border-bottom:2px solid @border-color;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius:15px;
|
|
||||||
border-bottom:2px solid @border-color;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius:15px;
|
|
||||||
border-bottom: 2px solid @border-color;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
padding: 0px 1px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border:2px solid @border-color;
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
opacity:0.8;
|
|
||||||
color:#FFFFFF;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
color: #6E6A86;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
border-radius: 30px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #ffd700;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: black;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #ffd700;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock#2 {
|
|
||||||
color: #efe8f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: #e5d9f5;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: rgb(47, 46, 46);
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#pulseaudio {
|
|
||||||
color: @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-lock,
|
|
||||||
#idle_inhibitor {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @sapphire;
|
|
||||||
border-radius: 15px;
|
|
||||||
border:2px solid @border-color;
|
|
||||||
}
|
|
||||||
#custom-updates {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
#swaync{
|
|
||||||
color: #ffd700;}
|
|
||||||
|
|
@ -1,249 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* .............Purpl..................... */
|
|
||||||
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: #100214;
|
|
||||||
color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
border: 3px solid #20052a;
|
|
||||||
border-radius: 100px 0px 0px 0px;
|
|
||||||
background-color: #3d174b;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
/*background-color: #1e1e2e;*/
|
|
||||||
border: 3px solid #20052a;
|
|
||||||
border-radius: 0px 0px 100px 0px;
|
|
||||||
background-color: #441a53;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: #6E6A86;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #cba6f7;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: black;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #9CCFD8;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: whitesmoke;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: purple;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
@ -1,236 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Dark - Obsidian Edge */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: black;
|
|
||||||
border-radius: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: @foreground;
|
|
||||||
background: rgba(0, 0, 0, 0.8);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: @foreground;
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
border: 0px solid #b4befe;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
border: 0px solid #b4befe;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
border: 0px solid #b4befe;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @color12;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @foreground;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @color9;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @foreground;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,233 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ..........Crimson.................. */
|
|
||||||
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
*{
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: #240303;
|
|
||||||
color: wheat;
|
|
||||||
border-radius: 0px 0px 100px 100px;
|
|
||||||
border: 1px solid grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #240303;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: wheat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: wheat;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: rgb(108, 18, 18);
|
|
||||||
background-color: #000000;
|
|
||||||
border: 1px solid grey;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: rgb(71, 14, 14);
|
|
||||||
background-color: #000000;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: wheat;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,342 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* --- Designed by https://github.com/DevNChill --- */
|
|
||||||
/* Extra - EverForest*/
|
|
||||||
|
|
||||||
@define-color bg_dim #232A2E;
|
|
||||||
@define-color black #000000;
|
|
||||||
@define-color white #FFFFFF;
|
|
||||||
@define-color bg0 #2D353B;
|
|
||||||
@define-color bg1 #343F44;
|
|
||||||
@define-color bg2 #3D484D;
|
|
||||||
@define-color bg3 #475258;
|
|
||||||
@define-color bg4 #4F585E;
|
|
||||||
@define-color bg5 #56635f;
|
|
||||||
@define-color bg_visual #543A48;
|
|
||||||
@define-color bg_red #514045;
|
|
||||||
@define-color bg_green #425047;
|
|
||||||
@define-color bg_blue #3A515D;
|
|
||||||
@define-color bg_yellow #4D4C43;
|
|
||||||
@define-color fg #D3C6AA;
|
|
||||||
@define-color red #E67E80;
|
|
||||||
@define-color orange #E69875;
|
|
||||||
@define-color yellow #DBBC7F;
|
|
||||||
@define-color green #A7C080;
|
|
||||||
@define-color aqua #83C092;
|
|
||||||
@define-color blue #7FBBB3;
|
|
||||||
@define-color purple #D699B6;
|
|
||||||
@define-color grey0 #7A8478;
|
|
||||||
@define-color grey1 #859289;
|
|
||||||
@define-color grey2 #9DA9A0;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
border: 1px solid transparent;
|
|
||||||
border-radius: 0px;
|
|
||||||
margin: 0px 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
border: none;
|
|
||||||
/*background-color: @bg_green;*/
|
|
||||||
background-color: @bg_green;
|
|
||||||
color: @fg;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
padding: 0px 10px;
|
|
||||||
margin: 0px 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @bg0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu,
|
|
||||||
#custom-arch {
|
|
||||||
background-color: @bg;
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0px 5px;
|
|
||||||
background-color: @orange;
|
|
||||||
color: @black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: @grey0;
|
|
||||||
color: @black;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
/*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
background-color: @purple;
|
|
||||||
color: @black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
background-color: @green;
|
|
||||||
color: @bg0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
background-color: @red; /* Keeps the original color */
|
|
||||||
color: @white; /* Sets text color to white for better contrast */
|
|
||||||
border: 2px solid @red; /* Adds a border with the same color */
|
|
||||||
box-shadow: 0 0 10px @red; /* Adds a glow effect */
|
|
||||||
font-weight: bold; /* Makes text bold for more emphasis */
|
|
||||||
transition:
|
|
||||||
background-color 0.3s,
|
|
||||||
box-shadow 0.3s; /* Smooth transition for hover effect */
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
border-radius: 5px 0px 0px 5px;
|
|
||||||
padding: 0px 5px;
|
|
||||||
background-color: @yellow;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
padding: 0px 5px;
|
|
||||||
background-color: @yellow;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
padding: 0px 5px;
|
|
||||||
background-color: @green;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
border-radius: 0px 5px 5px 0px;
|
|
||||||
padding: 0px 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
background-color: @green;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.bat2 {
|
|
||||||
border-radius: 0px 5px 5px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left :last-child {
|
|
||||||
border-radius: 0px 5px 5px 0px;
|
|
||||||
}
|
|
||||||
#battery {
|
|
||||||
border-radius: 5px 0px 0px 5px;
|
|
||||||
padding: 0px 5px;
|
|
||||||
background-color: @aqua;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
#battery.plugged {
|
|
||||||
color: @fg;
|
|
||||||
background-color: @bg_green;
|
|
||||||
}
|
|
||||||
#battery.charging {
|
|
||||||
color: @fg;
|
|
||||||
background-color: @bg_green;
|
|
||||||
}
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @fg;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: @fg;
|
|
||||||
color: @bg_dim;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
border-radius: 5px 0px 0px 5px;
|
|
||||||
padding: 0px 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
background-color: @red;
|
|
||||||
color: @black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network,
|
|
||||||
#pulseaudio {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 0px 5px 5px 0px;
|
|
||||||
background-color: @blue;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
background-color: @grey1;
|
|
||||||
color: @bg_yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
color: @fg;
|
|
||||||
background-color: @bg0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
background-color: @blue;
|
|
||||||
color: @black;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
background-color: @fg;
|
|
||||||
color: @bg0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin: 0px 5px;
|
|
||||||
color: @bg_yellow;
|
|
||||||
background-color: @aqua;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,248 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* .......Mauve....................... */
|
|
||||||
/* --- 👍 designed by https://github.com/CelestiaKai 👍 --- */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: #11111b;
|
|
||||||
color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: #cba6f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
border: 3px solid #11111b;
|
|
||||||
border-radius: 10px 10px 10px 10px;
|
|
||||||
background-color: #313244;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
/*background-color: #1e1e2e;*/
|
|
||||||
border: 3px solid #11111b;
|
|
||||||
border-radius: 10px 10px 10px 10px;
|
|
||||||
background-color: #313244;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: #6E6A86;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #1e1e1e;
|
|
||||||
border-radius: 30%;
|
|
||||||
background-color: #cba6f7;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active:hover {
|
|
||||||
color: #1e1e1e;
|
|
||||||
border-radius: 30%;
|
|
||||||
background-color: #cba6f7;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
border-radius: 30%;
|
|
||||||
background-color: #cba6f7;
|
|
||||||
color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #1e1e1e;
|
|
||||||
border: 3px solid #1e1e2e;
|
|
||||||
background-color: #cba6f7;
|
|
||||||
border-radius: 30%;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: whitesmoke;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #6E6A86;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: purple;
|
|
||||||
}
|
|
||||||
|
|
@ -1,251 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Rose Pine */
|
|
||||||
|
|
||||||
|
|
||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
@define-color main-bg #26233a;
|
|
||||||
@define-color main-fg #ebbcba;
|
|
||||||
@define-color wb-act-bg #31748f;
|
|
||||||
@define-color wb-act-fg #9ccfd8;
|
|
||||||
@define-color wb-hvr-bg #eb6f92;
|
|
||||||
@define-color wb-hvr-fg #f6c177;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
border-radius: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: @bar-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: @main-bg;
|
|
||||||
color: @main-fg;
|
|
||||||
border-radius: 8px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-color: #2B5D34;
|
|
||||||
border-style: solid;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
background: @main-bg;
|
|
||||||
color: @main-fg;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-fg;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-fg;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-color: #2B5D34;
|
|
||||||
border-style: solid;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
color: @wb-color;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-color;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-color;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @main-fg;
|
|
||||||
background: @main-bg;
|
|
||||||
opacity: 1;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-color: #2B5D34;
|
|
||||||
border-style: solid;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @main-bg;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: red;
|
|
||||||
color: white;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
#network {
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
padding-right: 1px;
|
|
||||||
}
|
|
||||||
#group-motherboard,
|
|
||||||
#group-laptop,
|
|
||||||
#group-audio {
|
|
||||||
color: @main-fg;
|
|
||||||
background-color: @main-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,258 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* .......Simple Pink....................... */
|
|
||||||
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: black;
|
|
||||||
border-radius: 50px;
|
|
||||||
color: whitesmoke;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
border: 5px solid #19141b;
|
|
||||||
border-radius: 50px 50px 50px 50px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
background-color: black;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
border: 5px solid #0d0a0f;
|
|
||||||
border-radius: 50px 50px 50px 50px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: pink;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: whitesmoke;
|
|
||||||
background-color: pink;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #c42a60;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #ba5663;
|
|
||||||
background-color: #0d0a0d;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: whitesmoke;
|
|
||||||
padding-top: 1px;
|
|
||||||
padding-bottom: 1px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: pink;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
color: #ba5663;
|
|
||||||
background-color: #0d0a0d;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #22252a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: pink;
|
|
||||||
}
|
|
||||||
|
|
@ -1,235 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Light - MonoChrome Contrast */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar,
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: white;
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
background-color: white;
|
|
||||||
color: black;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: black;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
background-color: white;
|
|
||||||
color: black;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: black;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
background-color: white;
|
|
||||||
color: black;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: black;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
/*-----modules indv----*/
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: black;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: grey;
|
|
||||||
background-color: rgba(0,153,153,0.2);
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: grey;
|
|
||||||
color: black;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,224 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Light - Obsidian Glow */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: white;
|
|
||||||
border-radius: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: white;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: #373737;
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: #585b70;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: dimgrey;
|
|
||||||
color: #000000;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #000000;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #000000;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: #000000;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: #585b70;
|
|
||||||
color: #cdd6f4;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #ba5663;
|
|
||||||
}
|
|
||||||
|
|
@ -1,320 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Catppuccin Mocha - Rainbow Bordered */
|
|
||||||
/* Designed by https://github.com/0xl30 */
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "../waybar/style/catppuccin-themes/rgbmocha.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
background: transparent;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @overlay1;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 10px;
|
|
||||||
color: @peach;
|
|
||||||
background-color: @surface0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
color: @surface1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @mauve;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: @red;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This section can be use if you want to separate waybar modules */
|
|
||||||
.modules-left, .modules-center, .modules-right {
|
|
||||||
background: @theme_base_color;
|
|
||||||
border: 2px solid transparent;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
border-radius: 0px;
|
|
||||||
|
|
||||||
border-image: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet) 1;
|
|
||||||
animation: rainbow-gradient 20s ease-in-out infinite; /* Adjust timing as needed */
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth,
|
|
||||||
#backlight {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @surface0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @theme_text_color;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
color: @flamingo;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
animation: rainbow-text 0.80s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes rainbow-text {
|
|
||||||
0% { color: rgb(0, 247, 198); } /* Low amplitude */
|
|
||||||
42% { color: rgb(60, 0, 179); } /* Mid amplitude */
|
|
||||||
71% { color: indigo; } /* Higher amplitude */
|
|
||||||
100% { color: rgb(234, 0, 255); } /* Maximum amplitude */
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock {
|
|
||||||
color: @maroon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.bluetooth {
|
|
||||||
color: @pink;
|
|
||||||
}
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color:@lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
#network.disconnected,
|
|
||||||
#network.disabled {
|
|
||||||
background-color: @surface0;
|
|
||||||
color: @text;
|
|
||||||
}
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,195 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Simple Style */
|
|
||||||
|
|
||||||
@define-color background #1d2021;
|
|
||||||
@define-color foreground #ebdbb2;
|
|
||||||
@define-color dim #928374;
|
|
||||||
@define-color yellow #fabd2f;
|
|
||||||
@define-color red #fb4934;
|
|
||||||
@define-color green #b8bb26;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 100%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: @background;
|
|
||||||
color: @foreground;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @foreground;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
border-bottom: 1px solid green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.urgent,
|
|
||||||
#workspaces button.urgent {
|
|
||||||
border-bottom: 2px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#submap {
|
|
||||||
border-bottom: 1px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @foreground;
|
|
||||||
padding: 3px 6px 3px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning,
|
|
||||||
#disk.warning,
|
|
||||||
#memory.warning,
|
|
||||||
#cpu.warning {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @background;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: white;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical,
|
|
||||||
#disk.critical,
|
|
||||||
#memory.critical,
|
|
||||||
#cpu.critical {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,194 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Simple Style */
|
|
||||||
|
|
||||||
@define-color background #1d2021;
|
|
||||||
@define-color foreground #ebdbb2;
|
|
||||||
@define-color dim #928374;
|
|
||||||
@define-color yellow #fabd2f;
|
|
||||||
@define-color red #fb4934;
|
|
||||||
@define-color green #b8bb26;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 100%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: @background;
|
|
||||||
color: @foreground;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @foreground;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
border-bottom: 1px solid green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.urgent,
|
|
||||||
#workspaces button.urgent {
|
|
||||||
border-bottom: 2px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#submap {
|
|
||||||
border-bottom: 1px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @foreground;
|
|
||||||
padding: 3px 6px 3px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning,
|
|
||||||
#disk.warning,
|
|
||||||
#memory.warning,
|
|
||||||
#cpu.warning {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @background;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: white;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical,
|
|
||||||
#disk.critical,
|
|
||||||
#memory.critical,
|
|
||||||
#cpu.critical {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
border-top: 3px solid @background;
|
|
||||||
border-bottom: 3px solid green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 120px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
@ -1,210 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* .......Crystal Clear....................... */
|
|
||||||
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
*{
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background:transparent;
|
|
||||||
border-radius: 1px;
|
|
||||||
color: whitesmoke;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: #6E6A86;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: whitesmoke;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: whitesmoke;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: #7f849c;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: wheat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: wheat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,373 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* ml4w-modern-mixed */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color12;
|
|
||||||
@define-color backgrounddark #FFFFFF;
|
|
||||||
@define-color workspacesbackground1 @color12;
|
|
||||||
@define-color workspacesbackground2 #FFFFFF;
|
|
||||||
@define-color bordercolor @color11;
|
|
||||||
@define-color textcolor1 @color12;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
/* note: different modules have different font sizes */
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: rgba(0,0,0,0.8);
|
|
||||||
border-bottom: 0px solid #ffffff;
|
|
||||||
/* color: #FFFFFF; */
|
|
||||||
background: transparent;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
background: @workspacesbackground1;
|
|
||||||
margin: 2px 18px 3px 1px;
|
|
||||||
margin-left: 6px;
|
|
||||||
padding: 0px 2px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
border: 0px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
opacity: 0.8;
|
|
||||||
color: @textcolor1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0px 6px;
|
|
||||||
margin: 3px 2px;
|
|
||||||
border-radius: 3px 3px 3px 3px;
|
|
||||||
color: @textcolor1;
|
|
||||||
background-color: @workspacesbackground2;
|
|
||||||
transition: all 0.1s linear;
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @textcolor1;
|
|
||||||
background: @workspacesbackground2;
|
|
||||||
border-radius: 3px 3px 3px 3px;
|
|
||||||
min-width: 30px;
|
|
||||||
transition: all 0.1s linear;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @textcolor1;
|
|
||||||
background: @workspacesbackground2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
opacity:0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
border-radius: 16px;
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
opacity:0.9;
|
|
||||||
padding:20px;
|
|
||||||
margin:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
color:white;
|
|
||||||
font-weight:normal;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color:transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar {
|
|
||||||
background: @backgroundlight;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
padding:0px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
opacity:0.8;
|
|
||||||
border: 3px solid @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
margin:0;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 5px 0px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar.empty {
|
|
||||||
background:transparent;
|
|
||||||
border:0;
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left > widget:first-child > #workspaces {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-right > widget:last-child > #workspaces {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
margin-right: 8px;
|
|
||||||
margin-left: 6px;
|
|
||||||
font-size: 100%;
|
|
||||||
opacity: 0.8;
|
|
||||||
color: @iconcolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync {
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor {
|
|
||||||
margin-right: 15px;
|
|
||||||
font-size: 102%;
|
|
||||||
font-weight: bold;
|
|
||||||
opacity: 0.8;
|
|
||||||
color: @iconcolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
margin-right: 15px;
|
|
||||||
font-size: 100%;
|
|
||||||
font-weight: bold;
|
|
||||||
opacity: 0.8;
|
|
||||||
color: #dc2f2f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 10px 0px 10px;
|
|
||||||
margin: 2px 17px 2px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 0px 0px 6px;
|
|
||||||
opacity:0.8;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keybinds {
|
|
||||||
margin: 0px 13px 0px 0px;
|
|
||||||
padding:0px;
|
|
||||||
color: @iconcolor;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.green {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.yellow {
|
|
||||||
background-color: #ff9a3c;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.red {
|
|
||||||
background-color: #dc2f2f;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
margin-right:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 3px 5px 3px 5px;
|
|
||||||
padding: 1px 10px 0px 10px;
|
|
||||||
margin: 3px 0px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
margin-left: 6px;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.ethernet {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.wifi {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth, #bluetooth.on, #bluetooth.connected {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth.off {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 15px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
|
||||||
color: @textcolor2;
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
color: @textcolor3;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
padding: 0px 15px 0px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
@ -1,354 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* ml4w-modern */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color0;
|
|
||||||
@define-color backgrounddark @color12;
|
|
||||||
@define-color workspacesbackground1 @color0;
|
|
||||||
@define-color workspacesbackground2 @color12;
|
|
||||||
@define-color bordercolor @color13;
|
|
||||||
@define-color textcolor1 @foreground;
|
|
||||||
@define-color textcolor2 @foreground;
|
|
||||||
@define-color textcolor3 @foreground;
|
|
||||||
@define-color iconcolor @foreground;
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
/* note: different modules have different font sizes */
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: rgba(0,0,0,0.8);
|
|
||||||
border-bottom: 0px solid #ffffff;
|
|
||||||
/* color: #FFFFFF; */
|
|
||||||
background: transparent;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: .5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
background: @workspacesbackground1;
|
|
||||||
margin: 2px 18px 3px 1px;
|
|
||||||
margin-left: 6px;
|
|
||||||
padding: 0px 2px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
border: 0px;
|
|
||||||
font-style: normal;
|
|
||||||
color: @textcolor1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0px 6px;
|
|
||||||
margin: 3px 2px;
|
|
||||||
border-radius: 3px 3px 3px 3px;
|
|
||||||
color: @textcolor1;
|
|
||||||
background-color: @workspacesbackground1;
|
|
||||||
transition: all 0.1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @textcolor1;
|
|
||||||
background: @workspacesbackground2;
|
|
||||||
border-radius: 3px 3px 3px 3px;
|
|
||||||
min-width: 30px;
|
|
||||||
transition: all 0.1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @textcolor1;
|
|
||||||
background: @workspacesbackground2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
opacity:0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
border-radius: 16px;
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
opacity:0.9;
|
|
||||||
padding:20px;
|
|
||||||
margin:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
color:white;
|
|
||||||
font-weight:normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color:transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar {
|
|
||||||
background: @backgroundlight;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
padding:0px;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
border: 3px solid @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
margin:0;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 5px 0px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar.empty {
|
|
||||||
background:transparent;
|
|
||||||
border:0;
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left > widget:first-child > #workspaces {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-right > widget:last-child > #workspaces {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
margin-right: 8px;
|
|
||||||
margin-left: 6px;
|
|
||||||
font-size: 100%;
|
|
||||||
color: @iconcolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync {
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor {
|
|
||||||
margin-right: 15px;
|
|
||||||
font-size: 102%;
|
|
||||||
font-weight: bold;
|
|
||||||
color: @iconcolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
margin-right: 15px;
|
|
||||||
font-size: 100%;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #dc2f2f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 10px 0px 10px;
|
|
||||||
margin: 2px 17px 2px 0px;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 0px 0px 0px 6px;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keybinds {
|
|
||||||
margin: 0px 13px 0px 0px;
|
|
||||||
padding:0px;
|
|
||||||
color: @iconcolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updater {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.green {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.yellow {
|
|
||||||
background-color: #ff9a3c;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.red {
|
|
||||||
background-color: #dc2f2f;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
|
||||||
margin-right:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
border-radius: 3px 5px 3px 5px;
|
|
||||||
padding: 1px 10px 0px 10px;
|
|
||||||
margin: 3px 0px 3px 0px;
|
|
||||||
border:3px solid @bordercolor;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
margin-left: 6px;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
background-color: @backgrounddark;
|
|
||||||
color: @textcolor1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.ethernet {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.wifi {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth, #bluetooth.on, #bluetooth.connected {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 10px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth.off {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
padding: 2px 15px 0px 10px;
|
|
||||||
margin: 3px 15px 3px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
|
||||||
color: @textcolor2;
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: @backgroundlight;
|
|
||||||
color: @textcolor2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: #f53c3c;
|
|
||||||
color: @textcolor3;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
padding: 0px 15px 0px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
}
|
|
||||||
|
|
@ -1,336 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ....Chroma Fusion Edge .... */
|
|
||||||
/* Wallust & Catppuccin - Bordered */
|
|
||||||
|
|
||||||
@define-color white #F2F2F2;
|
|
||||||
@define-color black #000000;
|
|
||||||
@define-color text #FFFFFF;
|
|
||||||
@define-color lightgray #686868;
|
|
||||||
@define-color darkgray #353535;
|
|
||||||
|
|
||||||
@define-color transparent rgba(0, 0, 0, 0.25);
|
|
||||||
@define-color teal-trans rgba(1, 117, 84, 0.5);
|
|
||||||
@define-color cyan rgba(53, 140, 169, 1);
|
|
||||||
|
|
||||||
@define-color background-module @transparent;
|
|
||||||
@define-color border-color @color12;
|
|
||||||
@define-color button-color @color11;
|
|
||||||
@define-color button-hover @color9;
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
@import "../waybar/style/catppuccin-themes/latte.css";
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: linear-gradient(0deg, @border-color, black);
|
|
||||||
/*background: rgba(1, 117, 84, 0.5);*/
|
|
||||||
/*background: @transparent;*/
|
|
||||||
border-bottom-right-radius: 20px;
|
|
||||||
border-bottom-left-radius: 20px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
border-top-right-radius: 20px;
|
|
||||||
border:2px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: transparent;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: @border-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius: 25px;
|
|
||||||
padding: 0px 10px 0px 10px;
|
|
||||||
margin: 5px;
|
|
||||||
opacity:0.8;
|
|
||||||
border:2px solid @border-color;
|
|
||||||
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
color: red;
|
|
||||||
padding: 0px 0px 0px 7px;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
#backlight {
|
|
||||||
padding: 0px 2px 0px 6px;
|
|
||||||
}
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-menu{
|
|
||||||
color: @flamingo;
|
|
||||||
padding: 0px 8px 0px 4px;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather,
|
|
||||||
#custom-updates {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state,
|
|
||||||
#clock {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
padding-left: 2px;
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-hint,
|
|
||||||
#tray {
|
|
||||||
color: aliceblue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar,
|
|
||||||
#window {
|
|
||||||
color:#FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz{
|
|
||||||
color: @color2;
|
|
||||||
}
|
|
||||||
#workspaces {
|
|
||||||
border-radius: 25px;
|
|
||||||
border:2px solid @border-color;
|
|
||||||
opacity:0.8;
|
|
||||||
color:#FFFFFF;
|
|
||||||
margin: 6px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
border-radius: 15px;
|
|
||||||
border:0px;
|
|
||||||
color: @color13;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: @button-color;
|
|
||||||
border-radius: 25px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: #FFFFFF;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: @button-hover;
|
|
||||||
border-radius: 15px;
|
|
||||||
opacity:1.0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#pulseaudio {
|
|
||||||
color: @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: rgb(47, 46, 46);
|
|
||||||
border-radius: 30px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,324 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* Wallust Bordered - Chroma Simple */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: transparent;
|
|
||||||
color: @foreground;
|
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: @color12;
|
|
||||||
color: @foreground;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 1.5px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @color9;
|
|
||||||
transition: 0.3s;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
border-radius: 20px;
|
|
||||||
background: @background;
|
|
||||||
opacity: 1;
|
|
||||||
padding: 0px 10px;
|
|
||||||
margin: 0;
|
|
||||||
margin-top: 5px;
|
|
||||||
border: 2px solid @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: @color10;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding-right: 12px;
|
|
||||||
border-radius: 9px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @color12;
|
|
||||||
padding-right: 12px;
|
|
||||||
background-color: @background;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @color12;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
border-radius: 20px;
|
|
||||||
background: @background;
|
|
||||||
opacity: 1;
|
|
||||||
padding: 0px 10px;
|
|
||||||
margin: 0;
|
|
||||||
margin-top: 5px;
|
|
||||||
border: 2px solid @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
border: 2px solid @color5;
|
|
||||||
color: @foreground;
|
|
||||||
background: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @foreground;
|
|
||||||
background: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @foreground;
|
|
||||||
background: @color12;
|
|
||||||
border: 2px solid @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature{
|
|
||||||
color: @foreground;
|
|
||||||
background: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
color: red;
|
|
||||||
border: 2px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: red;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 2px;
|
|
||||||
border: 2px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: #f9e2af;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
border-radius: 20px;
|
|
||||||
margin-right: 5px;
|
|
||||||
/* padding: 0px 4px; */
|
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px;
|
|
||||||
border: 2px solid @color7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
padding-left: 16px;
|
|
||||||
}
|
|
||||||
#tray.empty {
|
|
||||||
background-color: transparent;
|
|
||||||
border-color: transparent;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
margin-left: 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
border: 2px solid @color9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: #fab387;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: #b4befe;
|
|
||||||
margin-right: 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.microphone,
|
|
||||||
#pulseaudio {
|
|
||||||
background-color: @color12;
|
|
||||||
color: #89b4fa;
|
|
||||||
border: 2px solid @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #f38ba8;
|
|
||||||
padding-right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: #a6e3a1;
|
|
||||||
margin-right: 5px;
|
|
||||||
padding-right: 15px;
|
|
||||||
border: 2px solid @color14;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.good {
|
|
||||||
color: #ffd57a;
|
|
||||||
border: 2px solid @color15;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning {
|
|
||||||
color: #fab387;
|
|
||||||
border-left: 0px;
|
|
||||||
border: 2px solid @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
color: #a6e3a1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical {
|
|
||||||
color: #f38ba8;
|
|
||||||
border-left: 0px;
|
|
||||||
border: 2px solid @color8;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: @color12;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: red;
|
|
||||||
color: white;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
box-shadow: inset 0 -3px transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather {
|
|
||||||
color: #8eacf3;
|
|
||||||
border-right: 0px;
|
|
||||||
margin-left: 0px;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,228 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ....Wallust Transparent - Crystal Clear........ */
|
|
||||||
/* --- 👍 original designed by https://github.com/Krautt 👍 --- */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color critical #ff0000; /* critical color */
|
|
||||||
@define-color warning #f3f809; /* warning color */
|
|
||||||
@define-color text @color12; /* text color */
|
|
||||||
@define-color text-alt @color13; /* text alternative color */
|
|
||||||
@define-color bg @color7; /* background color */
|
|
||||||
|
|
||||||
*{
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background:transparent;
|
|
||||||
border-radius: 1px;
|
|
||||||
color: @text;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
window#waybar.empty {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: @color12;
|
|
||||||
background: @color10;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: @text-alt;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @text;
|
|
||||||
border-radius: 15px 15px 15px 15px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: @text-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: @warning;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @text;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: @critical;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: wheat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: wheat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,232 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Wallust - Box type */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
transition: none;
|
|
||||||
color: transparent;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
color: @foreground;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @color12;
|
|
||||||
background-color: @foreground;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.focused,
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: @color4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover,
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @color4;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay{
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
transition: none;
|
|
||||||
color: @foreground;
|
|
||||||
background: @color0;
|
|
||||||
border-bottom-width: 5px;
|
|
||||||
border-bottom-color: @color12;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-left: 8px;
|
|
||||||
}
|
|
||||||
#backlight {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #000000;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
border-bottom-width: 5px;
|
|
||||||
border-bottom-color: @color12;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 10;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,385 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Wallust Chroma Edge */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
/* background-color: rgba(26, 27, 38, 0.5); */
|
|
||||||
background-color: transparent;
|
|
||||||
color: #ffffff;
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
/* border-top: 8px transparent; */
|
|
||||||
border-radius: 0px;
|
|
||||||
transition-duration: 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.1;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 12px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label{
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
background-color: transparent;
|
|
||||||
color: grey;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: transparent;
|
|
||||||
color: #D3D3D3;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
color: #D3D3D3;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: #e5e5e5;
|
|
||||||
/* color: #bf616a; */
|
|
||||||
border-radius: 12px;
|
|
||||||
background-color: rgba(50, 50, 50, 0.1);
|
|
||||||
border: 1px solid @color12;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
border-radius: 12px;
|
|
||||||
padding: 0px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: #fb958b;
|
|
||||||
padding: 3px;
|
|
||||||
background-color: rgba(50, 50, 50, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-updater {
|
|
||||||
color: #cba7f7;
|
|
||||||
padding: 3px;
|
|
||||||
background-color: rgba(50, 50, 50, 0.1);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu {
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
background-color: rgba(50, 50, 50, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: #ebcb8b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
|
||||||
color: #cc3436;
|
|
||||||
padding: 0px 0px 0px 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-launcher {
|
|
||||||
background-color: #1b242b;
|
|
||||||
color: #6a92d7;
|
|
||||||
padding: 0 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.severe {
|
|
||||||
color: #eb937d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.sunny {
|
|
||||||
color: #c2ca76;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.clearNight {
|
|
||||||
color: #cad3f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight {
|
|
||||||
color: #c2ddda;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight {
|
|
||||||
color: #5aaca5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight {
|
|
||||||
color: #d6e7e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-weather {
|
|
||||||
color: #ebecf0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: #FFD580;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber {
|
|
||||||
color: #FFD580;
|
|
||||||
}
|
|
||||||
#backlight {
|
|
||||||
color: #8fbcbb;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color: #90EE90;
|
|
||||||
/* background-color: #14141e; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: #c0caf5;
|
|
||||||
/* background-color: #90b1b1; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging,
|
|
||||||
#battery.full,
|
|
||||||
#battery.plugged {
|
|
||||||
color: #26a65b;
|
|
||||||
/* background-color: #26a65b; */
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: rgba(30, 34, 42, 0.5);
|
|
||||||
color: #abb2bf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
label:focus {
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: #f38ba8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth {
|
|
||||||
color: #7287fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth.disconnected {
|
|
||||||
color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
|
||||||
color: #b48ead;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
color: #f53c3c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media {
|
|
||||||
background-color: #66cc99;
|
|
||||||
color: #2a5c45;
|
|
||||||
min-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media.custom-spotify {
|
|
||||||
background-color: #66cc99;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-media.custom-vlc {
|
|
||||||
background-color: #ffa000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
|
||||||
-gtk-icon-effect: dim;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .needs-attention {
|
|
||||||
-gtk-icon-effect: highlight;
|
|
||||||
background-color: #eb4d4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#idle_inhibitor {
|
|
||||||
/*background-color: #2d3436;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature {
|
|
||||||
color: #ADD8E6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: #7f849c;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,338 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* ....Chroma Fusion .... */
|
|
||||||
/* Wallust - Catpuccin */
|
|
||||||
|
|
||||||
@define-color white #F2F2F2;
|
|
||||||
@define-color black #000000;
|
|
||||||
@define-color text #FFFFFF;
|
|
||||||
@define-color lightgray #686868;
|
|
||||||
@define-color darkgray #353535;
|
|
||||||
|
|
||||||
@define-color transparent rgba(0, 0, 0, 0.25);
|
|
||||||
@define-color teal-trans rgba(1, 117, 84, 0.5);
|
|
||||||
@define-color cyan rgba(53, 140, 169, 1);
|
|
||||||
|
|
||||||
@define-color background-module @transparent;
|
|
||||||
@define-color border-color @color12;
|
|
||||||
@define-color button-color @color11;
|
|
||||||
@define-color button-hover @color12;
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
@import "../waybar/style/catppuccin-themes/latte.css";
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: linear-gradient(0deg, @border-color, black);
|
|
||||||
/*background: rgba(1, 117, 84, 0.5);*/
|
|
||||||
/*background: @transparent;*/
|
|
||||||
border-bottom-right-radius: 20px;
|
|
||||||
border-bottom-left-radius: 20px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
border-top-right-radius: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #11111b;
|
|
||||||
color: @color2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
background-color: @background-module;
|
|
||||||
border-radius: 25px;
|
|
||||||
margin: 5px 5px 5px 5px;
|
|
||||||
opacity:0.8;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
#backlight {
|
|
||||||
padding: 0px 2px 0px 6px;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
color: red;
|
|
||||||
padding: 0px 0px 0px 6px;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-menu{
|
|
||||||
color: @flamingo;
|
|
||||||
padding: 0px 8px 0px 4px;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mpris {
|
|
||||||
color: @sapphire;
|
|
||||||
padding-right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-updater {
|
|
||||||
color: @yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state,
|
|
||||||
#clock {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
#network,
|
|
||||||
#temperature {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hint,
|
|
||||||
#tray {
|
|
||||||
color: aliceblue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar,
|
|
||||||
#window {
|
|
||||||
color:#FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bluetooth,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
color: @color2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
margin: 3px 3px 3px 3px;
|
|
||||||
padding: 0px 1px;
|
|
||||||
border-radius: 25px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
opacity:0.8;
|
|
||||||
color:#FFFFFF;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
margin: 1px 1px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border:0px;
|
|
||||||
color: @color13;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
opacity:0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: @button-color;
|
|
||||||
border-radius: 15px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: #FFFFFF;
|
|
||||||
opacity:1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background: @button-hover;
|
|
||||||
border-radius: 15px;
|
|
||||||
opacity:1.0;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#pulseaudio {
|
|
||||||
color: @color13;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @mauve;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: @rosewater;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: rgb(47, 46, 46);
|
|
||||||
border-radius: 30px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,296 +0,0 @@
|
||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
||||||
/* Wallust - Chroma Tally */
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: rgba (0, 0, 0, 0.5);
|
|
||||||
border-radius: 12px;
|
|
||||||
border-bottom: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @color12;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
background: transparent;
|
|
||||||
padding: 0px 1px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
font-style: normal;
|
|
||||||
color: #0F1419;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button,
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 0.5;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active,
|
|
||||||
#workspaces button.active {
|
|
||||||
padding: 0px 5px;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 0px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 1.0;
|
|
||||||
min-width: 40px;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
border-radius: 15px;
|
|
||||||
color: #0F1419;
|
|
||||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
|
||||||
opacity: 0.8;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: #1e1e2e;
|
|
||||||
opacity: 0.8;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
|
||||||
* Module styles
|
|
||||||
* -------------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
color:#a3be8c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: #ebcb8b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: #d8dee9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
color: #81a1c1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #4c566a;
|
|
||||||
background-color: #eceff4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background: #bf616a;
|
|
||||||
color: #eceff4;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: #a3be8c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disk {
|
|
||||||
color: #94e2d5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-keyboard,
|
|
||||||
#memory {
|
|
||||||
color: #d3869b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disabled {
|
|
||||||
color:#bf616a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network{
|
|
||||||
color:#a3be8c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
color: #bf616a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
color: #04a5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #9ca0b0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-light_dark,
|
|
||||||
#temperature {
|
|
||||||
color: #7287fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
color: #bf616a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state,
|
|
||||||
#custom-hypridle,
|
|
||||||
#idle_inhibitor {
|
|
||||||
color: #ebcb8b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-menu {
|
|
||||||
color: yellow;
|
|
||||||
padding-left: 8px;
|
|
||||||
}
|
|
||||||
#custom-power{
|
|
||||||
color: #eba0ac;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window{
|
|
||||||
border-style: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-lock,
|
|
||||||
#bluetooth{
|
|
||||||
color:#d08770;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz{
|
|
||||||
color: @color2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-weather{
|
|
||||||
color:#d08770;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,249 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* Wallust Colored*/
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 96%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: @background;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @color15;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
border: 3px solid @color12;
|
|
||||||
border-radius: 40px 0px 0px 0px;
|
|
||||||
background-color: @color1;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-center {
|
|
||||||
border: 3px solid @color7;
|
|
||||||
border-radius: 60px 0px 60px 0px;
|
|
||||||
background-color: @background;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modules-left {
|
|
||||||
border: 3px solid @color12;
|
|
||||||
border-radius: 0px 0px 40px 0px;
|
|
||||||
background-color: @color1;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: @foreground;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @background;
|
|
||||||
background-color: @color7;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: @color4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @color4;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock#2 {
|
|
||||||
color: @color6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @foreground;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background-color: rgb(47, 46, 46);
|
|
||||||
border-radius: 30px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-cava_mviz {
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,256 +0,0 @@
|
||||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
||||||
/* Wallust - Simple */
|
|
||||||
|
|
||||||
*{
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
min-height: 0;
|
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
|
|
||||||
font-size: 97%;
|
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
|
||||||
}
|
|
||||||
|
|
||||||
@import '../../.config/waybar/wallust/colors-waybar.css';
|
|
||||||
|
|
||||||
#waybar.empty, #waybar.tiled, #waybar.floating {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar,
|
|
||||||
window#waybar.empty,
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
color: @color13;
|
|
||||||
background: @color10;
|
|
||||||
opacity: 1.0;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*-----module groups----*/
|
|
||||||
.modules-right {
|
|
||||||
background-color: @color0;
|
|
||||||
border: 0.5px solid @color15;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
background-color: @color0;
|
|
||||||
border: 0.5px solid @color15;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
background-color: @color0;
|
|
||||||
border: 0.5px solid @color15;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
/*-----modules indv----*/
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
color: @color2;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @foreground;
|
|
||||||
background-color: @color2;
|
|
||||||
padding-left: 8px;
|
|
||||||
padding-right: 8px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: @color4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
color: #11111b;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
color: @color4;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#backlight-slider,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#clock,
|
|
||||||
#cpu,
|
|
||||||
#disk,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#keyboard-state,
|
|
||||||
#memory,
|
|
||||||
#mode,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#power-profiles-daemon,
|
|
||||||
#pulseaudio,
|
|
||||||
#pulseaudio-slider,
|
|
||||||
#taskbar button,
|
|
||||||
#taskbar,
|
|
||||||
#temperature,
|
|
||||||
#tray,
|
|
||||||
#window,
|
|
||||||
#wireplumber,
|
|
||||||
#workspaces,
|
|
||||||
#custom-backlight,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-cava_mviz,
|
|
||||||
#custom-cycle_wall,
|
|
||||||
#custom-file_manager,
|
|
||||||
#custom-keybinds,
|
|
||||||
#custom-keyboard,
|
|
||||||
#custom-light_dark,
|
|
||||||
#custom-lock,
|
|
||||||
#custom-hint,
|
|
||||||
#custom-hypridle,
|
|
||||||
#custom-menu,
|
|
||||||
#custom-power_vertical,
|
|
||||||
#custom-power,
|
|
||||||
#custom-settings,
|
|
||||||
#custom-spotify,
|
|
||||||
#custom-swaync,
|
|
||||||
#custom-tty,
|
|
||||||
#custom-updater,
|
|
||||||
#custom-weather,
|
|
||||||
#custom-weather.clearNight,
|
|
||||||
#custom-weather.cloudyFoggyDay,
|
|
||||||
#custom-weather.cloudyFoggyNight,
|
|
||||||
#custom-weather.default,
|
|
||||||
#custom-weather.rainyDay,
|
|
||||||
#custom-weather.rainyNight,
|
|
||||||
#custom-weather.severe,
|
|
||||||
#custom-weather.showyIcyDay,
|
|
||||||
#custom-weather.snowyIcyNight,
|
|
||||||
#custom-weather.sunnyDay {
|
|
||||||
color: @color12;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
color: #cc3436;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
#custom-power {
|
|
||||||
/*background-color: rgba(0,119,179,0.6);*/
|
|
||||||
/*border-radius: 50px;*/
|
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
|
||||||
/*-----Indicators----*/
|
|
||||||
#custom-hypridle.notactive,
|
|
||||||
#idle_inhibitor.activated {
|
|
||||||
color: #39FF14;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#pulseaudio-microphone.muted {
|
|
||||||
color: #cc3436;
|
|
||||||
}
|
|
||||||
#temperature.critical {
|
|
||||||
background-color: #ff0000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
color: @foreground;
|
|
||||||
background-color: @color2;
|
|
||||||
border-radius: 30px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
border-radius: 15px;
|
|
||||||
animation: gradient_f 20s ease-in infinite;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 3.0s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio-slider highlight {
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider slider {
|
|
||||||
min-width: 0px;
|
|
||||||
min-height: 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider trough {
|
|
||||||
min-width: 80px;
|
|
||||||
min-height: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight-slider highlight {
|
|
||||||
min-width: 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
@define-color rosewater #f2d5cf;
|
|
||||||
@define-color flamingo #eebebe;
|
|
||||||
@define-color pink #f4b8e4;
|
|
||||||
@define-color mauve #ca9ee6;
|
|
||||||
@define-color red #e78284;
|
|
||||||
@define-color maroon #ea999c;
|
|
||||||
@define-color peach #ef9f76;
|
|
||||||
@define-color yellow #e5c890;
|
|
||||||
@define-color green #a6d189;
|
|
||||||
@define-color teal #81c8be;
|
|
||||||
@define-color sky #99d1db;
|
|
||||||
@define-color sapphire #85c1dc;
|
|
||||||
@define-color blue #8caaee;
|
|
||||||
@define-color lavender #babbf1;
|
|
||||||
@define-color text #c6d0f5;
|
|
||||||
@define-color subtext1 #b5bfe2;
|
|
||||||
@define-color subtext0 #a5adce;
|
|
||||||
@define-color overlay2 #949cbb;
|
|
||||||
@define-color overlay1 #838ba7;
|
|
||||||
@define-color overlay0 #737994;
|
|
||||||
@define-color surface2 #626880;
|
|
||||||
@define-color surface1 #51576d;
|
|
||||||
@define-color surface0 #414559;
|
|
||||||
@define-color base #303446;
|
|
||||||
@define-color mantle #292c3c;
|
|
||||||
@define-color crust #232634;
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Catppuccin Latte palette
|
|
||||||
* Maintainer: rubyowo
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@define-color base #eff1f5;
|
|
||||||
@define-color mantle #e6e9ef;
|
|
||||||
@define-color crust #dce0e8;
|
|
||||||
|
|
||||||
@define-color text #4c4f69;
|
|
||||||
@define-color subtext0 #6c6f85;
|
|
||||||
@define-color subtext1 #5c5f77;
|
|
||||||
|
|
||||||
@define-color surface0 #ccd0da;
|
|
||||||
@define-color surface1 #bcc0cc;
|
|
||||||
@define-color surface2 #acb0be;
|
|
||||||
|
|
||||||
@define-color overlay0 #9ca0b0;
|
|
||||||
@define-color overlay1 #8c8fa1;
|
|
||||||
@define-color overlay2 #7c7f93;
|
|
||||||
|
|
||||||
@define-color blue #1e66f5;
|
|
||||||
@define-color lavender #7287fd;
|
|
||||||
@define-color sapphire #209fb5;
|
|
||||||
@define-color sky #04a5e5;
|
|
||||||
@define-color teal #179299;
|
|
||||||
@define-color green #40a02b;
|
|
||||||
@define-color yellow #df8e1d;
|
|
||||||
@define-color peach #fe640b;
|
|
||||||
@define-color maroon #e64553;
|
|
||||||
@define-color red #d20f39;
|
|
||||||
@define-color mauve #8839ef;
|
|
||||||
@define-color pink #ea76cb;
|
|
||||||
@define-color flamingo #dd7878;
|
|
||||||
@define-color rosewater #dc8a78;
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Catppuccin Mocha palette
|
|
||||||
* Maintainer: rubyowo
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@define-color base #1e1e2e;
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color crust #11111b;
|
|
||||||
|
|
||||||
@define-color text #cdd6f4;
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color rosewater #f5e0dc;
|
|
||||||
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Catppuccin Mocha palette
|
|
||||||
* Maintainer: rubyowo
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@define-color base #1e1e2e;
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color crust #11111b;
|
|
||||||
|
|
||||||
@define-color text #cdd6f4;
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color rosewater #f5e0dc;
|
|
||||||
|
|
||||||
@keyframes rainbow-gradient {
|
|
||||||
0% {
|
|
||||||
border-image: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet) 1;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
border-image: linear-gradient(270deg, violet, indigo, blue, green, yellow, orange, red) 1 1 1 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
border-image: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet) 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue