This commit is contained in:
天クマ 2025-12-18 12:09:34 -03:00
commit c8734e660a
392 changed files with 21043 additions and 0 deletions

View file

@ -0,0 +1,403 @@
// 😉 Config created by Felipe Facundes
//  Telegram: @FeFacundes
//  Telegram Group: t.me/winehq_linux
// 😅 Dúvidas:https://github.com/Alexays/Waybar/wiki/Module:-Custom
// vim:ft=json
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"], //"sway/mode", "sway/scratchpad", "sway/window"
//"modules-center": ["sway/window"],
"modules-right": ["custom/playerctl2", "pulseaudio", "custom/wf-recorder2", "network", "bluetooth", "custom/gpu", "idle_inhibitor", "cpu", "memory", "disk", "temperature", "backlight", "battery", "custom/pacman", "custom/weather", "clock", "custom/clipboard", "tray", "custom/poweroff"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
// },
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"sway/language": {
"format": " {}",
"min-length": 5,
"tooltip": false,
"on-click": "swaymsg input $(swaymsg -t get_inputs --raw | jq '[.[] | select(.type == \"keyboard\")][0] | .identifier') xkb_switch_layout next"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "零", //""
"deactivated": "鈴" //""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"timezone": "America/Sao_Paulo", // "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M} ", //
"format-alt": "{:%Y-%m-%d} ",
"on-click-right": "wldash",
"on-click-middle": "gsimplecal"
},
"cpu": {
"interval": 5,
"format": "{usage}% ",
"tooltip-format": "{}",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e watch cpupower frequency-info"
},
"memory": {
"interval": 5,
"format": "{}%  ", // ""  "
"tooltip-format": "{used:0.1f}G used\n{avail:0.1f}G available\n{total:0.1f}G total",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e htop"
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["","",""], //["", "", ""]
"on-click": "kitty -e watch sensors"
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
// 🌕🌖🌗🌘🌑🌒🌓🌔✨🌟⭐ ☀️🌞🔆🔅😎 ["", "", ""],
"format-icons": ["🌑", "🌒", "🌓", "🌔", "🌕", "🌞"], //["🌑", "🌒", "🌘", "🌓", "🌗", "🌖", "🌔", "🌕", "🌞"]
"on-scroll-up": "light -A 1", //"format-icons": ["", "", "", "", "", "", "", "", ""]
"on-scroll-down": "light -U 1"
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}%  ",
"format-plugged": "{capacity}%  ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": [" ", " ", " ", " ", " "]
},
"battery#bat2": {
"bat": "BAT2"
},
"bluetooth": {
"format": "{icon}",
"format-icons": {
"enabled": "",
"disabled": ""
},
"on-click": "bash -c ${HOME}/.config/waybar/scripts/rofi-bluetooth 2> /dev/null" ,
"tooltip-format": "{}"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ", //
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected 睊", //⚠
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"on-click-right": "kitty -e nmtui"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"disk": {
"interval": 30,
"format": "",
"format-alt": "Free: {}%",
"tooltip-format": "{used} used\n{free} free\n{total} total",
"on-click-right": "pcmanfm",
"on-click-middle": "kitty -e watch df -h /",
"path": "/",
"states": {
"low": 0,
"mid": 25,
"high": 50
}
},
"custom/sunset": {
"interval": 1,
"tooltip": false,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"on": "" ,
"off": ""
},
"exec": "${HOME}/.config/waybar/scripts/sunset.sh",
"on-click": "${HOME}/.config/waybar/scripts/sunset.sh toggle; pkill -RTMIN+6 waybar",
"exec-if": "${HOME}/.config/waybar/scripts/sunset.sh check",
"signal": 6
},
"custom/clipboard": {
"format" : "-",
"tooltip": false, //  󰅇 󱓦 󱉥 󱉦 󱓥
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
"on-click-right": "cliphist list | dmenu | cliphist decode | wl-copy",
"on-click-middle": "cliphist wipe",
"signal": 8
},
"custom/wf-recorder2": {
"interval": 1,
"format" : "{}",
"tooltip": false, // 雷 🎦  󰻂 󰻃 󰑋
"exec": "bash -c 'wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo 󰑋; else echo  ; fi'",
"exec-if": "exit 0",
"on-click": "killall -s SIGINT wf-recorder",
"on-click-right": "bash <([[ ! -d ~/Videos/Capture ]] && mkdir -p ~/Videos/Capture; wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo wf-recorder -c libx265 --audio=`LANG=en pactl list sources | awk '/Name:/ {print $2}' | head -n1 | tail -n1` -f ${HOME}/Videos/Capture/WScreen_$(date +%Y-%m-%d_%H:%M:%S).mkv; fi) &",
"signal": 8
},
"custom/wf-recorder": {
"interval": 1,
"return-type": "json",
"format" : "{}",
"tooltip-format": "{tooltip}",
"exec": "echo '{\"class\": \"recording\",\"text\":\"雷\",\"tooltip\":\"press $mod+Esc to stop recording\"}'",
"exec-if": "pgrep wf-recorder",
"on-click": "killall -s SIGINT wf-recorder",
"signal": 8
},
"custom/github": {
"interval": 300,
"tooltip": false,
"return-type": "json",
"format" : " {}",
"exec": "gh api '/notifications' -q '{ text: length }' | cat -",
"exec-if": "command -v gh >/dev/null && gh auth status 2>&1 | grep -q -m 1 'Logged in' && gh api '/notifications' -q 'length' | grep -q -m 1 '0' ; test $? -eq 1",
"on-click": "xdg-open https://github.com/notifications && sleep 30 && pkill -RTMIN+4 waybar",
"signal": 4
},
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 900,
"exec": "python -u ${HOME}/.config/waybar/scripts/waybar-wttr.py",
"return-type": "json",
"on-click": "kitty -e ${HOME}/.config/waybar/scripts/prompt_weather.sh"
},
"custom/weather2": {
"exec": "bash -c ${HOME}/.config/waybar/scripts/wittr.sh",
"return-type": "json",
"format": "{}",
"tooltip": true,
"interval": 900
},
"custom/menu": {
// ⨇,  ⚫🔵⚪💙🩸💧🛟 💎 ⚽🏀🏈⚾🥎🎾🏐🏉🥏🎱🪀 🧡💛💚💙💜🖤🤎🤍💔❣️💝❤️‍🩹❤️‍🔥 
//🛑💠🌀Ⓜ️🆗🆖⏺️⚪⚫🔴🔵🟤🟣🟢🟡🟠🔺🔻🔶🔷🔳🔲⬛⬜🟧🟦🟥🟫🟪🟩🟨 🔎👁️👽🤖👾☠️👇👆🤙☝️🎲🧊🎖️🚦🎗️
"format": "🎲",
"on-click": "nwg-drawer",
"on-click-right": "rofi -no-lazy-grab -show drun -modi drun -theme ~/.config/rofi/launchers/misc/appdrawer.rasi",
"on-click-middle": "pkill -9 rofi"
},
"custom/pacman": {
// "format": " Ꝓ ⰐℙꝒᎮᗣᗧ•🍒 {}", 󱁂  󱁄 󱁅 󱨎 󱁆 󱁇 
"format": "ᗧ∙∙ ᗣ  {}",
"interval": 1, // every hour
"exec": "pacman -Qq | wc -l", // packages
"exec-if": "exit 0", // always run; consider advanced run conditions
"on-click": "kitty -e ~/.local/bin/upgrade-system; pkill -SIGRTMIN+8 waybar", // update system
"signal": 8
},
"custom/uptime": {
"interval": 1,
"signal": 8,
"tooltip-format": "<big>{}</big></tt>",
"format":"ﴻ {}" , //"{} ﴻ" 🔝
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/poweroff": {
//"format": "" 📴,
"format": ".",
"format-alt": "ﴻ {}",
"tooltip": false,
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click-right": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/gpu": {
"format": "{}",
"tooltip": false,
"interval": 2,
"exec": "bash -c 'NVIDIA=$(glxinfo -B | grep -i 'NVIDIA') ; if [ -e $NVIDIA ] ; then echo  ; else echo  ; fi' 2>/dev/null",
"exec-if": "exit 0",
"on-click": "kitty -e watch glxinfo -B",
"on-click-right": "kitty -e nvtop",
"signal": 8
},
"custom/spotify": {
"interval": 1,
"return-type": "json",
"exec": "bash -c ${HOME}/.cargo/bin/waybar_media_display",
"exec-if": "pgrep spotify",
"on-click":"playerctl --player=spotify play-pause",
"escape": true
},
"custom/playerctl2": {
"interval": 1,
"tooltip": true,
"format" : "{}", //奈 
"exec": "bash -c 'PCTL=$(LANG=en playerctl status); if [[ ${PCTL} = Playing ]]; then echo  ; elif [[ ${PCTL} = Paused ]]; then echo  ; else echo >/dev/null; fi' 2>/dev/null",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-click-middle": "playerctl previous; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/playerctl": {
"interval": "once",
"tooltip": true,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"Playing": "", //奈
"Paused": "" //
},
"exec": "playerctl metadata --format '{\"alt\": \"{{status}}\", \"tooltip\": \"{{playerName}}: {{markup_escape(title)}} - {{markup_escape(artist)}}\" }'",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "python -u ${HOME}/.config/waybar/scripts/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View file

@ -0,0 +1,403 @@
// 😉 Config created by Felipe Facundes
//  Telegram: @FeFacundes
//  Telegram Group: t.me/winehq_linux
// 😅 Dúvidas:https://github.com/Alexays/Waybar/wiki/Module:-Custom
// vim:ft=json
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"], //"sway/mode", "sway/scratchpad", "sway/window"
//"modules-center": ["sway/window"],
"modules-right": ["custom/playerctl2", "pulseaudio", "custom/wf-recorder2", "network", "bluetooth", "custom/gpu", "idle_inhibitor", "cpu", "memory", "disk", "temperature", "backlight", "battery", "custom/pacman", "custom/weather", "clock", "custom/clipboard", "tray", "custom/poweroff"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
// },
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"sway/language": {
"format": " {}",
"min-length": 5,
"tooltip": false,
"on-click": "swaymsg input $(swaymsg -t get_inputs --raw | jq '[.[] | select(.type == \"keyboard\")][0] | .identifier') xkb_switch_layout next"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "零", //""
"deactivated": "鈴" //""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"timezone": "America/Sao_Paulo", // "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M} ", //
"format-alt": "{:%Y-%m-%d} ",
"on-click-right": "wldash",
"on-click-middle": "gsimplecal"
},
"cpu": {
"interval": 5,
"format": "{usage}% ",
"tooltip-format": "{}",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e watch cpupower frequency-info"
},
"memory": {
"interval": 5,
"format": "{}%  ", // ""  "
"tooltip-format": "{used:0.1f}G used\n{avail:0.1f}G available\n{total:0.1f}G total",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e htop"
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["","",""], //["", "", ""]
"on-click": "kitty -e watch sensors"
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
// 🌕🌖🌗🌘🌑🌒🌓🌔✨🌟⭐ ☀️🌞🔆🔅😎 ["", "", ""],
"format-icons": ["🌑", "🌒", "🌓", "🌔", "🌕", "🌞"], //["🌑", "🌒", "🌘", "🌓", "🌗", "🌖", "🌔", "🌕", "🌞"]
"on-scroll-up": "light -A 1", //"format-icons": ["", "", "", "", "", "", "", "", ""]
"on-scroll-down": "light -U 1"
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}%  ",
"format-plugged": "{capacity}%  ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": [" ", " ", " ", " ", " "]
},
"battery#bat2": {
"bat": "BAT2"
},
"bluetooth": {
"format": "{icon}",
"format-icons": {
"enabled": "",
"disabled": ""
},
"on-click": "bash -c ${HOME}/.config/waybar/scripts/rofi-bluetooth 2> /dev/null" ,
"tooltip-format": "{}"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ", //
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected 睊", //⚠
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"on-click-right": "kitty -e nmtui"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"disk": {
"interval": 30,
"format": "",
"format-alt": "Free: {}%",
"tooltip-format": "{used} used\n{free} free\n{total} total",
"on-click-right": "pcmanfm",
"on-click-middle": "kitty -e watch df -h /",
"path": "/",
"states": {
"low": 0,
"mid": 25,
"high": 50
}
},
"custom/sunset": {
"interval": 1,
"tooltip": false,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"on": "" ,
"off": ""
},
"exec": "${HOME}/.config/waybar/scripts/sunset.sh",
"on-click": "${HOME}/.config/waybar/scripts/sunset.sh toggle; pkill -RTMIN+6 waybar",
"exec-if": "${HOME}/.config/waybar/scripts/sunset.sh check",
"signal": 6
},
"custom/clipboard": {
"format" : "📋",
"tooltip": false, // - 󰅇 󱓦 󱉥 󱉦 󱓥
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
"on-click-right": "cliphist list | dmenu | cliphist decode | wl-copy",
"on-click-middle": "cliphist wipe",
"signal": 8
},
"custom/wf-recorder2": {
"interval": 1,
"format" : "{}",
"tooltip": false, // 雷 🎦  󰻂 󰻃 󰑋
"exec": "bash -c 'wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo 󰑋; else echo  ; fi'",
"exec-if": "exit 0",
"on-click": "killall -s SIGINT wf-recorder",
"on-click-right": "bash <([[ ! -d ~/Videos/Capture ]] && mkdir -p ~/Videos/Capture; wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo wf-recorder -c libx265 --audio=`LANG=en pactl list sources | awk '/Name:/ {print $2}' | head -n1 | tail -n1` -f ${HOME}/Videos/Capture/WScreen_$(date +%Y-%m-%d_%H:%M:%S).mkv; fi) &",
"signal": 8
},
"custom/wf-recorder": {
"interval": 1,
"return-type": "json",
"format" : "{}",
"tooltip-format": "{tooltip}",
"exec": "echo '{\"class\": \"recording\",\"text\":\"雷\",\"tooltip\":\"press $mod+Esc to stop recording\"}'",
"exec-if": "pgrep wf-recorder",
"on-click": "killall -s SIGINT wf-recorder",
"signal": 8
},
"custom/github": {
"interval": 300,
"tooltip": false,
"return-type": "json",
"format" : " {}",
"exec": "gh api '/notifications' -q '{ text: length }' | cat -",
"exec-if": "command -v gh >/dev/null && gh auth status 2>&1 | grep -q -m 1 'Logged in' && gh api '/notifications' -q 'length' | grep -q -m 1 '0' ; test $? -eq 1",
"on-click": "xdg-open https://github.com/notifications && sleep 30 && pkill -RTMIN+4 waybar",
"signal": 4
},
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 900,
"exec": "python -u ${HOME}/.config/waybar/scripts/waybar-wttr.py",
"return-type": "json",
"on-click": "kitty -e ${HOME}/.config/waybar/scripts/prompt_weather.sh"
},
"custom/weather2": {
"exec": "bash -c ${HOME}/.config/waybar/scripts/wittr.sh",
"return-type": "json",
"format": "{}",
"tooltip": true,
"interval": 900
},
"custom/menu": {
// ⨇,  ⚫🔵⚪💙🩸💧🛟 💎 ⚽🏀🏈⚾🥎🎾🏐🏉🥏🎱🪀 🧡💛💚💙💜🖤🤎🤍💔❣️💝❤️‍🩹❤️‍🔥 
//🛑💠🌀Ⓜ️🆗🆖⏺️⚪⚫🔴🔵🟤🟣🟢🟡🟠🔺🔻🔶🔷🔳🔲⬛⬜🟧🟦🟥🟫🟪🟩🟨 🔎👁️👽🤖👾☠️👇👆🤙☝️🎲🧊🎖️🚦🎗️
"format": "🎲",
"on-click": "nwg-drawer",
"on-click-right": "rofi -no-lazy-grab -show drun -modi drun -theme ~/.config/rofi/launchers/misc/appdrawer.rasi",
"on-click-middle": "pkill -9 rofi"
},
"custom/pacman": {
// "format": " Ꝓ ⰐℙꝒᎮᗣᗧ•🍒 {}", 󱁂  󱁄 󱁅 󱨎 󱁆 󱁇 
"format": "ᗧ∙∙ ᗣ  {}",
"interval": 1, // every hour
"exec": "pacman -Qq | wc -l", // packages
"exec-if": "exit 0", // always run; consider advanced run conditions
"on-click": "kitty -e ~/.local/bin/upgrade-system; pkill -SIGRTMIN+8 waybar", // update system
"signal": 8
},
"custom/uptime": {
"interval": 1,
"signal": 8,
"tooltip-format": "<big>{}</big></tt>",
"format":"ﴻ {}" , //"{} ﴻ" 🔝
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/poweroff": {
//"format": "" 📴,
"format": ".",
"format-alt": "ﴻ {}",
"tooltip": false,
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click-right": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/gpu": {
"format": "{}",
"tooltip": false,
"interval": 2,
"exec": "bash -c 'NVIDIA=$(glxinfo -B | grep -i 'NVIDIA') ; if [ -e $NVIDIA ] ; then echo  ; else echo  ; fi' 2>/dev/null",
"exec-if": "exit 0",
"on-click": "kitty -e watch glxinfo -B",
"on-click-right": "kitty -e nvtop",
"signal": 8
},
"custom/spotify": {
"interval": 1,
"return-type": "json",
"exec": "bash -c ${HOME}/.cargo/bin/waybar_media_display",
"exec-if": "pgrep spotify",
"on-click":"playerctl --player=spotify play-pause",
"escape": true
},
"custom/playerctl2": {
"interval": 1,
"tooltip": true,
"format" : "{}", //奈 
"exec": "bash -c 'PCTL=$(LANG=en playerctl status); if [[ ${PCTL} = Playing ]]; then echo  ; elif [[ ${PCTL} = Paused ]]; then echo  ; else echo >/dev/null; fi' 2>/dev/null",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-click-middle": "playerctl previous; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/playerctl": {
"interval": "once",
"tooltip": true,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"Playing": "", //奈
"Paused": "" //
},
"exec": "playerctl metadata --format '{\"alt\": \"{{status}}\", \"tooltip\": \"{{playerName}}: {{markup_escape(title)}} - {{markup_escape(artist)}}\" }'",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "python -u ${HOME}/.config/waybar/scripts/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View file

@ -0,0 +1,404 @@
// 😉 Config created by Felipe Facundes
//  Telegram: @FeFacundes
//  Telegram Group: t.me/winehq_linux
// 😅 Dúvidas:https://github.com/Alexays/Waybar/wiki/Module:-Custom
// vim:ft=json
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"], //"sway/mode", "sway/scratchpad", "sway/window"
//"modules-center": ["sway/window"],
"modules-right": ["custom/playerctl2", "pulseaudio", "custom/wf-recorder2", "network", "bluetooth", "custom/gpu", "idle_inhibitor", "cpu", "memory", "disk", "temperature", "backlight", "battery", "custom/pacman", "custom/weather", "clock", "custom/clipboard", "tray", "custom/poweroff"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
// "format": "{name}: {icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "urgent": "",
// "focused": "",
// "default": ""
// }
// },
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"sway/language": {
"format": " {}",
"min-length": 5,
"tooltip": false,
"on-click": "swaymsg input $(swaymsg -t get_inputs --raw | jq '[.[] | select(.type == \"keyboard\")][0] | .identifier') xkb_switch_layout next"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "零", //""
"deactivated": "鈴" //""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"timezone": "America/Sao_Paulo", // "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M} ", //
"format-alt": "{:%Y-%m-%d} ",
"on-click-right": "wldash",
"on-click-middle": "gsimplecal"
},
"cpu": {
"interval": 5,
"format": "{usage}% ",
"tooltip-format": "{}",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e watch cpupower frequency-info"
},
"memory": {
"interval": 5,
"format": "{}%  ", // ""  "
"tooltip-format": "{used:0.1f}G used\n{avail:0.1f}G available\n{total:0.1f}G total",
"states": {
"warning": 70,
"critical": 90
},
"on-click": "kitty -e htop"
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["","",""], //["", "", ""]
"on-click": "kitty -e watch sensors"
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
// 🌕🌖🌗🌘🌑🌒🌓🌔✨🌟⭐ ☀️🌞🔆🔅😎 ["", "", ""], ["🌑", "🌒", "🌓", "🌔", "🌕", "🌞"],
"format-icons": ["", "", "", "", "", "", "", "", ""], //["🌑", "🌒", "🌘", "🌓", "🌗", "🌖", "🌔", "🌕", "🌞"]
"on-scroll-up": "light -A 1", //"format-icons": ["", "", "", "", "", "", "", "", ""]
"on-scroll-down": "light -U 1"
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}%  ",
"format-plugged": "{capacity}%  ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": [" ", " ", " ", " ", " "]
},
"battery#bat2": {
"bat": "BAT2"
},
"bluetooth": {
"format": "{icon}",
"format-icons": {
"enabled": "",
"disabled": ""
},
"on-click": "bash -c ${HOME}/.config/waybar/scripts/rofi-bluetooth 2> /dev/null" ,
"tooltip-format": "{}"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ", //
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected 睊", //⚠
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"on-click-right": "kitty -e nmtui"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"disk": {
"interval": 30,
"format": "",
"format-alt": "Free: {}%",
"tooltip-format": "{used} used\n{free} free\n{total} total",
"on-click-right": "pcmanfm",
"on-click-middle": "kitty -e watch df -h /",
"path": "/",
"states": {
"low": 0,
"mid": 25,
"high": 50
}
},
"custom/sunset": {
"interval": 1,
"tooltip": false,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"on": "" ,
"off": ""
},
"exec": "${HOME}/.config/waybar/scripts/sunset.sh",
"on-click": "${HOME}/.config/waybar/scripts/sunset.sh toggle; pkill -RTMIN+6 waybar",
"exec-if": "${HOME}/.config/waybar/scripts/sunset.sh check",
"signal": 6
},
"custom/clipboard": {
"format" : "-",
"tooltip": false, //  󰅇 󱓦 󱉥 󱉦 󱓥
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
"on-click-right": "cliphist list | dmenu | cliphist decode | wl-copy",
"on-click-middle": "cliphist wipe",
"signal": 8
},
"custom/wf-recorder2": {
"interval": 1,
"format" : "{}",
"tooltip": false, // 雷 🎦  󰻂 󰻃 󰑋
"exec": "bash -c 'wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo 󰑋; else echo  ; fi'",
"exec-if": "exit 0",
"on-click": "killall -s SIGINT wf-recorder",
"on-click-right": "bash <([[ ! -d ~/Videos/Capture ]] && mkdir -p ~/Videos/Capture; wf_rec=$(pidof wf-recorder); if [ -z ${wf_rec} ] ; then echo wf-recorder -c libx265 --audio=`LANG=en pactl list sources | awk '/Name:/ {print $2}' | head -n1 | tail -n1` -f ${HOME}/Videos/Capture/WScreen_$(date +%Y-%m-%d_%H:%M:%S).mkv; fi) &",
"signal": 8
},
"custom/wf-recorder": {
"interval": 1,
"return-type": "json",
"format" : "{}",
"tooltip-format": "{tooltip}",
"exec": "echo '{\"class\": \"recording\",\"text\":\"雷\",\"tooltip\":\"press $mod+Esc to stop recording\"}'",
"exec-if": "pgrep wf-recorder",
"on-click": "killall -s SIGINT wf-recorder",
"signal": 8
},
"custom/github": {
"interval": 300,
"tooltip": false,
"return-type": "json",
"format" : " {}",
"exec": "gh api '/notifications' -q '{ text: length }' | cat -",
"exec-if": "command -v gh >/dev/null && gh auth status 2>&1 | grep -q -m 1 'Logged in' && gh api '/notifications' -q 'length' | grep -q -m 1 '0' ; test $? -eq 1",
"on-click": "xdg-open https://github.com/notifications && sleep 30 && pkill -RTMIN+4 waybar",
"signal": 4
},
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 900,
"exec": "python -u ${HOME}/.config/waybar/scripts/waybar-wttr.py",
"return-type": "json",
"on-click": "kitty -e ${HOME}/.config/waybar/scripts/prompt_weather.sh"
},
"custom/weather2": {
"exec": "bash -c ${HOME}/.config/waybar/scripts/wittr.sh",
"return-type": "json",
"format": "{}",
"tooltip": true,
"interval": 900
},
"custom/menu": {
//   ⨇   󰣇   󱉙 󱉛 󱉜  󰀖 󰤵 󱝖      󰕈   󰒱   󰣨    󰣚  
// ⚫🔵⚪💙🩸💧🛟 💎 ⚽🏀🏈⚾🥎🎾🏐🏉🥏🎱🪀 🧡💛💚💙💜🖤🤎🤍💔❣️💝❤️‍🩹❤️‍🔥
//🛑💠🌀Ⓜ️🆗🆖⏺️⚪⚫🔴🔵🟤🟣🟢🟡🟠🔺🔻🔶🔷🔳🔲⬛⬜🟧🟦🟥🟫🟪🟩🟨 🔎👁️👽🤖👾☠️👇👆🤙☝️🎲🧊🎖️🚦🎗️ 🎲
"format": ".",
"on-click": "nwg-drawer",
"on-click-right": "rofi -no-lazy-grab -show drun -modi drun -theme ~/.config/rofi/launchers/misc/appdrawer.rasi",
"on-click-middle": "pkill -9 rofi"
},
"custom/pacman": {
// "format": " Ꝓ ⰐℙꝒᎮᗣᗧ•🍒 {}", 󱁂  󱁄 󱁅 󱨎 󱁆 󱁇 
"format": "ᗧ∙∙ ᗣ  {}",
"interval": 1, // every hour
"exec": "pacman -Qq | wc -l", // packages
"exec-if": "exit 0", // always run; consider advanced run conditions
"on-click": "kitty -e ~/.local/bin/upgrade-system; pkill -SIGRTMIN+8 waybar", // update system
"signal": 8
},
"custom/uptime": {
"interval": 1,
"signal": 8,
"tooltip-format": "<big>{}</big></tt>",
"format":"ﴻ {}" , //"{} ﴻ" 🔝
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/poweroff": {
//"format": "" 📴,
"format": ".",
"format-alt": "ﴻ {}",
"tooltip": false,
"exec": "uptime | awk '{print $3}' | tr -d ','",
"exec-if": "exit 0",
"on-click-right": "swaynag -t warning -m 'Power Options:' -b 'Exit' 'loginctl terminate-session self' -b 'LockScreen' 'swaylock' -b 'Suspend' 'systemctl suspend; swaylock' -b 'Reboot' 'systemctl -i reboot' -b 'Poweroff' 'openrc-shutdown -p now && systemctl shutdown -h now'"
},
"custom/gpu": {
"format": "{}",
"tooltip": false,
"interval": 2,
"exec": "bash -c 'NVIDIA=$(glxinfo -B | grep -i 'NVIDIA') ; if [ -e $NVIDIA ] ; then echo  ; else echo  ; fi' 2>/dev/null",
"exec-if": "exit 0",
"on-click": "kitty -e watch glxinfo -B",
"on-click-right": "kitty -e nvtop",
"signal": 8
},
"custom/spotify": {
"interval": 1,
"return-type": "json",
"exec": "bash -c ${HOME}/.cargo/bin/waybar_media_display",
"exec-if": "pgrep spotify",
"on-click":"playerctl --player=spotify play-pause",
"escape": true
},
"custom/playerctl2": {
"interval": 1,
"tooltip": true,
"format" : "{}", //奈 
"exec": "bash -c 'PCTL=$(LANG=en playerctl status); if [[ ${PCTL} = Playing ]]; then echo  ; elif [[ ${PCTL} = Paused ]]; then echo  ; else echo >/dev/null; fi' 2>/dev/null",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-click-middle": "playerctl previous; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/playerctl": {
"interval": "once",
"tooltip": true,
"return-type": "json",
"format" : "{icon}",
"format-icons": {
"Playing": "", //奈
"Paused": "" //
},
"exec": "playerctl metadata --format '{\"alt\": \"{{status}}\", \"tooltip\": \"{{playerName}}: {{markup_escape(title)}} - {{markup_escape(artist)}}\" }'",
"on-click": "playerctl play-pause; pkill -RTMIN+5 waybar",
"on-click-right": "playerctl next; pkill -RTMIN+5 waybar",
"on-scroll-up": "playerctl position 10+; pkill -RTMIN+5 waybar",
"on-scroll-down": "playerctl position 10-; pkill -RTMIN+5 waybar",
"signal": 5
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "python -u ${HOME}/.config/waybar/scripts/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #eceff4;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #eceff4;
border-color: #d8dee9;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #81a1c1;
}
#mode {
color: #ebcb8b;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* 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: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#A8AB6D;
}
#custom-clipboard {
color:#A8AB6D;
}
#custom-uptime {
color: #ff0000;
}
#custom-poweroff {
color: #CF0F26; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color: #8fbcbb;
}
#custom-weather {
color: #ffffff;
}
#custom-weather2 {
color: #ffffff;
}
#disk {
color: #ffffff;
}
#language {
color: #ffffff;
}
#keyboard-state {
color: #ffffff;
}
#custom-pacman {
color: #d3869b;
}
#cpu {
color:#A8AB6D;
}
#memory {
color: #d3869b;
}
#network.disabled {
color:#bf616a;
}
#network{
color:#8fbcbb;
}
#network.disconnected {
color: #bf616a;
}
#custom-gpu {
color:#c0c55f;
}
#custom-playerctl2 {
color: #b48ead;
}
#custom-wf-recorder2 {
color: #b48ead;
}
#pulseaudio {
color: #b48ead;
}
#pulseaudio.muted {
color: #3b4252;
}
#temperature {
color: #8fbcbb;
}
#temperature.critical {
color: #bf616a;
}
#idle_inhibitor {
color: #ebcb8b;
}
#tray {
color: #2BB1C3
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color:#d08770;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #000000;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #000000;
border-color: #000000;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #000000;
}
#mode {
color: #000000;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #000000;
}
#backlight {
color: #000000;
}
#battery {
color: #000000;
}
#battery.charging {
color: #000000;
}
@keyframes blink {
to {
color: #000000;
background-color: #000000;
}
}
#battery.critical:not(.charging) {
background: #000000;
color: #000000;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#000000;
}
#custom-clipboard {
color:#000000;
}
#custom-uptime {
color:#000000;
}
#custom-poweroff {
color:#000000; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#000000;
}
#custom-weather {
color:#000000;
}
#custom-weather2 {
color:#000000;
}
#disk {
color:#000000;
}
#language {
color:#000000;
}
#keyboard-state {
color:#000000;
}
#custom-pacman {
color:#000000;
}
#cpu {
color:#000000;
}
#memory {
color: #000000;
}
#network.disabled {
color: #000000;
}
#network{
color: #000000;
}
#network.disconnected {
color: #000000;
}
#custom-gpu {
color: #000000;
}
#custom-playerctl2 {
color: #000000;
}
#custom-wf-recorder2 {
color: #000000;
}
#pulseaudio {
color: #000000;
}
#pulseaudio.muted {
color: #000000;
}
#temperature {
color: #000000;
}
#temperature.critical {
color: #000000;
}
#idle_inhibitor {
color: #000000;
}
#tray {
color: #000000;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #000000;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #D21135;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #D21135;
border-color: #D21135;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #D21135;
}
#mode {
color: #D21135;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #D21135;
}
#backlight {
color: #D21135;
}
#battery {
color: #D21135;
}
#battery.charging {
color: #D21135;
}
@keyframes blink {
to {
color: #D21135;
background-color: #D21135;
}
}
#battery.critical:not(.charging) {
background: #D21135;
color: #D21135;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#D21135;
}
#custom-clipboard {
color:#D21135;
}
#custom-uptime {
color:#D21135;
}
#custom-poweroff {
color:#D21135; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#D21135;
}
#custom-weather {
color:#D21135;
}
#custom-weather2 {
color:#D21135;
}
#disk {
color:#D21135;
}
#language {
color:#D21135;
}
#keyboard-state {
color:#D21135;
}
#custom-pacman {
color:#D21135;
}
#cpu {
color:#D21135;
}
#memory {
color: #D21135;
}
#network.disabled {
color: #D21135;
}
#network{
color: #D21135;
}
#network.disconnected {
color: #D21135;
}
#custom-gpu {
color: #D21135;
}
#custom-playerctl2 {
color: #D21135;
}
#custom-wf-recorder2 {
color: #D21135;
}
#pulseaudio {
color: #D21135;
}
#pulseaudio.muted {
color: #D21135;
}
#temperature {
color: #D21135;
}
#temperature.critical {
color: #D21135;
}
#idle_inhibitor {
color: #D21135;
}
#tray {
color: #D21135;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #D21135;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #5254FF;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #5254FF;
border-color: #5254FF;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #5254FF;
}
#mode {
color: #5254FF;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #5254FF;
}
#backlight {
color: #5254FF;
}
#battery {
color: #5254FF;
}
#battery.charging {
color: #5254FF;
}
@keyframes blink {
to {
color: #5254FF;
background-color: #5254FF;
}
}
#battery.critical:not(.charging) {
background: #5254FF;
color: #5254FF;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#5254FF;
}
#custom-clipboard {
color:#5254FF;
}
#custom-uptime {
color:#5254FF;
}
#custom-poweroff {
color:#5254FF; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#5254FF;
}
#custom-weather {
color:#5254FF;
}
#custom-weather2 {
color:#5254FF;
}
#disk {
color:#5254FF;
}
#language {
color:#5254FF;
}
#keyboard-state {
color:#5254FF;
}
#custom-pacman {
color:#5254FF;
}
#cpu {
color:#5254FF;
}
#memory {
color: #5254FF;
}
#network.disabled {
color: #5254FF;
}
#network{
color: #5254FF;
}
#network.disconnected {
color: #5254FF;
}
#custom-gpu {
color: #5254FF;
}
#custom-playerctl2 {
color: #5254FF;
}
#custom-wf-recorder2 {
color: #5254FF;
}
#pulseaudio {
color: #5254FF;
}
#pulseaudio.muted {
color: #5254FF;
}
#temperature {
color: #5254FF;
}
#temperature.critical {
color: #5254FF;
}
#idle_inhibitor {
color: #5254FF;
}
#tray {
color: #5254FF;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #5254FF;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #eceff4;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #eceff4;
border-color: #d8dee9;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #81a1c1;
}
#mode {
color: #ebcb8b;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* 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: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#A8AB6D;
}
#custom-clipboard {
color:#A8AB6D;
}
#custom-uptime {
color: #ff0000;
}
#custom-poweroff {
color: #CF0F26; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color: #8fbcbb;
}
#custom-weather {
color: #ffffff;
}
#custom-weather2 {
color: #ffffff;
}
#disk {
color: #ffffff;
}
#language {
color: #ffffff;
}
#keyboard-state {
color: #ffffff;
}
#custom-pacman {
color: #d3869b;
}
#cpu {
color:#A8AB6D;
}
#memory {
color: #d3869b;
}
#network.disabled {
color:#bf616a;
}
#network{
color:#8fbcbb;
}
#network.disconnected {
color: #bf616a;
}
#custom-gpu {
color:#c0c55f;
}
#custom-playerctl2 {
color: #b48ead;
}
#custom-wf-recorder2 {
color: #b48ead;
}
#pulseaudio {
color: #b48ead;
}
#pulseaudio.muted {
color: #3b4252;
}
#temperature {
color: #8fbcbb;
}
#temperature.critical {
color: #bf616a;
}
#idle_inhibitor {
color: #ebcb8b;
}
#tray {
color: #2BB1C3
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color:#d08770;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #5eefff;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #5eefff;
border-color: #5eefff;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #5eefff;
}
#mode {
color: #5eefff;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #5eefff;
}
#backlight {
color: #5eefff;
}
#battery {
color: #5eefff;
}
#battery.charging {
color: #5eefff;
}
@keyframes blink {
to {
color: #5eefff;
background-color: #5eefff;
}
}
#battery.critical:not(.charging) {
background: #5eefff;
color: #5eefff;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#5eefff;
}
#custom-clipboard {
color:#5eefff;
}
#custom-uptime {
color:#5eefff;
}
#custom-poweroff {
color:#5eefff; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#5eefff;
}
#custom-weather {
color:#5eefff;
}
#custom-weather2 {
color:#5eefff;
}
#disk {
color:#5eefff;
}
#language {
color:#5eefff;
}
#keyboard-state {
color:#5eefff;
}
#custom-pacman {
color:#5eefff;
}
#cpu {
color:#5eefff;
}
#memory {
color: #5eefff;
}
#network.disabled {
color: #5eefff;
}
#network{
color: #5eefff;
}
#network.disconnected {
color: #5eefff;
}
#custom-gpu {
color: #5eefff;
}
#custom-playerctl2 {
color: #5eefff;
}
#custom-wf-recorder2 {
color: #5eefff;
}
#pulseaudio {
color: #5eefff;
}
#pulseaudio.muted {
color: #5eefff;
}
#temperature {
color: #5eefff;
}
#temperature.critical {
color: #5eefff;
}
#idle_inhibitor {
color: #5eefff;
}
#tray {
color: #5eefff;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #5eefff;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #0305F7;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #0305F7;
border-color: #0305F7;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #0305F7;
}
#mode {
color: #0305F7;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #0305F7;
}
#backlight {
color: #0305F7;
}
#battery {
color: #0305F7;
}
#battery.charging {
color: #0305F7;
}
@keyframes blink {
to {
color: #0305F7;
background-color: #0305F7;
}
}
#battery.critical:not(.charging) {
background: #0305F7;
color: #0305F7;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#0305F7;
}
#custom-clipboard {
color:#0305F7;
}
#custom-uptime {
color:#0305F7;
}
#custom-poweroff {
color:#0305F7; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#0305F7;
}
#custom-weather {
color:#0305F7;
}
#custom-weather2 {
color:#0305F7;
}
#disk {
color:#0305F7;
}
#language {
color:#0305F7;
}
#keyboard-state {
color:#0305F7;
}
#custom-pacman {
color:#0305F7;
}
#cpu {
color:#0305F7;
}
#memory {
color: #0305F7;
}
#network.disabled {
color: #0305F7;
}
#network{
color: #0305F7;
}
#network.disconnected {
color: #0305F7;
}
#custom-gpu {
color: #0305F7;
}
#custom-playerctl2 {
color: #0305F7;
}
#custom-wf-recorder2 {
color: #0305F7;
}
#pulseaudio {
color: #0305F7;
}
#pulseaudio.muted {
color: #0305F7;
}
#temperature {
color: #0305F7;
}
#temperature.critical {
color: #0305F7;
}
#idle_inhibitor {
color: #0305F7;
}
#tray {
color: #0305F7;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #0305F7;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #1131C9;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #1131C9;
border-color: #1131C9;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #1131C9;
}
#mode {
color: #1131C9;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #1131C9;
}
#backlight {
color: #1131C9;
}
#battery {
color: #1131C9;
}
#battery.charging {
color: #1131C9;
}
@keyframes blink {
to {
color: #1131C9;
background-color: #1131C9;
}
}
#battery.critical:not(.charging) {
background: #1131C9;
color: #1131C9;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#1131C9;
}
#custom-clipboard {
color:#1131C9;
}
#custom-uptime {
color:#1131C9;
}
#custom-poweroff {
color:#1131C9; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#1131C9;
}
#custom-weather {
color:#1131C9;
}
#custom-weather2 {
color:#1131C9;
}
#disk {
color:#1131C9;
}
#language {
color:#1131C9;
}
#keyboard-state {
color:#1131C9;
}
#custom-pacman {
color:#1131C9;
}
#cpu {
color:#1131C9;
}
#memory {
color: #1131C9;
}
#network.disabled {
color: #1131C9;
}
#network{
color: #1131C9;
}
#network.disconnected {
color: #1131C9;
}
#custom-gpu {
color: #1131C9;
}
#custom-playerctl2 {
color: #1131C9;
}
#custom-wf-recorder2 {
color: #1131C9;
}
#pulseaudio {
color: #1131C9;
}
#pulseaudio.muted {
color: #1131C9;
}
#temperature {
color: #1131C9;
}
#temperature.critical {
color: #1131C9;
}
#idle_inhibitor {
color: #1131C9;
}
#tray {
color: #1131C9;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #1131C9;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #011B5F;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #011B5F;
border-color: #011B5F;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #011B5F;
}
#mode {
color: #011B5F;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #011B5F;
}
#backlight {
color: #011B5F;
}
#battery {
color: #011B5F;
}
#battery.charging {
color: #011B5F;
}
@keyframes blink {
to {
color: #011B5F;
background-color: #011B5F;
}
}
#battery.critical:not(.charging) {
background: #011B5F;
color: #011B5F;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#011B5F;
}
#custom-clipboard {
color:#011B5F;
}
#custom-uptime {
color:#011B5F;
}
#custom-poweroff {
color:#011B5F; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#011B5F;
}
#custom-weather {
color:#011B5F;
}
#custom-weather2 {
color:#011B5F;
}
#disk {
color:#011B5F;
}
#language {
color:#011B5F;
}
#keyboard-state {
color:#011B5F;
}
#custom-pacman {
color:#011B5F;
}
#cpu {
color:#011B5F;
}
#memory {
color: #011B5F;
}
#network.disabled {
color: #011B5F;
}
#network{
color: #011B5F;
}
#network.disconnected {
color: #011B5F;
}
#custom-gpu {
color: #011B5F;
}
#custom-playerctl2 {
color: #011B5F;
}
#custom-wf-recorder2 {
color: #011B5F;
}
#pulseaudio {
color: #011B5F;
}
#pulseaudio.muted {
color: #011B5F;
}
#temperature {
color: #011B5F;
}
#temperature.critical {
color: #011B5F;
}
#idle_inhibitor {
color: #011B5F;
}
#tray {
color: #011B5F;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #011B5F;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #341100;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #341100;
border-color: #341100;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #341100;
}
#mode {
color: #341100;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #341100;
}
#backlight {
color: #341100;
}
#battery {
color: #341100;
}
#battery.charging {
color: #341100;
}
@keyframes blink {
to {
color: #341100;
background-color: #341100;
}
}
#battery.critical:not(.charging) {
background: #341100;
color: #341100;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#341100;
}
#custom-clipboard {
color:#341100;
}
#custom-uptime {
color:#341100;
}
#custom-poweroff {
color:#341100; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#341100;
}
#custom-weather {
color:#341100;
}
#custom-weather2 {
color:#341100;
}
#disk {
color:#341100;
}
#language {
color:#341100;
}
#keyboard-state {
color:#341100;
}
#custom-pacman {
color:#341100;
}
#cpu {
color:#341100;
}
#memory {
color: #341100;
}
#network.disabled {
color: #341100;
}
#network{
color: #341100;
}
#network.disconnected {
color: #341100;
}
#custom-gpu {
color: #341100;
}
#custom-playerctl2 {
color: #341100;
}
#custom-wf-recorder2 {
color: #341100;
}
#pulseaudio {
color: #341100;
}
#pulseaudio.muted {
color: #341100;
}
#temperature {
color: #341100;
}
#temperature.critical {
color: #341100;
}
#idle_inhibitor {
color: #341100;
}
#tray {
color: #341100;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #341100;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #00D700;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #00D700;
border-color: #00D700;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #00D700;
}
#mode {
color: #00D700;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #00D700;
}
#backlight {
color: #00D700;
}
#battery {
color: #00D700;
}
#battery.charging {
color: #00D700;
}
@keyframes blink {
to {
color: #00D700;
background-color: #00D700;
}
}
#battery.critical:not(.charging) {
background: #00D700;
color: #00D700;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#00D700;
}
#custom-clipboard {
color:#00D700;
}
#custom-uptime {
color:#00D700;
}
#custom-poweroff {
color:#00D700; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#00D700;
}
#custom-weather {
color:#00D700;
}
#custom-weather2 {
color:#00D700;
}
#disk {
color:#00D700;
}
#language {
color:#00D700;
}
#keyboard-state {
color:#00D700;
}
#custom-pacman {
color:#00D700;
}
#cpu {
color:#00D700;
}
#memory {
color: #00D700;
}
#network.disabled {
color: #00D700;
}
#network{
color: #00D700;
}
#network.disconnected {
color: #00D700;
}
#custom-gpu {
color: #00D700;
}
#custom-playerctl2 {
color: #00D700;
}
#custom-wf-recorder2 {
color: #00D700;
}
#pulseaudio {
color: #00D700;
}
#pulseaudio.muted {
color: #00D700;
}
#temperature {
color: #00D700;
}
#temperature.critical {
color: #00D700;
}
#idle_inhibitor {
color: #00D700;
}
#tray {
color: #00D700;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #00D700;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #117A6E;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #117A6E;
border-color: #117A6E;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #117A6E;
}
#mode {
color: #117A6E;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #117A6E;
}
#backlight {
color: #117A6E;
}
#battery {
color: #117A6E;
}
#battery.charging {
color: #117A6E;
}
@keyframes blink {
to {
color: #117A6E;
background-color: #117A6E;
}
}
#battery.critical:not(.charging) {
background: #117A6E;
color: #117A6E;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#117A6E;
}
#custom-clipboard {
color:#117A6E;
}
#custom-uptime {
color:#117A6E;
}
#custom-poweroff {
color:#117A6E; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#117A6E;
}
#custom-weather {
color:#117A6E;
}
#custom-weather2 {
color:#117A6E;
}
#disk {
color:#117A6E;
}
#language {
color:#117A6E;
}
#keyboard-state {
color:#117A6E;
}
#custom-pacman {
color:#117A6E;
}
#cpu {
color:#117A6E;
}
#memory {
color: #117A6E;
}
#network.disabled {
color: #117A6E;
}
#network{
color: #117A6E;
}
#network.disconnected {
color: #117A6E;
}
#custom-gpu {
color: #117A6E;
}
#custom-playerctl2 {
color: #117A6E;
}
#custom-wf-recorder2 {
color: #117A6E;
}
#pulseaudio {
color: #117A6E;
}
#pulseaudio.muted {
color: #117A6E;
}
#temperature {
color: #117A6E;
}
#temperature.critical {
color: #117A6E;
}
#idle_inhibitor {
color: #117A6E;
}
#tray {
color: #117A6E;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #117A6E;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #22a7b6;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #22a7b6;
border-color: #22a7b6;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #22a7b6;
}
#mode {
color: #22a7b6;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #22a7b6;
}
#backlight {
color: #22a7b6;
}
#battery {
color: #22a7b6;
}
#battery.charging {
color: #22a7b6;
}
@keyframes blink {
to {
color: #22a7b6;
background-color: #22a7b6;
}
}
#battery.critical:not(.charging) {
background: #22a7b6;
color: #22a7b6;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#22a7b6;
}
#custom-clipboard {
color:#22a7b6;
}
#custom-uptime {
color:#22a7b6;
}
#custom-poweroff {
color:#22a7b6; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#22a7b6;
}
#custom-weather {
color:#22a7b6;
}
#custom-weather2 {
color:#22a7b6;
}
#disk {
color:#22a7b6;
}
#language {
color:#22a7b6;
}
#keyboard-state {
color:#22a7b6;
}
#custom-pacman {
color:#22a7b6;
}
#cpu {
color:#22a7b6;
}
#memory {
color: #22a7b6;
}
#network.disabled {
color: #22a7b6;
}
#network{
color: #22a7b6;
}
#network.disconnected {
color: #22a7b6;
}
#custom-gpu {
color: #22a7b6;
}
#custom-playerctl2 {
color: #22a7b6;
}
#custom-wf-recorder2 {
color: #22a7b6;
}
#pulseaudio {
color: #22a7b6;
}
#pulseaudio.muted {
color: #22a7b6;
}
#temperature {
color: #22a7b6;
}
#temperature.critical {
color: #22a7b6;
}
#idle_inhibitor {
color: #22a7b6;
}
#tray {
color: #22a7b6;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #22a7b6;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #1DB2CE;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #1DB2CE;
border-color: #1DB2CE;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #1DB2CE;
}
#mode {
color: #1DB2CE;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #1DB2CE;
}
#backlight {
color: #1DB2CE;
}
#battery {
color: #1DB2CE;
}
#battery.charging {
color: #1DB2CE;
}
@keyframes blink {
to {
color: #1DB2CE;
background-color: #1DB2CE;
}
}
#battery.critical:not(.charging) {
background: #1DB2CE;
color: #1DB2CE;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#1DB2CE;
}
#custom-clipboard {
color:#1DB2CE;
}
#custom-uptime {
color:#1DB2CE;
}
#custom-poweroff {
color:#1DB2CE; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#1DB2CE;
}
#custom-weather {
color:#1DB2CE;
}
#custom-weather2 {
color:#1DB2CE;
}
#disk {
color:#1DB2CE;
}
#language {
color:#1DB2CE;
}
#keyboard-state {
color:#1DB2CE;
}
#custom-pacman {
color:#1DB2CE;
}
#cpu {
color:#1DB2CE;
}
#memory {
color: #1DB2CE;
}
#network.disabled {
color: #1DB2CE;
}
#network{
color: #1DB2CE;
}
#network.disconnected {
color: #1DB2CE;
}
#custom-gpu {
color: #1DB2CE;
}
#custom-playerctl2 {
color: #1DB2CE;
}
#custom-wf-recorder2 {
color: #1DB2CE;
}
#pulseaudio {
color: #1DB2CE;
}
#pulseaudio.muted {
color: #1DB2CE;
}
#temperature {
color: #1DB2CE;
}
#temperature.critical {
color: #1DB2CE;
}
#idle_inhibitor {
color: #1DB2CE;
}
#tray {
color: #1DB2CE;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #1DB2CE;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #909090;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #909090;
border-color: #909090;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #909090;
}
#mode {
color: #909090;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #909090;
}
#backlight {
color: #909090;
}
#battery {
color: #909090;
}
#battery.charging {
color: #909090;
}
@keyframes blink {
to {
color: #909090;
background-color: #909090;
}
}
#battery.critical:not(.charging) {
background: #909090;
color: #909090;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#909090;
}
#custom-clipboard {
color:#909090;
}
#custom-uptime {
color:#909090;
}
#custom-poweroff {
color:#909090; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#909090;
}
#custom-weather {
color:#909090;
}
#custom-weather2 {
color:#909090;
}
#disk {
color:#909090;
}
#language {
color:#909090;
}
#keyboard-state {
color:#909090;
}
#custom-pacman {
color:#909090;
}
#cpu {
color:#909090;
}
#memory {
color: #909090;
}
#network.disabled {
color: #909090;
}
#network{
color: #909090;
}
#network.disconnected {
color: #909090;
}
#custom-gpu {
color: #909090;
}
#custom-playerctl2 {
color: #909090;
}
#custom-wf-recorder2 {
color: #909090;
}
#pulseaudio {
color: #909090;
}
#pulseaudio.muted {
color: #909090;
}
#temperature {
color: #909090;
}
#temperature.critical {
color: #909090;
}
#idle_inhibitor {
color: #909090;
}
#tray {
color: #909090;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #909090;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #E5E70A;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #E5E70A;
border-color: #E5E70A;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #E5E70A;
}
#mode {
color: #E5E70A;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #E5E70A;
}
#backlight {
color: #E5E70A;
}
#battery {
color: #E5E70A;
}
#battery.charging {
color: #E5E70A;
}
@keyframes blink {
to {
color: #E5E70A;
background-color: #E5E70A;
}
}
#battery.critical:not(.charging) {
background: #E5E70A;
color: #E5E70A;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#E5E70A;
}
#custom-clipboard {
color:#E5E70A;
}
#custom-uptime {
color:#E5E70A;
}
#custom-poweroff {
color:#E5E70A; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#E5E70A;
}
#custom-weather {
color:#E5E70A;
}
#custom-weather2 {
color:#E5E70A;
}
#disk {
color:#E5E70A;
}
#language {
color:#E5E70A;
}
#keyboard-state {
color:#E5E70A;
}
#custom-pacman {
color:#E5E70A;
}
#cpu {
color:#E5E70A;
}
#memory {
color: #E5E70A;
}
#network.disabled {
color: #E5E70A;
}
#network{
color: #E5E70A;
}
#network.disconnected {
color: #E5E70A;
}
#custom-gpu {
color: #E5E70A;
}
#custom-playerctl2 {
color: #E5E70A;
}
#custom-wf-recorder2 {
color: #E5E70A;
}
#pulseaudio {
color: #E5E70A;
}
#pulseaudio.muted {
color: #E5E70A;
}
#temperature {
color: #E5E70A;
}
#temperature.critical {
color: #E5E70A;
}
#idle_inhibitor {
color: #E5E70A;
}
#tray {
color: #E5E70A;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #E5E70A;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #FFD700;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #FFD700;
border-color: #FFD700;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #FFD700;
}
#mode {
color: #FFD700;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #FFD700;
}
#backlight {
color: #FFD700;
}
#battery {
color: #FFD700;
}
#battery.charging {
color: #FFD700;
}
@keyframes blink {
to {
color: #FFD700;
background-color: #FFD700;
}
}
#battery.critical:not(.charging) {
background: #FFD700;
color: #FFD700;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#FFD700;
}
#custom-clipboard {
color:#FFD700;
}
#custom-uptime {
color:#FFD700;
}
#custom-poweroff {
color:#FFD700; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#FFD700;
}
#custom-weather {
color:#FFD700;
}
#custom-weather2 {
color:#FFD700;
}
#disk {
color:#FFD700;
}
#language {
color:#FFD700;
}
#keyboard-state {
color:#FFD700;
}
#custom-pacman {
color:#FFD700;
}
#cpu {
color:#FFD700;
}
#memory {
color: #FFD700;
}
#network.disabled {
color: #FFD700;
}
#network{
color: #FFD700;
}
#network.disconnected {
color: #FFD700;
}
#custom-gpu {
color: #FFD700;
}
#custom-playerctl2 {
color: #FFD700;
}
#custom-wf-recorder2 {
color: #FFD700;
}
#pulseaudio {
color: #FFD700;
}
#pulseaudio.muted {
color: #FFD700;
}
#temperature {
color: #FFD700;
}
#temperature.critical {
color: #FFD700;
}
#idle_inhibitor {
color: #FFD700;
}
#tray {
color: #FFD700;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #FFD700;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #32CB13;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #32CB13;
border-color: #32CB13;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #32CB13;
}
#mode {
color: #32CB13;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #32CB13;
}
#backlight {
color: #32CB13;
}
#battery {
color: #32CB13;
}
#battery.charging {
color: #32CB13;
}
@keyframes blink {
to {
color: #32CB13;
background-color: #32CB13;
}
}
#battery.critical:not(.charging) {
background: #32CB13;
color: #32CB13;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#32CB13;
}
#custom-clipboard {
color:#32CB13;
}
#custom-uptime {
color:#32CB13;
}
#custom-poweroff {
color:#32CB13; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#32CB13;
}
#custom-weather {
color:#32CB13;
}
#custom-weather2 {
color:#32CB13;
}
#disk {
color:#32CB13;
}
#language {
color:#32CB13;
}
#keyboard-state {
color:#32CB13;
}
#custom-pacman {
color:#32CB13;
}
#cpu {
color:#32CB13;
}
#memory {
color: #32CB13;
}
#network.disabled {
color: #32CB13;
}
#network{
color: #32CB13;
}
#network.disconnected {
color: #32CB13;
}
#custom-gpu {
color: #32CB13;
}
#custom-playerctl2 {
color: #32CB13;
}
#custom-wf-recorder2 {
color: #32CB13;
}
#pulseaudio {
color: #32CB13;
}
#pulseaudio.muted {
color: #32CB13;
}
#temperature {
color: #32CB13;
}
#temperature.critical {
color: #32CB13;
}
#idle_inhibitor {
color: #32CB13;
}
#tray {
color: #32CB13;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #32CB13;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #b48ead;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #b48ead;
border-color: #b48ead;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #b48ead;
}
#mode {
color: #b48ead;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #b48ead;
}
#backlight {
color: #b48ead;
}
#battery {
color: #b48ead;
}
#battery.charging {
color: #b48ead;
}
@keyframes blink {
to {
color: #b48ead;
background-color: #b48ead;
}
}
#battery.critical:not(.charging) {
background: #b48ead;
color: #b48ead;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#b48ead;
}
#custom-clipboard {
color:#b48ead;
}
#custom-uptime {
color:#b48ead;
}
#custom-poweroff {
color:#b48ead; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#b48ead;
}
#custom-weather {
color:#b48ead;
}
#custom-weather2 {
color:#b48ead;
}
#disk {
color:#b48ead;
}
#language {
color:#b48ead;
}
#keyboard-state {
color:#b48ead;
}
#custom-pacman {
color:#b48ead;
}
#cpu {
color:#b48ead;
}
#memory {
color: #b48ead;
}
#network.disabled {
color: #b48ead;
}
#network{
color: #b48ead;
}
#network.disconnected {
color: #b48ead;
}
#custom-gpu {
color: #b48ead;
}
#custom-playerctl2 {
color: #b48ead;
}
#custom-wf-recorder2 {
color: #b48ead;
}
#pulseaudio {
color: #b48ead;
}
#pulseaudio.muted {
color: #b48ead;
}
#temperature {
color: #b48ead;
}
#temperature.critical {
color: #b48ead;
}
#idle_inhibitor {
color: #b48ead;
}
#tray {
color: #b48ead;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #b48ead;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #D3869B;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #D3869B;
border-color: #D3869B;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #D3869B;
}
#mode {
color: #D3869B;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #D3869B;
}
#backlight {
color: #D3869B;
}
#battery {
color: #D3869B;
}
#battery.charging {
color: #D3869B;
}
@keyframes blink {
to {
color: #D3869B;
background-color: #D3869B;
}
}
#battery.critical:not(.charging) {
background: #D3869B;
color: #D3869B;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#D3869B;
}
#custom-clipboard {
color:#D3869B;
}
#custom-uptime {
color:#D3869B;
}
#custom-poweroff {
color:#D3869B; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#D3869B;
}
#custom-weather {
color:#D3869B;
}
#custom-weather2 {
color:#D3869B;
}
#disk {
color:#D3869B;
}
#language {
color:#D3869B;
}
#keyboard-state {
color:#D3869B;
}
#custom-pacman {
color:#D3869B;
}
#cpu {
color:#D3869B;
}
#memory {
color: #D3869B;
}
#network.disabled {
color: #D3869B;
}
#network{
color: #D3869B;
}
#network.disconnected {
color: #D3869B;
}
#custom-gpu {
color: #D3869B;
}
#custom-playerctl2 {
color: #D3869B;
}
#custom-wf-recorder2 {
color: #D3869B;
}
#pulseaudio {
color: #D3869B;
}
#pulseaudio.muted {
color: #D3869B;
}
#temperature {
color: #D3869B;
}
#temperature.critical {
color: #D3869B;
}
#idle_inhibitor {
color: #D3869B;
}
#tray {
color: #D3869B;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #D3869B;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #292D38;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #292D38;
border-color: #292D38;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #292D38;
}
#mode {
color: #292D38;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #292D38;
}
#backlight {
color: #292D38;
}
#battery {
color: #292D38;
}
#battery.charging {
color: #292D38;
}
@keyframes blink {
to {
color: #292D38;
background-color: #292D38;
}
}
#battery.critical:not(.charging) {
background: #292D38;
color: #292D38;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#292D38;
}
#custom-clipboard {
color:#292D38;
}
#custom-uptime {
color:#292D38;
}
#custom-poweroff {
color:#292D38; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#292D38;
}
#custom-weather {
color:#292D38;
}
#custom-weather2 {
color:#292D38;
}
#disk {
color:#292D38;
}
#language {
color:#292D38;
}
#keyboard-state {
color:#292D38;
}
#custom-pacman {
color:#292D38;
}
#cpu {
color:#292D38;
}
#memory {
color: #292D38;
}
#network.disabled {
color: #292D38;
}
#network{
color: #292D38;
}
#network.disconnected {
color: #292D38;
}
#custom-gpu {
color: #292D38;
}
#custom-playerctl2 {
color: #292D38;
}
#custom-wf-recorder2 {
color: #292D38;
}
#pulseaudio {
color: #292D38;
}
#pulseaudio.muted {
color: #292D38;
}
#temperature {
color: #292D38;
}
#temperature.critical {
color: #292D38;
}
#idle_inhibitor {
color: #292D38;
}
#tray {
color: #292D38;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #292D38;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #2bff00;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #2bff00;
border-color: #2bff00;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #2bff00;
}
#mode {
color: #2bff00;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #2bff00;
}
#backlight {
color: #2bff00;
}
#battery {
color: #2bff00;
}
#battery.charging {
color: #2bff00;
}
@keyframes blink {
to {
color: #2bff00;
background-color: #2bff00;
}
}
#battery.critical:not(.charging) {
background: #2bff00;
color: #2bff00;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#2bff00;
}
#custom-clipboard {
color:#2bff00;
}
#custom-uptime {
color:#2bff00;
}
#custom-poweroff {
color:#2bff00; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#2bff00;
}
#custom-weather {
color:#2bff00;
}
#custom-weather2 {
color:#2bff00;
}
#disk {
color:#2bff00;
}
#language {
color:#2bff00;
}
#keyboard-state {
color:#2bff00;
}
#custom-pacman {
color:#2bff00;
}
#cpu {
color:#2bff00;
}
#memory {
color: #2bff00;
}
#network.disabled {
color: #2bff00;
}
#network{
color: #2bff00;
}
#network.disconnected {
color: #2bff00;
}
#custom-gpu {
color: #2bff00;
}
#custom-playerctl2 {
color: #2bff00;
}
#custom-wf-recorder2 {
color: #2bff00;
}
#pulseaudio {
color: #2bff00;
}
#pulseaudio.muted {
color: #2bff00;
}
#temperature {
color: #2bff00;
}
#temperature.critical {
color: #2bff00;
}
#idle_inhibitor {
color: #2bff00;
}
#tray {
color: #2bff00;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #2bff00;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #00FF00;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #00FF00;
border-color: #00FF00;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #00FF00;
}
#mode {
color: #00FF00;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #00FF00;
}
#backlight {
color: #00FF00;
}
#battery {
color: #00FF00;
}
#battery.charging {
color: #00FF00;
}
@keyframes blink {
to {
color: #00FF00;
background-color: #00FF00;
}
}
#battery.critical:not(.charging) {
background: #00FF00;
color: #00FF00;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#00FF00;
}
#custom-clipboard {
color:#00FF00;
}
#custom-uptime {
color:#00FF00;
}
#custom-poweroff {
color:#00FF00; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#00FF00;
}
#custom-weather {
color:#00FF00;
}
#custom-weather2 {
color:#00FF00;
}
#disk {
color:#00FF00;
}
#language {
color:#00FF00;
}
#keyboard-state {
color:#00FF00;
}
#custom-pacman {
color:#00FF00;
}
#cpu {
color:#00FF00;
}
#memory {
color: #00FF00;
}
#network.disabled {
color: #00FF00;
}
#network{
color: #00FF00;
}
#network.disconnected {
color: #00FF00;
}
#custom-gpu {
color: #00FF00;
}
#custom-playerctl2 {
color: #00FF00;
}
#custom-wf-recorder2 {
color: #00FF00;
}
#pulseaudio {
color: #00FF00;
}
#pulseaudio.muted {
color: #00FF00;
}
#temperature {
color: #00FF00;
}
#temperature.critical {
color: #00FF00;
}
#idle_inhibitor {
color: #00FF00;
}
#tray {
color: #00FF00;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #00FF00;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #A8AB6D;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #A8AB6D;
border-color: #A8AB6D;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #A8AB6D;
}
#mode {
color: #A8AB6D;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #A8AB6D;
}
#backlight {
color: #A8AB6D;
}
#battery {
color: #A8AB6D;
}
#battery.charging {
color: #A8AB6D;
}
@keyframes blink {
to {
color: #A8AB6D;
background-color: #A8AB6D;
}
}
#battery.critical:not(.charging) {
background: #A8AB6D;
color: #A8AB6D;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#A8AB6D;
}
#custom-clipboard {
color:#A8AB6D;
}
#custom-uptime {
color:#A8AB6D;
}
#custom-poweroff {
color:#A8AB6D; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#A8AB6D;
}
#custom-weather {
color:#A8AB6D;
}
#custom-weather2 {
color:#A8AB6D;
}
#disk {
color:#A8AB6D;
}
#language {
color:#A8AB6D;
}
#keyboard-state {
color:#A8AB6D;
}
#custom-pacman {
color:#A8AB6D;
}
#cpu {
color:#A8AB6D;
}
#memory {
color: #A8AB6D;
}
#network.disabled {
color: #A8AB6D;
}
#network{
color: #A8AB6D;
}
#network.disconnected {
color: #A8AB6D;
}
#custom-gpu {
color: #A8AB6D;
}
#custom-playerctl2 {
color: #A8AB6D;
}
#custom-wf-recorder2 {
color: #A8AB6D;
}
#pulseaudio {
color: #A8AB6D;
}
#pulseaudio.muted {
color: #A8AB6D;
}
#temperature {
color: #A8AB6D;
}
#temperature.critical {
color: #A8AB6D;
}
#idle_inhibitor {
color: #A8AB6D;
}
#tray {
color: #A8AB6D;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #A8AB6D;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #fc6203;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #fc6203;
border-color: #fc6203;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #fc6203;
}
#mode {
color: #fc6203;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #fc6203;
}
#backlight {
color: #fc6203;
}
#battery {
color: #fc6203;
}
#battery.charging {
color: #fc6203;
}
@keyframes blink {
to {
color: #fc6203;
background-color: #fc6203;
}
}
#battery.critical:not(.charging) {
background: #fc6203;
color: #fc6203;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#fc6203;
}
#custom-clipboard {
color:#fc6203;
}
#custom-uptime {
color:#fc6203;
}
#custom-poweroff {
color:#fc6203; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#fc6203;
}
#custom-weather {
color:#fc6203;
}
#custom-weather2 {
color:#fc6203;
}
#disk {
color:#fc6203;
}
#language {
color:#fc6203;
}
#keyboard-state {
color:#fc6203;
}
#custom-pacman {
color:#fc6203;
}
#cpu {
color:#fc6203;
}
#memory {
color: #fc6203;
}
#network.disabled {
color: #fc6203;
}
#network{
color: #fc6203;
}
#network.disconnected {
color: #fc6203;
}
#custom-gpu {
color: #fc6203;
}
#custom-playerctl2 {
color: #fc6203;
}
#custom-wf-recorder2 {
color: #fc6203;
}
#pulseaudio {
color: #fc6203;
}
#pulseaudio.muted {
color: #fc6203;
}
#temperature {
color: #fc6203;
}
#temperature.critical {
color: #fc6203;
}
#idle_inhibitor {
color: #fc6203;
}
#tray {
color: #fc6203;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #fc6203;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #C465F6;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #C465F6;
border-color: #C465F6;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #C465F6;
}
#mode {
color: #C465F6;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #C465F6;
}
#backlight {
color: #C465F6;
}
#battery {
color: #C465F6;
}
#battery.charging {
color: #C465F6;
}
@keyframes blink {
to {
color: #C465F6;
background-color: #C465F6;
}
}
#battery.critical:not(.charging) {
background: #C465F6;
color: #C465F6;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#C465F6;
}
#custom-clipboard {
color:#C465F6;
}
#custom-uptime {
color:#C465F6;
}
#custom-poweroff {
color:#C465F6; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#C465F6;
}
#custom-weather {
color:#C465F6;
}
#custom-weather2 {
color:#C465F6;
}
#disk {
color:#C465F6;
}
#language {
color:#C465F6;
}
#keyboard-state {
color:#C465F6;
}
#custom-pacman {
color:#C465F6;
}
#cpu {
color:#C465F6;
}
#memory {
color: #C465F6;
}
#network.disabled {
color: #C465F6;
}
#network{
color: #C465F6;
}
#network.disconnected {
color: #C465F6;
}
#custom-gpu {
color: #C465F6;
}
#custom-playerctl2 {
color: #C465F6;
}
#custom-wf-recorder2 {
color: #C465F6;
}
#pulseaudio {
color: #C465F6;
}
#pulseaudio.muted {
color: #C465F6;
}
#temperature {
color: #C465F6;
}
#temperature.critical {
color: #C465F6;
}
#idle_inhibitor {
color: #C465F6;
}
#tray {
color: #C465F6;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #C465F6;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #B419C6;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #B419C6;
border-color: #B419C6;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #B419C6;
}
#mode {
color: #B419C6;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #B419C6;
}
#backlight {
color: #B419C6;
}
#battery {
color: #B419C6;
}
#battery.charging {
color: #B419C6;
}
@keyframes blink {
to {
color: #B419C6;
background-color: #B419C6;
}
}
#battery.critical:not(.charging) {
background: #B419C6;
color: #B419C6;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#B419C6;
}
#custom-clipboard {
color:#B419C6;
}
#custom-uptime {
color:#B419C6;
}
#custom-poweroff {
color:#B419C6; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#B419C6;
}
#custom-weather {
color:#B419C6;
}
#custom-weather2 {
color:#B419C6;
}
#disk {
color:#B419C6;
}
#language {
color:#B419C6;
}
#keyboard-state {
color:#B419C6;
}
#custom-pacman {
color:#B419C6;
}
#cpu {
color:#B419C6;
}
#memory {
color: #B419C6;
}
#network.disabled {
color: #B419C6;
}
#network{
color: #B419C6;
}
#network.disconnected {
color: #B419C6;
}
#custom-gpu {
color: #B419C6;
}
#custom-playerctl2 {
color: #B419C6;
}
#custom-wf-recorder2 {
color: #B419C6;
}
#pulseaudio {
color: #B419C6;
}
#pulseaudio.muted {
color: #B419C6;
}
#temperature {
color: #B419C6;
}
#temperature.critical {
color: #B419C6;
}
#idle_inhibitor {
color: #B419C6;
}
#tray {
color: #B419C6;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #B419C6;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #B690DC;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #B690DC;
border-color: #B690DC;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #B690DC;
}
#mode {
color: #B690DC;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #B690DC;
}
#backlight {
color: #B690DC;
}
#battery {
color: #B690DC;
}
#battery.charging {
color: #B690DC;
}
@keyframes blink {
to {
color: #B690DC;
background-color: #B690DC;
}
}
#battery.critical:not(.charging) {
background: #B690DC;
color: #B690DC;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#B690DC;
}
#custom-clipboard {
color:#B690DC;
}
#custom-uptime {
color:#B690DC;
}
#custom-poweroff {
color:#B690DC; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#B690DC;
}
#custom-weather {
color:#B690DC;
}
#custom-weather2 {
color:#B690DC;
}
#disk {
color:#B690DC;
}
#language {
color:#B690DC;
}
#keyboard-state {
color:#B690DC;
}
#custom-pacman {
color:#B690DC;
}
#cpu {
color:#B690DC;
}
#memory {
color: #B690DC;
}
#network.disabled {
color: #B690DC;
}
#network{
color: #B690DC;
}
#network.disconnected {
color: #B690DC;
}
#custom-gpu {
color: #B690DC;
}
#custom-playerctl2 {
color: #B690DC;
}
#custom-wf-recorder2 {
color: #B690DC;
}
#pulseaudio {
color: #B690DC;
}
#pulseaudio.muted {
color: #B690DC;
}
#temperature {
color: #B690DC;
}
#temperature.critical {
color: #B690DC;
}
#idle_inhibitor {
color: #B690DC;
}
#tray {
color: #B690DC;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #B690DC;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #ffa4bc;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #ffa4bc;
border-color: #ffa4bc;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #ffa4bc;
}
#mode {
color: #ffa4bc;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #ffa4bc;
}
#backlight {
color: #ffa4bc;
}
#battery {
color: #ffa4bc;
}
#battery.charging {
color: #ffa4bc;
}
@keyframes blink {
to {
color: #ffa4bc;
background-color: #ffa4bc;
}
}
#battery.critical:not(.charging) {
background: #ffa4bc;
color: #ffa4bc;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#ffa4bc;
}
#custom-clipboard {
color:#ffa4bc;
}
#custom-uptime {
color:#ffa4bc;
}
#custom-poweroff {
color:#ffa4bc; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#ffa4bc;
}
#custom-weather {
color:#ffa4bc;
}
#custom-weather2 {
color:#ffa4bc;
}
#disk {
color:#ffa4bc;
}
#language {
color:#ffa4bc;
}
#keyboard-state {
color:#ffa4bc;
}
#custom-pacman {
color:#ffa4bc;
}
#cpu {
color:#ffa4bc;
}
#memory {
color: #ffa4bc;
}
#network.disabled {
color: #ffa4bc;
}
#network{
color: #ffa4bc;
}
#network.disconnected {
color: #ffa4bc;
}
#custom-gpu {
color: #ffa4bc;
}
#custom-playerctl2 {
color: #ffa4bc;
}
#custom-wf-recorder2 {
color: #ffa4bc;
}
#pulseaudio {
color: #ffa4bc;
}
#pulseaudio.muted {
color: #ffa4bc;
}
#temperature {
color: #ffa4bc;
}
#temperature.critical {
color: #ffa4bc;
}
#idle_inhibitor {
color: #ffa4bc;
}
#tray {
color: #ffa4bc;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #ffa4bc;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #C0C0C0;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #C0C0C0;
border-color: #C0C0C0;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #C0C0C0;
}
#mode {
color: #C0C0C0;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #C0C0C0;
}
#backlight {
color: #C0C0C0;
}
#battery {
color: #C0C0C0;
}
#battery.charging {
color: #C0C0C0;
}
@keyframes blink {
to {
color: #C0C0C0;
background-color: #C0C0C0;
}
}
#battery.critical:not(.charging) {
background: #C0C0C0;
color: #C0C0C0;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#C0C0C0;
}
#custom-clipboard {
color:#C0C0C0;
}
#custom-uptime {
color:#C0C0C0;
}
#custom-poweroff {
color:#C0C0C0; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#C0C0C0;
}
#custom-weather {
color:#C0C0C0;
}
#custom-weather2 {
color:#C0C0C0;
}
#disk {
color:#C0C0C0;
}
#language {
color:#C0C0C0;
}
#keyboard-state {
color:#C0C0C0;
}
#custom-pacman {
color:#C0C0C0;
}
#cpu {
color:#C0C0C0;
}
#memory {
color: #C0C0C0;
}
#network.disabled {
color: #C0C0C0;
}
#network{
color: #C0C0C0;
}
#network.disconnected {
color: #C0C0C0;
}
#custom-gpu {
color: #C0C0C0;
}
#custom-playerctl2 {
color: #C0C0C0;
}
#custom-wf-recorder2 {
color: #C0C0C0;
}
#pulseaudio {
color: #C0C0C0;
}
#pulseaudio.muted {
color: #C0C0C0;
}
#temperature {
color: #C0C0C0;
}
#temperature.critical {
color: #C0C0C0;
}
#idle_inhibitor {
color: #C0C0C0;
}
#tray {
color: #C0C0C0;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #C0C0C0;
}

