waybar: theres never be an end
This commit is contained in:
@@ -19,26 +19,28 @@
|
|||||||
"custom/mediaplayer"
|
"custom/mediaplayer"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"clock#date",
|
"clock#date"
|
||||||
"custom/caffeine"
|
|
||||||
//"custom/gammastep"
|
//"custom/gammastep"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"network#speed",
|
// "network#speed",
|
||||||
"memory",
|
// "memory",
|
||||||
"cpu",
|
// "cpu",
|
||||||
"battery",
|
// "battery",
|
||||||
//"pulseaudio",
|
// //"pulseaudio",
|
||||||
"backlight",
|
// "backlight",
|
||||||
"wireplumber",
|
// "wireplumber",
|
||||||
|
"group/monitors",
|
||||||
// "bluetooth",
|
// "bluetooth",
|
||||||
// "network",
|
// "network",
|
||||||
"tray",
|
"tray",
|
||||||
|
"custom/caffeine",
|
||||||
"custom/power"
|
"custom/power"
|
||||||
],
|
],
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
// Modules
|
// Modules
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
// Separators
|
||||||
"custom/sp1": {
|
"custom/sp1": {
|
||||||
"format": " | ",
|
"format": " | ",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
@@ -47,10 +49,50 @@
|
|||||||
"format": " |",
|
"format": " |",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/screenshot_t": {
|
|
||||||
"format": " ",
|
// Buttons
|
||||||
"on-click": "~/.config/hypr/scripts/screenshot_full",
|
"custom/power": {
|
||||||
"on-click-right": "~/.config/hypr/scripts/screenshot_area"
|
"format": "",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click": "wlogout",
|
||||||
|
"min-length": 2,
|
||||||
|
"max-length": 2
|
||||||
|
},
|
||||||
|
"custom/rofi": {
|
||||||
|
"format": "",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click-right": "fuzzel -l 0 -p '>> ' | xargs -r sh -c",
|
||||||
|
"on-click": "fuzzel",
|
||||||
|
"on-click-middle": "pkill -9 fuzzel",
|
||||||
|
"min-length": 2,
|
||||||
|
"max-length": 2
|
||||||
|
},
|
||||||
|
"custom/caffeine": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"return-type": "json",
|
||||||
|
"interval": "once",
|
||||||
|
"exec": "$HOME/.config/waybar/modules/caffeine.sh",
|
||||||
|
"on-click": "$HOME/.config/waybar/modules/caffeine.sh toggle && sleep 1",
|
||||||
|
"exec-on-event": true,
|
||||||
|
"min-length": 2,
|
||||||
|
"max-length": 2,
|
||||||
|
"tooltip": false,
|
||||||
|
"format-icons": {
|
||||||
|
"active": "",
|
||||||
|
"inactive": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
// Time and Date
|
||||||
|
"clock": {
|
||||||
|
"format": " {:%H:%M %e %b}",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
"today-format": "<b>{}</b>"
|
||||||
|
},
|
||||||
|
"clock#date": {
|
||||||
|
"format": " {:%H:%M | %e %b}",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>",
|
||||||
|
"today-format": "<b>{}</b>"
|
||||||
},
|
},
|
||||||
"clock#1": {
|
"clock#1": {
|
||||||
"format": " {:%a}",
|
"format": " {:%a}",
|
||||||
@@ -67,18 +109,42 @@
|
|||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "gsimplecal"
|
"on-click": "gsimplecal"
|
||||||
},
|
},
|
||||||
|
"custom/screenshot_t": {
|
||||||
|
"format": " ",
|
||||||
|
"on-click": "~/.config/hypr/scripts/screenshot_full",
|
||||||
|
"on-click-right": "~/.config/hypr/scripts/screenshot_area"
|
||||||
|
},
|
||||||
|
|
||||||
|
// System monitors
|
||||||
|
"group/monitors": {
|
||||||
|
"modules": ["network#speed", "temperature", "memory", "cpu", "battery", "backlight", "wireplumber"],
|
||||||
|
"orientation": "inherit"
|
||||||
|
},
|
||||||
|
"network#speed": {
|
||||||
|
"interval": 1,
|
||||||
|
"format": "{ifname}",
|
||||||
|
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes} ",
|
||||||
|
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes} ",
|
||||||
|
"format-disconnected": "",
|
||||||
|
"tooltip-format": "{ipaddr}",
|
||||||
|
"format-linked": " {ifname} (No IP)",
|
||||||
|
"tooltip-format-wifi": "{essid} {signalStrength}%",
|
||||||
|
"tooltip-format-ethernet": "{ifname} ",
|
||||||
|
"tooltip-format-disconnected": " Disconnected",
|
||||||
|
"max-length": 24,
|
||||||
|
"min-length": 20
|
||||||
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
// "thermal-zone": 1,
|
// "thermal-zone": 1,
|
||||||
"interval": 4,
|
"interval": 4,
|
||||||
//"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
|
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input",
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
// "format-critical": " {temperatureC}°C",
|
// "format-critical": " {temperatureC}°C",
|
||||||
"format-critical": " {temperatureC}°C",
|
"format-critical": " {temperatureC}°C",
|
||||||
"format": "{icon} {temperatureC}°C",
|
"format": "{icon} {temperatureC}°C",
|
||||||
"format-icons": ["", "", ""],
|
"format-icons": ["", "", ""],
|
||||||
"max-length": 7,
|
"max-length": 7,
|
||||||
"min-length": 7,
|
"min-length": 7
|
||||||
"on-click": "xsensors"
|
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
@@ -88,6 +154,14 @@
|
|||||||
"min-length": 7,
|
"min-length": 7,
|
||||||
"max-length": 7
|
"max-length": 7
|
||||||
},
|
},
|
||||||
|
"cpu": {
|
||||||
|
"interval": 1,
|
||||||
|
//"format": " {}%", // Icon: microchip
|
||||||
|
"format": " {usage}%",
|
||||||
|
"max-length": 7,
|
||||||
|
"min-length": 7,
|
||||||
|
"on-click": "ghostty -e btop"
|
||||||
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"states": {
|
"states": {
|
||||||
@@ -102,6 +176,75 @@
|
|||||||
"max-length": 7,
|
"max-length": 7,
|
||||||
"min-length": 7
|
"min-length": 7
|
||||||
},
|
},
|
||||||
|
"backlight": {
|
||||||
|
"device": "intel_backlight",
|
||||||
|
"format": "{icon} {percent}%",
|
||||||
|
"format-alt": "{percent}% {icon}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
//"format-icons": ["", ""],
|
||||||
|
"format-icons": ["", ""],
|
||||||
|
"on-scroll-down": "brightnessctl -d intel_backlight set 5%-",
|
||||||
|
"on-scroll-up": "brightnessctl -d intel_backlight set +5%",
|
||||||
|
"max-length": 7,
|
||||||
|
"min-length": 7
|
||||||
|
},
|
||||||
|
"wireplumber": {
|
||||||
|
"on-click": "pavucontrol",
|
||||||
|
//on-click: "${wpctl} set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||||
|
"on-scroll-down": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.04-",
|
||||||
|
"on-scroll-up": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.04+",
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-muted": "",
|
||||||
|
"format-source": "",
|
||||||
|
"format-source-muted": "",
|
||||||
|
//"format-muted": "<span foreground='#fab387'> </span>",
|
||||||
|
//"format-icons": [ "<span foreground='#fab387'></span>" ]
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
"default": ["", "", "", "", "", ""]
|
||||||
|
},
|
||||||
|
"max-length": 7,
|
||||||
|
"min-length": 7
|
||||||
|
},
|
||||||
|
|
||||||
|
// Hyprland
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"all-outputs": true,
|
||||||
|
"format": "{name}",
|
||||||
|
"show-special": true,
|
||||||
|
"on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null",
|
||||||
|
"on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null",
|
||||||
|
"sort-by-number": true,
|
||||||
|
"active-only": false
|
||||||
|
},
|
||||||
|
"hyprland/window": {
|
||||||
|
"max-length": 40,
|
||||||
|
"separate-outputs": true,
|
||||||
|
"hide-empty-text": true
|
||||||
|
},
|
||||||
|
"custom/mediaplayer": {
|
||||||
|
"format": "{text}",
|
||||||
|
"return-type": "json",
|
||||||
|
"max-length": 40,
|
||||||
|
"format-icons": {
|
||||||
|
"spotify": "",
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
"escape": true,
|
||||||
|
"exec": "$HOME/.config/waybar/modules/mediaplayer.py 2> /dev/null",
|
||||||
|
"on-click": "playerctl play-pause",
|
||||||
|
"on-scroll-up": "playerctl next",
|
||||||
|
"on-scroll-down": "playerctl previous"
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 15,
|
||||||
|
"spacing": 5
|
||||||
|
},
|
||||||
|
|
||||||
|
// Not used
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": " {essid} ({signalStrength}%)",
|
"format-wifi": " {essid} ({signalStrength}%)",
|
||||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||||
@@ -124,18 +267,7 @@
|
|||||||
"interval": 60,
|
"interval": 60,
|
||||||
"exec": "~/.config/waybar/modules/storage.sh"
|
"exec": "~/.config/waybar/modules/storage.sh"
|
||||||
},
|
},
|
||||||
"backlight": {
|
|
||||||
"device": "intel_backlight",
|
|
||||||
"format": "{icon} {percent}%",
|
|
||||||
"format-alt": "{percent}% {icon}",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
//"format-icons": ["", ""],
|
|
||||||
"format-icons": ["", ""],
|
|
||||||
"on-scroll-down": "brightnessctl -d intel_backlight set 5%-",
|
|
||||||
"on-scroll-up": "brightnessctl -d intel_backlight set +5%",
|
|
||||||
"max-length": 7,
|
|
||||||
"min-length": 7
|
|
||||||
},
|
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -172,20 +304,6 @@
|
|||||||
"on-scroll-up": "playerctl next",
|
"on-scroll-up": "playerctl next",
|
||||||
"on-scroll-down": "playerctl previous"
|
"on-scroll-down": "playerctl previous"
|
||||||
},
|
},
|
||||||
"custom/mediaplayer": {
|
|
||||||
"format": "{text}",
|
|
||||||
"return-type": "json",
|
|
||||||
"max-length": 40,
|
|
||||||
"format-icons": {
|
|
||||||
"spotify": "",
|
|
||||||
"default": ""
|
|
||||||
},
|
|
||||||
"escape": true,
|
|
||||||
"exec": "$HOME/.config/waybar/modules/mediaplayer.py 2> /dev/null",
|
|
||||||
"on-click": "playerctl play-pause",
|
|
||||||
"on-scroll-up": "playerctl next",
|
|
||||||
"on-scroll-down": "playerctl previous"
|
|
||||||
},
|
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{0} {1}",
|
"format": "{0} {1}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
@@ -198,47 +316,6 @@
|
|||||||
//"exec": "~/.config/waybar/mediaplayer.py" // Script in resources folder
|
//"exec": "~/.config/waybar/mediaplayer.py" // Script in resources folder
|
||||||
// "exec": "~/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
// "exec": "~/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||||
},
|
},
|
||||||
"custom/power": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": false,
|
|
||||||
"on-click": "wlogout",
|
|
||||||
"min-length": 2,
|
|
||||||
"max-length": 2
|
|
||||||
},
|
|
||||||
"custom/rofi": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": false,
|
|
||||||
"on-click-right": "fuzzel -l 0 -p '>> ' | xargs -r sh -c",
|
|
||||||
"on-click": "fuzzel",
|
|
||||||
"on-click-middle": "pkill -9 fuzzel",
|
|
||||||
"min-length": 2,
|
|
||||||
"max-length": 2
|
|
||||||
},
|
|
||||||
"custom/caffeine": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": "once",
|
|
||||||
"exec": "$HOME/.config/waybar/modules/caffeine.sh",
|
|
||||||
"on-click": "$HOME/.config/waybar/modules/caffeine.sh toggle && sleep 1",
|
|
||||||
"exec-on-event": true,
|
|
||||||
"min-length": 2,
|
|
||||||
"max-length": 2,
|
|
||||||
"tooltip": false,
|
|
||||||
"format-icons": {
|
|
||||||
"active": "",
|
|
||||||
"inactive": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": " {:%H:%M %e %b}",
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
||||||
"today-format": "<b>{}</b>"
|
|
||||||
},
|
|
||||||
"clock#date": {
|
|
||||||
"format": " {:%H:%M | %e %b}",
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>",
|
|
||||||
"today-format": "<b>{}</b>"
|
|
||||||
},
|
|
||||||
"custom/gammastep": {
|
"custom/gammastep": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
@@ -263,14 +340,6 @@
|
|||||||
},
|
},
|
||||||
"on-click": "systemctl --user is-active gammastep && systemctl --user stop gammastep || systemctl --user start gammastep"
|
"on-click": "systemctl --user is-active gammastep && systemctl --user stop gammastep || systemctl --user start gammastep"
|
||||||
},
|
},
|
||||||
"cpu": {
|
|
||||||
"interval": 1,
|
|
||||||
//"format": " {}%", // Icon: microchip
|
|
||||||
"format": " {usage}%",
|
|
||||||
"max-length": 7,
|
|
||||||
"min-length": 7,
|
|
||||||
"on-click": "ghostty -e btop"
|
|
||||||
},
|
|
||||||
"mpd": {
|
"mpd": {
|
||||||
"max-length": 25,
|
"max-length": 25,
|
||||||
"format": "<span foreground='#bb9af7'></span> {title}",
|
"format": "<span foreground='#bb9af7'></span> {title}",
|
||||||
@@ -304,20 +373,7 @@
|
|||||||
"interval": 1,
|
"interval": 1,
|
||||||
"exec": "$HOME/.config/waybar/get_kbdlayout.sh"
|
"exec": "$HOME/.config/waybar/get_kbdlayout.sh"
|
||||||
},*/
|
},*/
|
||||||
"hyprland/workspaces": {
|
|
||||||
"all-outputs": true,
|
|
||||||
"format": "{name}",
|
|
||||||
"show-special": true,
|
|
||||||
"on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null",
|
|
||||||
"on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null",
|
|
||||||
"sort-by-number": true,
|
|
||||||
"active-only": false
|
|
||||||
},
|
|
||||||
"hyprland/window": {
|
|
||||||
"max-length": 100,
|
|
||||||
"separate-outputs": true,
|
|
||||||
"hide-empty-text": true
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"scroll-step": 3, // %, can be a float
|
"scroll-step": 3, // %, can be a float
|
||||||
"format": "{icon} {volume}% {format_source}",
|
"format": "{icon} {volume}% {format_source}",
|
||||||
@@ -348,44 +404,5 @@
|
|||||||
"on-click": "blueberry",
|
"on-click": "blueberry",
|
||||||
"max-length": 3,
|
"max-length": 3,
|
||||||
"min-length": 3
|
"min-length": 3
|
||||||
},
|
|
||||||
"wireplumber": {
|
|
||||||
"on-click": "pavucontrol",
|
|
||||||
//on-click: "${wpctl} set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
|
||||||
"on-scroll-down": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.04-",
|
|
||||||
"on-scroll-up": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.04+",
|
|
||||||
"format": "{icon} {volume}%",
|
|
||||||
"format-muted": "",
|
|
||||||
"format-source": "",
|
|
||||||
"format-source-muted": "",
|
|
||||||
//"format-muted": "<span foreground='#fab387'> </span>",
|
|
||||||
//"format-icons": [ "<span foreground='#fab387'></span>" ]
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", "", "", "", ""]
|
|
||||||
},
|
|
||||||
"max-length": 7,
|
|
||||||
"min-length": 7
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 15,
|
|
||||||
"spacing": 5
|
|
||||||
},
|
|
||||||
"network#speed": {
|
|
||||||
"interval": 1,
|
|
||||||
"format": "{ifname}",
|
|
||||||
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes} ",
|
|
||||||
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes} ",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format": "{ipaddr}",
|
|
||||||
"format-linked": " {ifname} (No IP)",
|
|
||||||
"tooltip-format-wifi": "{essid} {signalStrength}%",
|
|
||||||
"tooltip-format-ethernet": "{ifname} ",
|
|
||||||
"tooltip-format-disconnected": " Disconnected",
|
|
||||||
"max-length": 18,
|
|
||||||
"min-length": 18
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
107
waybar/style.css
107
waybar/style.css
@@ -72,13 +72,20 @@ tooltip {
|
|||||||
background-color: alpha(@base, 0.6);
|
background-color: alpha(@base, 0.6);
|
||||||
font-size: 15px; /* Slightly smaller font size */
|
font-size: 15px; /* Slightly smaller font size */
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: @foreground;
|
color: @subtext1;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
padding: 3px 6px; /* Reduced padding */
|
padding: 3px 6px; /* Reduced padding */
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-mediaplayer {
|
||||||
|
background-color: alpha(@base, 0.6);
|
||||||
|
border-radius: 14px;
|
||||||
|
padding: 3px 12px;
|
||||||
|
color: @lavender;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
#cpu,
|
#cpu,
|
||||||
@@ -113,6 +120,60 @@ tooltip {
|
|||||||
padding: 6px; /* Adjusted padding */
|
padding: 6px; /* Adjusted padding */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#monitors {
|
||||||
|
background-color: alpha(@base, 0.6);
|
||||||
|
border-radius: 14px;
|
||||||
|
padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.speed {
|
||||||
|
background: transparent;
|
||||||
|
color: @lavender;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#temperature {
|
||||||
|
background: transparent;
|
||||||
|
color: @maroon;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#memory {
|
||||||
|
color: @peach;
|
||||||
|
background: transparent;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cpu {
|
||||||
|
color: @yellow;
|
||||||
|
background: transparent;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
background: transparent;
|
||||||
|
color: #c0caf5;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.charging,
|
||||||
|
#battery.full,
|
||||||
|
#battery.plugged {
|
||||||
|
color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight {
|
||||||
|
background: transparent;
|
||||||
|
color: @teal;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wireplumber {
|
||||||
|
background: transparent;
|
||||||
|
color: @sapphire;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-screenshot_t {
|
#custom-screenshot_t {
|
||||||
background-color: alpha(@base, 0.6);
|
background-color: alpha(@base, 0.6);
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
@@ -125,12 +186,6 @@ tooltip {
|
|||||||
padding: 3px 12px;
|
padding: 3px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-mediaplayer {
|
|
||||||
background-color: alpha(@base, 0.6);
|
|
||||||
border-radius: 14px;
|
|
||||||
padding: 3px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: alpha(@base, 0.6);
|
background-color: alpha(@base, 0.6);
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
@@ -138,18 +193,6 @@ tooltip {
|
|||||||
border: 3px solid @blue;
|
border: 3px solid @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
|
||||||
color: @maroon;
|
|
||||||
background-color: alpha(@base, 0.6);
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
|
||||||
color: @yellow;
|
|
||||||
background-color: alpha(@base, 0.6);
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
background-color: alpha(@base, 0.6);
|
background-color: alpha(@base, 0.6);
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
@@ -245,29 +288,11 @@ tooltip {
|
|||||||
color: #7d9bba;
|
color: #7d9bba;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber {
|
|
||||||
color: @teal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight {
|
|
||||||
color: #8fbcbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
color: #c8d2e0;
|
color: #c8d2e0;
|
||||||
border: 3px solid @blue;
|
border: 3px solid @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
|
||||||
color: #c0caf5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging,
|
|
||||||
#battery.full,
|
|
||||||
#battery.plugged {
|
|
||||||
color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: rgba(30, 34, 42, 0.5);
|
background-color: rgba(30, 34, 42, 0.5);
|
||||||
@@ -300,10 +325,6 @@ label:focus {
|
|||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
@@ -322,10 +343,6 @@ label:focus {
|
|||||||
background-color: #ffa000;
|
background-color: #ffa000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
|
||||||
background-color: #f0932b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user