View file

@ -0,0 +1,235 @@
/* =============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
* {
color: #FFFFFF;
border: 0;
border-radius: 0;
padding: 0 0;
font-family:'Disney Simple';
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
padding-bottom:3px;
}
window#waybar {
background:rgba (0, 0, 0, 0.55);
}
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
color: #FFFFFF;
border-color: #FFFFFF;
border-style: solid;
margin-top:2px;
}
#workspaces button.focused {
border-color: #FFFFFF;
}
#mode {
color: #FFFFFF;
}
#clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #custom-keyboard-layout, #language, #keyboard-state, #backlight, #bluetooth, #network, #pulseaudio, #mode, #disk, #tray, #window, #custom-menu, #custom-gpu, #custom-clipboard, #custom-uptime, #custom-pacman, #custom-playerctl2, #custom-wf-recorder2, #custom-weather, #custom-weather2, #custom-poweroff {
padding: 0 3px;
border-bottom: 2px;
border-style: solid;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#clock {
color: #FFFFFF;
}
#backlight {
color: #FFFFFF;
}
#battery {
color: #FFFFFF;
}
#battery.charging {
color: #FFFFFF;
}
@keyframes blink {
to {
color: #FFFFFF;
background-color: #FFFFFF;
}
}
#battery.critical:not(.charging) {
background: #FFFFFF;
color: #FFFFFF;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#custom-menu {
color:#FFFFFF;
}
#custom-clipboard {
color:#FFFFFF;
}
#custom-uptime {
color:#FFFFFF;
}
#custom-poweroff {
color:#FFFFFF; /* #BD1226; #A42E2E; #ff0000; */
}
#bluetooth {
color:#FFFFFF;
}
#custom-weather {
color:#FFFFFF;
}
#custom-weather2 {
color:#FFFFFF;
}
#disk {
color:#FFFFFF;
}
#language {
color:#FFFFFF;
}
#keyboard-state {
color:#FFFFFF;
}
#custom-pacman {
color:#FFFFFF;
}
#cpu {
color:#FFFFFF;
}
#memory {
color: #FFFFFF;
}
#network.disabled {
color: #FFFFFF;
}
#network{
color: #FFFFFF;
}
#network.disconnected {
color: #FFFFFF;
}
#custom-gpu {
color: #FFFFFF;
}
#custom-playerctl2 {
color: #FFFFFF;
}
#custom-wf-recorder2 {
color: #FFFFFF;
}
#pulseaudio {
color: #FFFFFF;
}
#pulseaudio.muted {
color: #FFFFFF;
}
#temperature {
color: #FFFFFF;
}
#temperature.critical {
color: #FFFFFF;
}
#idle_inhibitor {
color: #FFFFFF;
}
#tray {
color: #FFFFFF;
}
#custom-launcher,#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#mode{
margin-bottom:3px;
}
#custom-keyboard-layout{
color: #FFFFFF;
}