diff --git a/.config/waybar/config.jsonc_ b/.config/waybar/config.jsonc_
deleted file mode 100644
index b97846a..0000000
--- a/.config/waybar/config.jsonc_
+++ /dev/null
@@ -1,417 +0,0 @@
-{
- "layer": "top",
- "position": "top",
- "margin-top": 1,
- "margin-left": 1,
- "margin-right": 1,
- "margin-bottom": 1,
- "height": 54,
- "spacing": 0,
- "modules-left": [
- "custom/launcher",
- "hyprland/workspaces",
- "cpu",
-// "temperature",
- "custom/temps",
- "power-profiles-daemon",
- "memory",
-// "custom/updates",
- "custom/fans",
- "custom/weather",
- "custom/btrfs"
-// "custom/news"
-// "custom/mpris-buttons"
- ],
- "modules-center": [
- "custom/calendar_clock"
- ],
- "modules-right": [
- //"mpd",
- //"custom/rate",
- // "image#test",
-// "custom/dmp_nowplaying",
- "custom/eww_nowplaying",
- "custom/lyrics",
- "mpris",
- "custom/roon",
- "tray",
- "custom/wf-recorder",
- //"image#gpu",
- "bluetooth",
- "network",
- "wireplumber",
- "custom/pwrate",
- "custom/mouse_battery",
- "custom/headset_battery",
- "battery",
- "custom/powermenu"
- //"hyprland/language"
- //"pulseaudio/slider",
- ],
- "custom/headset_battery": {
- "exec": "~/.config/waybar/scripts/headset_battery.sh",
- "interval": 60,
- "return-type": "json"
-},
- "custom/mouse_battery": {
- "exec": "~/.config/waybar/scripts/mouse_battery.sh",
- "interval": 60,
- "return-type": "json"
-},
- "custom/arch_news": {
- "exec": "~/.config/waybar/scripts/arch_news.py",
- "interval": 600, // cada 10 minutos
- "tooltip": true
-},
-"custom/btrfs": {
- "format": "{}",
- "exec": "~/.config/waybar/scripts/btrfs_module.sh",
- "interval": 180,
- "return-type": "json",
- "tooltip": true
-},
-
- "custom/roon": {
- "exec": "cat /tmp/waybar_roon_info.json",
- "format": "{text}",
- "tooltip": true,
- "return-type": "json",
- "signal": 3
- },
- "custom/temps": {
- "exec": "~/.config/waybar/scripts/temps.sh",
- "interval": 10,
- "return-type": "json",
- "tooltip": true,
- "on-click": "~/.config/waybar/scripts/temps.sh click"
-},
-
- "custom/dmp_nowplaying": {
- "exec": "~/.config/waybar/scripts/dmp_nowplaying.sh",
- "return-type": "json",
- "interval": 5,
- "tooltip": true
-},
-"custom/eww_nowplaying": {
- "exec": "echo 'πΆ '",
- "interval": 3600, // No es dinΓ‘mico, solo muestra el Γcono
- "tooltip": false,
- "on-click": "~/.config/eww/scripts/toggle_nowplaying.sh"
-},
-
- "custom/fans": {
- "exec": "~/.config/waybar/scripts/fan_speed.sh",
- "format": "{text}",
- "return-type": "json",
- "on-click": "~/.config/waybar/scripts/fan_speed.sh next",
- "on-click-right": "~/.config/waybar/scripts/toggle_fans.sh",
- "interval": 5,
- "tooltip": true
-},
-
-"custom/updates": {
- "format": "{text}",
- "exec": "/bin/bash /home/teraflops/.config/waybar/scripts/updates.sh",
- "interval": 300,
- "return-type": "json",
- "tooltip": true,
-},
-
-
- "hyprland/language": {
- "format-es": "es",
- "format-en": "us",
- "keyboard-name": "asus-keyboard",
- "keyboard-name": "melgeek-mojo68-c1-keyboard",
- "keyboard-name": "mwstudio-mmkzoo65-keyboard",
- "on-click": "hyprctl switchxkblayout mwstudio-mmkzoo65-keyboard next"
- },
- "custom/mpris-buttons": {
- "exec": "~/.config/waybar/scripts/mpris_buttons.sh",
- // "interval": 1,
- "return-type": "json",
- "on-click": "playerctl play-pause",
- "on-click-right": "playerctl next",
- "on-click-middle": "playerctl previous",
- "signal": 24
-},
-
- "pulseaudio/slider": {
- "min": 0,
- "max": 100,
- "orientation": "vertical"
- },
- "custom/network_speed": {
- "exec": "/home/teraflops/.local/bin/network_speed_client.py",
- "interval": 1,
- "return-type": "json",
- "format": "{}",
- "tooltip": true,
- },
- "image#gpu": {
- "exec": "/tmp/gpu.sh",
- "size": 18,
- // "interval": 1,
- // "signal": 3,
- "tooltip": true,
- "on-click": "python /home/teraflops/.local/bin/comandos.py",
- },
- "custom/lyrics": {
- "format": "{text}",
- "exec": "/home/teraflops/.config/waybar/scripts/lyrics_module.sh",
- "return-type": "json",
- "escape": true,
- "interval": 10,
- "on-empty": "hide",
- //"on-click": "termite -t playlist -e ncmpcpp",
- "on-click": "/home/teraflops/.config/waybar/scripts/show_cover.py",
- //"on-scroll-down": "/home/teraflops/.config/waybar/scripts/lyrics_scroll.sh",
- "signal": 9
- },
-"mpris": {
- "format": "{title}",
- "format-paused": "βΈ {title}",
- "tooltip-format": "{title}\n{artist} ",
- //"title-len": 20,
- "artist-len": 0,
- "album-len": 0,
- "dynamic-len": 20,
- "ellipsis": "β¦",
- "expand": false,
- "max-length": 60,
- // "min-length": 25,
- "tooltip": true,
- //"ignored-players": ["firefox"],
-},
-
-
- "hyprland/workspaces": {
- "on-click": "activate",
- "format": "{icon}",
- "format-icons": {
- "default": "ξ©±",
- "1": "ξ©±",
- "2": "ξ©±",
- "3": "ξ©±",
- "4": "ξ©±",
- "active": "σ±»",
- "urgent": "σ±»",
- },
- "persistent-workspaces": {
- "*": 4,
- },
- },
- "custom/inetspeedup": {
- "format": "{}",
- "exec": "/home/teraflops/.config/waybar/scripts/inetup.py",
- "on-click": "/home/teraflops/.config/waybar/scripts/inetup.py toggle",
- "interval": 10,
- "return-type": "json",
- "signal": 20,
- },
- "custom/inetspeeddown": {
- "format": "{}",
- "exec": "/home/teraflops/.config/waybar/scripts/inetdown.py",
- "on-click": "/home/teraflops/.config/waybar/scripts/inetdown.py toggle",
- "interval": 10,
- "return-type": "json",
- "signal": 21,
- },
- "custom/borg": {
- //pkill -RTMIN+12 waybar
- "format": "BACKUP RUNNING",
- "exec": "echo '{\"class\": \"running\"}'",
- "exec-if": "pgrep -x pika-backup",
- "return-type": "json",
- "signal": 12,
- },
- "custom/wf-recorder": {
- //pkill -RTMIN+11 waybar
- "format": "β’ ",
- "exec": "echo '{\"class\": \"recording\"}'",
- "exec-if": "pgrep -x wf-recorder",
- "return-type": "json",
- "signal": 11,
- },
- "custom/tailscale": {
- "format": "VPN",
- "exec": "echo '{\"class\": \"vpn\"}'",
- "exec-if": "pgrep -x tailscaled",
- "return-type": "json",
- "signal": 22,
- },
- "custom/pwrate": {
- "exec": "/home/teraflops/.local/bin/pwrate3.sh",
- "return-type": "json",
- "format": "{}",
- "signal": 23
- },
- "custom/rate": {
- //pkill -RTMIN+15 waybar
- //"exec": "/home/teraflops/.local/bin/show_rate.sh",
- "exec": "python /home/teraflops/.local/bin/now_playing_tooltip.py",
- //"exec": "echo '{\"text\":\"π΅\", \"tooltip\":\"Testing Tooltip\"}'", // Simple test module
- "tooltip": true,
- "return-type": "json",
- "escape": false,
- "on-click": "python /home/teraflops/.local/bin/now_playing_tooltip.py toggle",
- "on-click-right": "pkill -Af now_playing_tooltip.py",
- "signal": 15,
- "class": "rate-module",
- },
- "backlight": {
- "device": "amdgpu_bl1",
- "format": "{icon}",
- "format-icons": [
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ’ ",
- "ξ£ ",
- ],
- },
- "custom/weather": {
- "exec": "python ~/.config/waybar/scripts/weather.py",
- "restart-interval": 300,
- "return-type": "json",
- // "on-click": "xdg-open https://weather.com/en-IN/weather/today/l/$(location_id)"
- // "format-alt": "{alt}",
- },
- "bluetooth": {
- "format": "ο",
- "format-connected": "ο",
- "format-connected-battery": "σ°΄ ",
- "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
- "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
- "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
- "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
- "on-click": "/home/teraflops/.config/waybar/scripts/bt_menu.py",
- },
- "hyprland/window": {
- "max-length": 60,
- "format": "{}",
- "separate-outputs": true,
- },
- "temperature": {
- "hwmon-path": [
- "/sys/class/thermal/thermal_zone0/temp"
- ],
- "critical-threshold": 80,
- "format-critical": "{temperatureC}Β°C",
- "format": "{temperatureC}Β°C",
- },
- "memory": {
- "interval": 3,
- "format": " ο {}% ",
- "max-length": 10,
- },
- "cpu": {
- "interval": 1,
- "format": "{icon} {usage:>2}%",
- "format-icons": [
- "τ ",
- "τ¬ ",
- "τ© ",
- "τͺ ",
- "τ« "
- ],
- },
- "power-profiles-daemon": {
- "format": "{icon}",
- "tooltip-format": "Power profile: {profile}\nDriver: {driver}",
- "tooltip": true,
- "format-icons": {
- "default": "BAL",
- "performance": "PERF",
- "balanced": "BAL",
- "power-saver": "PSAV",
- },
- },
- "custom/powermenu": {
- "format": "β» ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/waybar/scripts/wlogout.sh",
- },
- "tray": {
- "icon-size": 18,
- "spacing": 10,
- },
- "custom/calendar_clock": {
- "exec": "python3 /home/teraflops/.local/bin/list_events_v5_json.py",
- "interval": 120,
- "tooltip": true,
- "return-type": "json",
- },
- "network": {
- "format-wifi": "{icon}",
- "format-disconnected": "σ°€ ",
- "format-icons": [
- "σ°€― ",
- "σ°€ ",
- "σ°€’ ",
- "σ°€₯ ",
- "󰀨 "
- ],
- "tooltip-format-wifi": "{essid}",
- "tooltip-format-disconnected": "Disconnected",
- "nospacing": 1,
- },
- //"battery": {
- // "bat": "BAT1", // Usa el identificador correcto de tu baterΓa
- //"interval": 60,
- //"format": "{icon}",
- //"tooltip": false,
- //"format-icons": ["ο", "ο", "ο", "ο", "ο"],
- //"menu": "on-click",
- //"menu-file": "/home/teraflops/.config/waybar/menu/battery_menu.xml",
- //"menu-actions": {
- // "view_details": "notify send 1",
- //"check_health": "notify send 2",
- //"activate_saving_mode": "notify send 3",
- //},
-"battery": {
- "interval": 60,
- "states": {
- "warning": 30,
- "critical": 15
- },
-//"format": "{icon} {capacity}%",
- "format": "ο {capacity}%",
- "format-plugged": "ο§ {capacity}%",
- "format-icons": ["ο", "ο", "ο", "ο", "ο"],
-"max-length": 25
-},
- "wireplumber": {
- "format": "{icon}",
- "nospacing": 1,
- "tooltip-format": "Volume : {volume}%",
- "format-muted": "σ° ",
- "format-icons": {
- "headphone": "ο₯ ",
- "default": [
- "σ°Ώ ",
- "σ° ",
- "σ°Ύ "
- ],
- },
- "on-click-right": "pavucontrol",
- "on-update": "/usr/bin/pkill -RTMIN+23 waybar",
- // "on-update": "/home/teraflops/.local/bin/show_rate.sh",
- "scroll-step": 3,
- },
- "custom/launcher": {
- "format": " ο ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/rofi/launchers/misc/launcher.sh &",
- },
-}
diff --git a/.config/waybar/config.jsonc_bicolor b/.config/waybar/config.jsonc_bicolor
deleted file mode 100644
index 10e6503..0000000
--- a/.config/waybar/config.jsonc_bicolor
+++ /dev/null
@@ -1,386 +0,0 @@
-{
- "layer": "top",
- "position": "top",
- "margin-top": 1,
- "margin-left": 1,
- "margin-right": 1,
- "margin-bottom": 1,
- "height": 54,
- "spacing": 0,
- "modules-left": [
- "custom/launcher",
- "hyprland/workspaces",
- "cpu",
- "temperature",
- "power-profiles-daemon",
- "memory",
- "custom/fans",
- "custom/weather"
-// "custom/updates"
-// "custom/mpris-buttons"
- ],
- "modules-center": [
- "custom/calendar_clock"
- ],
- "modules-right": [
- //"mpd",
- //"custom/rate",
- // "image#test",
- "custom/lyrics",
- "mpris",
- "custom/roon",
- "tray",
- "custom/wf-recorder",
- //"image#gpu",
- "bluetooth",
- "network",
- "wireplumber",
- "custom/pwrate",
- "battery",
- "custom/powermenu"
- //"hyprland/language"
- //"pulseaudio/slider",
- ],
- "custom/roon": {
- "exec": "cat /tmp/waybar_roon_info.json",
- "format": "{text}",
- "tooltip": true,
- "return-type": "json",
- "signal": 3
- },
-"custom/fans": {
- "exec": "~/.config/waybar/scripts/fan_speed.sh",
- "format": "{text}",
- "markup": "pango",
- "return-type": "json",
- "on-click": "~/.config/waybar/scripts/fan_speed.sh next",
- "on-click-right": "~/.config/waybar/scripts/toggle_fans.sh",
- "interval": 5,
- "tooltip": true
-},
-
-
- "custom/updates": {
- "format": "π¦ {}",
- "exec": "~/.config/waybar/scripts/updates.sh",
- "interval": 18,
- "return-type": "json",
- "tooltip": true,
- "tooltip-format": "{full_text}"
-},
-
- "hyprland/language": {
- "format-es": "es",
- "format-en": "us",
- "keyboard-name": "asus-keyboard",
- "keyboard-name": "melgeek-mojo68-c1-keyboard",
- "keyboard-name": "mwstudio-mmkzoo65-keyboard",
- "on-click": "hyprctl switchxkblayout mwstudio-mmkzoo65-keyboard next"
- },
- "custom/mpris-buttons": {
- "exec": "~/.config/waybar/scripts/mpris_buttons.sh",
- // "interval": 1,
- "return-type": "json",
- "on-click": "playerctl play-pause",
- "on-click-right": "playerctl next",
- "on-click-middle": "playerctl previous",
- "signal": 24
-},
-
- "pulseaudio/slider": {
- "min": 0,
- "max": 100,
- "orientation": "vertical"
- },
- "custom/network_speed": {
- "exec": "/home/teraflops/.local/bin/network_speed_client.py",
- "interval": 1,
- "return-type": "json",
- "format": "{}",
- "tooltip": true,
- },
- "image#gpu": {
- "exec": "/tmp/gpu.sh",
- "size": 18,
- // "interval": 1,
- // "signal": 3,
- "tooltip": true,
- "on-click": "python /home/teraflops/.local/bin/comandos.py",
- },
- "custom/lyrics": {
- "format": "{text}",
- "exec": "/home/teraflops/.config/waybar/scripts/lyrics_module.sh",
- "return-type": "json",
- "escape": true,
- "interval": 10,
- "on-empty": "hide",
- //"on-click": "termite -t playlist -e ncmpcpp",
- "on-click": "/home/teraflops/.config/waybar/scripts/show_cover.py",
- //"on-scroll-down": "/home/teraflops/.config/waybar/scripts/lyrics_scroll.sh",
- "signal": 9
- },
-"mpris": {
- "format": "{title}",
- "format-paused": "βΈ {title}",
- "tooltip-format": "{title}\n{artist} ",
- //"title-len": 20,
- "artist-len": 0,
- "album-len": 0,
- "dynamic-len": 20,
- "ellipsis": "β¦",
- "expand": false,
- "max-length": 60,
- // "min-length": 25,
- "tooltip": true,
- //"ignored-players": ["firefox"],
-},
-
-
- "hyprland/workspaces": {
- "on-click": "activate",
- "format": "{icon}",
- "format-icons": {
- "default": "ξ©±",
- "1": "ξ©±",
- "2": "ξ©±",
- "3": "ξ©±",
- "4": "ξ©±",
- "active": "σ±»",
- "urgent": "σ±»",
- },
- "persistent-workspaces": {
- "*": 4,
- },
- },
- "custom/inetspeedup": {
- "format": "{}",
- "exec": "/home/teraflops/.config/waybar/scripts/inetup.py",
- "on-click": "/home/teraflops/.config/waybar/scripts/inetup.py toggle",
- "interval": 10,
- "return-type": "json",
- "signal": 20,
- },
- "custom/inetspeeddown": {
- "format": "{}",
- "exec": "/home/teraflops/.config/waybar/scripts/inetdown.py",
- "on-click": "/home/teraflops/.config/waybar/scripts/inetdown.py toggle",
- "interval": 10,
- "return-type": "json",
- "signal": 21,
- },
- "custom/borg": {
- //pkill -RTMIN+12 waybar
- "format": "BACKUP RUNNING",
- "exec": "echo '{\"class\": \"running\"}'",
- "exec-if": "pgrep -x pika-backup",
- "return-type": "json",
- "signal": 12,
- },
- "custom/wf-recorder": {
- //pkill -RTMIN+11 waybar
- "format": "β’ ",
- "exec": "echo '{\"class\": \"recording\"}'",
- "exec-if": "pgrep -x wf-recorder",
- "return-type": "json",
- "signal": 11,
- },
- "custom/tailscale": {
- "format": "VPN",
- "exec": "echo '{\"class\": \"vpn\"}'",
- "exec-if": "pgrep -x tailscaled",
- "return-type": "json",
- "signal": 22,
- },
- "custom/pwrate": {
- "exec": "/home/teraflops/.local/bin/pwrate3.sh",
- "return-type": "json",
- "format": "{}",
- "signal": 23
- },
- "custom/rate": {
- //pkill -RTMIN+15 waybar
- //"exec": "/home/teraflops/.local/bin/show_rate.sh",
- "exec": "python /home/teraflops/.local/bin/now_playing_tooltip.py",
- //"exec": "echo '{\"text\":\"π΅\", \"tooltip\":\"Testing Tooltip\"}'", // Simple test module
- "tooltip": true,
- "return-type": "json",
- "escape": false,
- "on-click": "python /home/teraflops/.local/bin/now_playing_tooltip.py toggle",
- "on-click-right": "pkill -Af now_playing_tooltip.py",
- "signal": 15,
- "class": "rate-module",
- },
- "backlight": {
- "device": "amdgpu_bl1",
- "format": "{icon}",
- "format-icons": [
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ ",
- "ξ’ ",
- "ξ£ ",
- ],
- },
- "custom/weather": {
- "exec": "python ~/.config/waybar/scripts/weather.py",
- "restart-interval": 300,
- "return-type": "json",
- // "on-click": "xdg-open https://weather.com/en-IN/weather/today/l/$(location_id)"
- // "format-alt": "{alt}",
- },
- "bluetooth": {
- "format": "ο",
- "format-connected": "ο",
- "format-connected-battery": "σ°΄ ",
- "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
- "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
- "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
- "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
- "on-click": "/home/teraflops/.config/waybar/scripts/bt_menu.py",
- },
- "hyprland/window": {
- "max-length": 60,
- "format": "{}",
- "separate-outputs": true,
- },
- "temperature": {
- "hwmon-path": [
- "/sys/class/thermal/thermal_zone0/temp"
- ],
- "critical-threshold": 80,
- "format": "cpu: {temperatureC}Β°C",
- "format-critical": "cpu: {temperatureC}Β°C"
- },
-"memory": {
- "interval": 3,
- "format": "ο {}%",
- "markup": "pango",
- "max-length": 10
-},
-
-"cpu": {
- "interval": 1,
- "format": "cpu: {usage}%",
- "format-icons": [
- "τ ",
- "τ¬ ",
- "τ© ",
- "τͺ ",
- "τ« "
- ],
- "markup": "pango"
-},
-
- "power-profiles-daemon": {
- "format": "{icon}",
- "tooltip-format": "Power profile: {profile}\nDriver: {driver}",
- "tooltip": true,
- "format-icons": {
- "default": "BAL",
- "performance": "PERF",
- "balanced": "BAL",
- "power-saver": "PSAV",
- },
- },
- "custom/powermenu": {
- "format": "β» ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/waybar/scripts/wlogout.sh",
- },
- "tray": {
- "icon-size": 18,
- "spacing": 10,
- },
- "custom/calendar_clock": {
- "exec": "python3 /home/teraflops/.local/bin/list_events_v5_json.py",
- "interval": 120,
- "tooltip": true,
- "return-type": "json",
- },
- "network": {
- "format-wifi": "{icon}",
- "format-disconnected": "σ°€ ",
- "format-icons": [
- "σ°€― ",
- "σ°€ ",
- "σ°€’ ",
- "σ°€₯ ",
- "󰀨 "
- ],
- "tooltip-format-wifi": "{essid}",
- "tooltip-format-disconnected": "Disconnected",
- "nospacing": 1,
- "on-click": "/home/teraflops/.config/waybar/scripts/wifi_menu.py",
- },
- //"battery": {
- // "bat": "BAT1", // Usa el identificador correcto de tu baterΓa
- //"interval": 60,
- //"format": "{icon}",
- //"tooltip": false,
- //"format-icons": ["ο", "ο", "ο", "ο", "ο"],
- //"menu": "on-click",
- //"menu-file": "/home/teraflops/.config/waybar/menu/battery_menu.xml",
- //"menu-actions": {
- // "view_details": "notify send 1",
- //"check_health": "notify send 2",
- //"activate_saving_mode": "notify send 3",
- //},
- "battery": {
- "interval": 60,
- "states": {
- "warning": 30,
- "critical": 15,
- },
- "format": "{icon}",
- "format-charging": "οΆ ",
- "format-plugged": "{icon}",
- "format-icons": [
- "ο ",
- "ο ",
- "ο ",
- "ο ",
- "ο "
- ],
- "max-length": 18,
- "menu": "on-click",
- "menu-file": "/home/teraflops/.config/waybar/menu/battery_menu.xml",
- "menu-actions": {
- "view_details": "/home/teraflops/.config/waybar/scripts/view_battery_details_yad.sh",
- "check_health": "/home/teraflops/.config/waybar/scripts/check_battery_health_yad.sh",
- },
- },
- "wireplumber": {
- "format": "{icon}",
- "nospacing": 1,
- "tooltip-format": "Volume : {volume}%",
- "format-muted": "σ° ",
- "format-icons": {
- "headphone": "ο₯ ",
- "default": [
- "σ°Ώ ",
- "σ° ",
- "σ°Ύ "
- ],
- },
- "on-click": "/home/teraflops/.config/waybar/scripts/volume_menu.py",
- "on-click-right": "pavucontrol",
- "on-update": "/usr/bin/pkill -RTMIN+23 waybar && /usr/bin/pkill -RTMIN+24 waybar ",
- // "on-update": "/home/teraflops/.local/bin/show_rate.sh",
- "scroll-step": 3,
- },
- "custom/launcher": {
- "format": " ο ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/rofi/launchers/misc/launcher.sh &",
- },
-}
diff --git a/.config/waybar/style.css_ b/.config/waybar/style.css_
deleted file mode 100644
index 53decd7..0000000
--- a/.config/waybar/style.css_
+++ /dev/null
@@ -1,596 +0,0 @@
-* {
- font-family: "Ubuntu Nerd Font", "Font Awesome 6 Pro";
- font-size: 15px;
-}
-window#waybar {
- background-color: #242933;
- color: #ffffff;
- border-radius: 8px;
- border-width: 3px;
- border-color: #3b4252;
- border-style: solid;
-}
-
-window#waybar.hidden {
- opacity: 0.1;
-}
-
-#window {
- color: #64727d;
- margin-left: 50px;
- margin-right: 50px;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#workspaces,
-#custom-calendar_clock,
-#custom-weather,
-#cpu,
-#memory,
-#custom-btrfs,
-#custom-mouse_battery,
-#custom-headset_battery,
-#custom-updtes,
-#custom-rate,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#tray,
-#custom-separator,
-#mode,
-#custom-lock,
-#workspaces,
-#idle_inhibitor,
-#power-profiles-daemon,
-#custom-fans,
-#custom-powermenu,
-#custom-launcher,
-#custom-vpn,
-#custom-borg,
-#temperature,
-#custom-temps,
-#cpu {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-
-#mpris {
- color: #fa9f8e;
-}
-#custom-roon {
- color: #fa9f8e;
-}
-#custom-dmp_nowplaying {
- color: #fa9f8e;
-}
-#custom-lyrics {
- margin-left: 10px;
- margin-right: 10px;
-}
-#image {
- margin-left: 10px;
- margin-right: 10px;
-}
-
-#temperature {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-temps {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-tailscale {
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#cutom-borg {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#power-profiles-daemon {
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-fans {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#memory {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-btrfs {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-mouse_battery {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-headset_battery {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-updates {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-inetspeeddown {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-inetspeedup {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-
-@keyframes button_activate {
- from {
- opacity: 0.3;
- }
- to {
- opacity: 1;
- }
-}
-
-#workspaces button {
- border: none;
- color: #d4d2a9;
- padding: 3px;
- background: transparent;
- box-shadow: none;
-}
-
-#workspaces button.active {
- color: #81a1c1;
- background: radial-gradient(
- circle,
- rgba(20, 48, 187, 0.699) 5%,
- rgba(36, 39, 54, 0.5) 18%,
- rgba(132, 129, 156, 0) 23%,
- rgba(70, 76, 98, 0.201) 24%,
- rgba(132, 129, 156, 0) 30%
- );
- animation: button_activate 0.2s ease-in-out;
-}
-
-#workspaces button.urgent {
- color: #fa9f8e;
-}
-
-
-#workspaces button.persistent {
- color: #85909e;
-}
-
-#workspaces button:hover {
- border: none;
- background: radial-gradient(
- circle,
- rgba(25, 79, 255, 0.1) 20%,
- rgba(132, 129, 156, 0) 30%
- );
-}
-
-#workspaces button.active:hover,
-#workspaces button.urgent:hover {
- background: inherit;
-}
-
-#custom-launcher {
- margin-left: 10px;
- margin-right: 10px;
-
- padding-right: 5px;
- padding-left: 0px;
-
- font-size: 22px;
-
- color: #7a95c9;
-
- margin-top: 1px;
- margin-bottom: 1px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#workspaces,
-#custom-calendar_clock,
-#custom-weather,
-#custom-network_speed,
-#cpu,
-#custom-song_name,
-#custom-vpn,
-#custom-borg,
-#temperature,
-#custom-temps,
-#custom-fans,
-#power-profiles-daemon,
-#memory,
-#custom-btrfs,
-#custom-mouse_battery,
-#custom-headset_battery,
-#custom-updates,
-#custom-tailscale,
-#custom-rate,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#pulseaudio,
-#custom-separator,
-#tray #network {
- background-color: #3b4252;
- padding: 0em 2em;
-
- font-size: 20px;
-
- padding-left: 7.5px;
- padding-right: 7.5px;
-
- padding-top: 2px;
- padding-bottom: 2px;
-
- margin-top: 10px;
- margin-bottom: 10px;
- margin-right: 10px;
-
- font-size: 19px;
-}
-#custom-separator {
- color: #1b5e20;
- margin: 0 5px;
-}
-#workspaces {
- padding-right: 10px;
-}
-#custom-pwrate {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: 15px;
- font-size: 13px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -15px;
-}
-
-#wireplumber {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: 10px;
- font-size: 23px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -15px;
-}
-
-#wireplumber.muted {
- color: #fb958b;
- padding-left: 10px;
- font-size: 23px;
- border-radius: 0px 8px 8px 0px;
-}
-
-#backlight {
- color: #81a1c1;
- padding-left: 10px;
- padding-right: 10px;
- font-size: 24px;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-wf-recorder {
- color: #ff0000;
-}
-
-#network {
- padding-left: 0.2em;
- color: #5e81ac;
- border-radius: 8px 8px 8px 8px;
- padding-left: 12px;
- padding-right: 12px;
- font-size: 19px;
-}
-
-#network.disconnected {
- color: #fb958b;
-}
-
-#battery {
- color: #81a1c1;
- font-size: 14px;
-}
-
-#battery.critical,
-#battery.warning,
-#battery.full,
-#battery.plugged {
- color: #81a1c1;
- font-size: 14px;
-}
-
-#battery.charging {
- font-size: 14px;
-}
-
-#battery.full,
-#battery.plugged {
- font-size: 14px;
-}
-
-@keyframes blink {
- to {
- background-color: rgba(30, 34, 42, 0.5);
- color: #abb2bf;
- }
-}
-
-#battery.warning {
- color: #ecd3a0;
-}
-
-#battery.critical:not(.charging) {
- color: #fb958b;
-}
-
-#custom-lock {
- color: #ecd3a0;
- padding: 0 15px 0 15px;
- margin-left: 7px;
- margin-top: 7px;
- margin-bottom: 7px;
-}
-
-#custom-calendar_clock {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#bluetooth {
- color: #fb958b;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.on {
- color: #fb958b;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.connected {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.off {
- color: #8a909e;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#custom-powermenu {
- color: #e78284;
- margin-right: 12px;
- margin-left: 12px;
- border-radius: 8px;
- padding: 0 6px 0 6.8px;
- margin-top: 7px;
- margin-bottom: 7px;
-}
-
-tooltip {
- font-family: Ubuntu Nerd Font;
- border-radius: 8px;
- padding: 15px;
- background-color: #242933;
-}
-
-tooltip label {
- font-family: Ubuntu Nerd Font;
- padding: 5px;
- background-color: #242933;
-}
-
-#now_playing > tooltip {
- background-color: red;
-}
-
-label:focus {
- background-color: #242933;
-}
-
-#tray {
- margin-right: 10px;
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 30px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#tray > .passive {
- -gtk-icon-effect: dim;
-}
-
-#tray > .needs-attention {
- -gtk-icon-effect: highlight;
- background-color: #eb4d4b;
-}
-
-#idle_inhibitor {
- background-color: #242933;
-}
-
-#idle_inhibitor.activated {
- background-color: #ecf0f1;
- color: #2d3436;
-}
-
-#memory,
-#custom-btrfs,
-#custom-mouse_battery,
-#custom-headset_battery,
-#custom-updates,
-#custom-rate,
-#custom-tailscale,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#cpu {
- font-size: 15px;
-}
-
-#mpris {
- font-size: 15px;
-}
-#custom-roon {
- font-size: 15px;
-}
-
-#custom-dmp_nowplaying {
- font-size: 15px;
-}
-
-#power-profiles-daemon {
- font-size: 15px;
-}
-#custom-fans {
- font-size: 15px;
-}
-#temperature {
- font-size: 15px;
-}
-#custom-temps {
- font-size: 15px;
-}
-
-#custom-vpn {
- font-size: 15px;
-}
-#custom-borg {
- font-size: 15px;
-}
-#custom-song_name,
-#custom-spotify,
-#custom-next,
-#custom-pre {
- background-color: #3b4252;
- font-size: 20px;
- padding-right: 6.5px;
- margin-top: 10px;
- margin-bottom: 10px;
- font-weight: bold;
-}
-
-#custom-weather.severe {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.sunnyDay {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.clearNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.cloudyFoggyDay,
-#custom-weather.cloudyFoggyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.rainyDay,
-#custom-weather.rainyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.showyIcyDay,
-#custom-weather.snowyIcyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-network_speed {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-#waybar.info {
- background-color: rgba(10, 10, 10, 0.0);
- font-family: JetBrainsMonoNL Nerd Font Mono;
- font-size: 14px;
-}
-
-#submap {
- background-color: rgba(10, 10, 10, 0.8);
- color: rgba(152, 239, 106, 1);
-}
diff --git a/.config/waybar/style.css_bicolor b/.config/waybar/style.css_bicolor
deleted file mode 100644
index abe3cd8..0000000
--- a/.config/waybar/style.css_bicolor
+++ /dev/null
@@ -1,549 +0,0 @@
-* {
- font-family: "Ubuntu Nerd Font", "Font Awesome 6 Pro";
- font-size: 15px;
-}
-window#waybar {
- background-color: #242933;
- color: #ffffff;
- border-radius: 8px;
- border-width: 3px;
- border-color: #3b4252;
- border-style: solid;
-}
-
-window#waybar.hidden {
- opacity: 0.1;
-}
-
-#window {
- color: #64727d;
- margin-left: 50px;
- margin-right: 50px;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#workspaces,
-#custom-calendar_clock,
-#custom-weather,
-#cpu,
-#memory,
-#custom-rate,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#tray,
-#custom-separator,
-#mode,
-#custom-lock,
-#workspaces,
-#idle_inhibitor,
-#power-profiles-daemon,
-#custom-fans,
-#custom-powermenu,
-#custom-launcher,
-#custom-vpn,
-#custom-borg,
-
-
-#cpu {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#mpris {
- color: #fa9f8e;
-}
-#custom-roon {
- color: #fa9f8e;
-}
-#custom-lyrics {
- margin-left: 10px;
- margin-right: 10px;
-}
-#image {
- margin-left: 10px;
- margin-right: 10px;
-}
-
-#temperature {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-tailscale {
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#cutom-borg {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#power-profiles-daemon {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-fans {
- color: #fa9f8e;
- border-radius: 8px 8px 8px 8px;
-}
-#memory {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-inetspeeddown {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-inetspeedup {
- font-size: 15px;
- color: #81a1c1;
- border-radius: 8px 8px 8px 8px;
-}
-
-@keyframes button_activate {
- from {
- opacity: 0.3;
- }
- to {
- opacity: 1;
- }
-}
-
-#workspaces button {
- border: none;
- color: #d4d2a9;
- padding: 3px;
- background: transparent;
- box-shadow: none;
-}
-
-#workspaces button.active {
- color: #81a1c1;
- background: radial-gradient(
- circle,
- rgba(20, 48, 187, 0.699) 5%,
- rgba(36, 39, 54, 0.5) 18%,
- rgba(132, 129, 156, 0) 23%,
- rgba(70, 76, 98, 0.201) 24%,
- rgba(132, 129, 156, 0) 30%
- );
- animation: button_activate 0.2s ease-in-out;
-}
-
-#workspaces button.urgent {
- color: #fa9f8e;
- background: radial-gradient(
- circle,
- rgba(25, 79, 255, 0.3) 20%,
- rgba(132, 129, 156, 0) 30%
- );
-}
-
-#workspaces button.persistent {
- color: #85909e;
-}
-
-#workspaces button:hover {
- border: none;
- background: radial-gradient(
- circle,
- rgba(25, 79, 255, 0.1) 20%,
- rgba(132, 129, 156, 0) 30%
- );
-}
-
-#workspaces button.active:hover,
-#workspaces button.urgent:hover {
- background: inherit;
-}
-
-#custom-launcher {
- margin-left: 10px;
- margin-right: 10px;
-
- padding-right: 5px;
- padding-left: 0px;
-
- font-size: 22px;
-
- color: #7a95c9;
-
- margin-top: 1px;
- margin-bottom: 1px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#workspaces,
-#custom-calendar_clock,
-#custom-weather,
-#custom-network_speed,
-#cpu,
-#custom-song_name,
-#custom-vpn,
-#custom-borg,
-#temperature,
-#custom-fans,
-#power-profiles-daemon,
-#memory,
-#custom-tailscale,
-#custom-rate,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#pulseaudio,
-#custom-separator,
-#tray #network {
- background-color: #3b4252;
- padding: 0em 2em;
-
- font-size: 20px;
-
- padding-left: 7.5px;
- padding-right: 7.5px;
-
- padding-top: 2px;
- padding-bottom: 2px;
-
- margin-top: 10px;
- margin-bottom: 10px;
- margin-right: 10px;
-
- font-size: 19px;
-}
-#custom-separator {
- color: #1b5e20;
- margin: 0 5px;
-}
-#workspaces {
- padding-right: 10px;
-}
-#custom-pwrate {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: 15px;
- font-size: 13px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -15px;
-}
-
-#wireplumber {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: 10px;
- font-size: 23px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -15px;
-}
-
-#wireplumber.muted {
- color: #fb958b;
- padding-left: 10px;
- font-size: 23px;
- border-radius: 0px 8px 8px 0px;
-}
-
-#backlight {
- color: #81a1c1;
- padding-left: 10px;
- padding-right: 10px;
- font-size: 24px;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-wf-recorder {
- color: #ff0000;
-}
-
-#network {
- padding-left: 0.2em;
- color: #5e81ac;
- border-radius: 8px 8px 8px 8px;
- padding-left: 12px;
- padding-right: 12px;
- font-size: 19px;
-}
-
-#network.disconnected {
- color: #fb958b;
-}
-
-#battery {
- color: #81a1c1;
- font-size: 19px;
-}
-
-#battery.critical,
-#battery.warning,
-#battery.full,
-#battery.plugged {
- color: #81a1c1;
- font-size: 19px;
-}
-
-#battery.charging {
- font-size: 19px;
-}
-
-#battery.full,
-#battery.plugged {
- font-size: 19px;
-}
-
-@keyframes blink {
- to {
- background-color: rgba(30, 34, 42, 0.5);
- color: #abb2bf;
- }
-}
-
-#battery.warning {
- color: #ecd3a0;
-}
-
-#battery.critical:not(.charging) {
- color: #fb958b;
-}
-
-#custom-lock {
- color: #ecd3a0;
- padding: 0 15px 0 15px;
- margin-left: 7px;
- margin-top: 7px;
- margin-bottom: 7px;
-}
-
-#custom-calendar_clock {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#bluetooth {
- color: #fb958b;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.on {
- color: #fb958b;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.connected {
- color: #81a1c1;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#bluetooth.off {
- color: #8a909e;
- padding-left: 10px;
- margin-right: -5px;
- font-size: 18px;
- border-radius: 0px 8px 8px 0px;
- margin-left: -5px;
-}
-
-#custom-powermenu {
- color: #e78284;
- margin-right: 12px;
- margin-left: 12px;
- border-radius: 8px;
- padding: 0 6px 0 6.8px;
- margin-top: 7px;
- margin-bottom: 7px;
-}
-
-tooltip {
- font-family: Ubuntu Nerd Font;
- border-radius: 8px;
- padding: 15px;
- background-color: #242933;
-}
-
-tooltip label {
- font-family: Ubuntu Nerd Font;
- padding: 5px;
- background-color: #242933;
-}
-
-#now_playing > tooltip {
- background-color: red;
-}
-
-label:focus {
- background-color: #242933;
-}
-
-#tray {
- margin-right: 10px;
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 30px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#tray > .passive {
- -gtk-icon-effect: dim;
-}
-
-#tray > .needs-attention {
- -gtk-icon-effect: highlight;
- background-color: #eb4d4b;
-}
-
-#idle_inhibitor {
- background-color: #242933;
-}
-
-#idle_inhibitor.activated {
- background-color: #ecf0f1;
- color: #2d3436;
-}
-
-#memory,
-#custom-rate,
-#custom-tailscale,
-#custom-inetspeedup,
-#custom-inetspeeddown,
-#cpu {
- font-size: 15px;
-}
-
-#mpris {
- font-size: 15px;
-}
-#custom-roon {
- font-size: 15px;
-}
-
-#power-profiles-daemon {
- font-size: 15px;
-}
-#custom-fans {
- font-size: 15px;
-}
-#temperature {
- font-size: 15px;
-}
-#custom-vpn {
- font-size: 15px;
-}
-#custom-borg {
- font-size: 15px;
-}
-#custom-song_name,
-#custom-spotify,
-#custom-next,
-#custom-pre {
- background-color: #3b4252;
- font-size: 20px;
- padding-right: 6.5px;
- margin-top: 10px;
- margin-bottom: 10px;
- font-weight: bold;
-}
-
-#custom-weather.severe {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.sunnyDay {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.clearNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.cloudyFoggyDay,
-#custom-weather.cloudyFoggyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.rainyDay,
-#custom-weather.rainyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather.showyIcyDay,
-#custom-weather.snowyIcyNight {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-
-#custom-weather {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-#custom-network_speed {
- color: #8a909e;
- font-size: 15px;
- font-weight: bold;
- margin-top: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-radius: 8px 8px 8px 8px;
-}
-#waybar.info {
- background-color: rgba(10, 10, 10, 0.0);
- font-family: JetBrainsMonoNL Nerd Font Mono;
- font-size: 14px;
-}
-
-#submap {
- background-color: rgba(10, 10, 10, 0.8);
- color: rgba(152, 239, 106, 1);
-}
diff --git a/.config/waybar/sway_config b/.config/waybar/sway_config
deleted file mode 100644
index 061f7ea..0000000
--- a/.config/waybar/sway_config
+++ /dev/null
@@ -1,210 +0,0 @@
-{
- "layer": "top",
- "position": "top",
- "margin-top": 10,
- "margin-left": 10,
- "margin-right": 10,
- "height": 54,
- "spacing": 0,
- "modules-left": ["custom/launcher","sway/workspaces","cpu","temperature","power-profiles-daemon","memory","custom/vpn"],
- "modules-center": ["sway/window"],
- "modules-right": ["tray","custom/wf-recorder","bluetooth","network", "wireplumber","custom/weather","clock","battery","custom/powermenu"],
-
-// "sway/workspaces": {
-// "on-click": "activate",
-// "format": "{icon}",
-// "format-icons": {
-// "default": "ξ©±",
-// "1": "ξ©±",
-// "2": "ξ©±",
-// "3": "ξ©±",
-// "4": "ξ©±",
-// "active": "σ±»",
-// "urgent": "σ±»",
-// },
-// "persistent-workspaces": {
-// "*": 4,
-// }
- // },
-
- "sway/workspaces": {
- "disable-scroll": true,
- "all-outputs": true,
- "format": "{icon}",
- "format-icons": {
- "1": "ξ©±",
- "2": "ξ©±",
- "3": "ξ©±",
- "4": "ξ©±",
- "urgent": "σ±»",
- "focused": "σ±»",
- "default": "ο"
- },
- "persistent-workspaces": {
- "1": [],
- "2": [],
- "3": [],
- "4": []
- }
- },
-
- "custom/vpn": {
- //pkill -RTMIN+10 waybar
- "format": "VPN ο£",
- "exec": "echo '{\"class\": \"connected\"}'",
- "exec-if": "test -d /proc/sys/net/ipv4/conf/wg0",
- "return-type": "json",
- "signal": 10,
- },
-
- "custom/wf-recorder": {
- //pkill -RTMIN+11 waybar
- "format": "β’ ",
- "exec": "echo '{\"class\": \"recording\"}'",
- "exec-if": "pgrep -x wf-recorder >/dev/null",
- "return-type": "json",
- "signal": 11,
- },
-
-
- "backlight": {
- "device": "amdgpu_bl1",
- "format": "{icon}",
- "format-icons": ["ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ ","ξ’ ","ξ£ "]
- },
-
- "custom/weather": {
- "exec": "python ~/.config/waybar/scripts/weather.py",
- "restart-interval": 300,
- "return-type": "json",
- // "on-click": "xdg-open https://weather.com/en-IN/weather/today/l/$(location_id)"
- // "format-alt": "{alt}",
- },
-
- "bluetooth": {
- "format": "ο",
- "format-connected": "ο",
- "format-connected-battery": "ο",
- "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
- "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
- "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
- "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
- "on-click": "/home/teraflops/.local/bin/bt.sh",
- "on-click-right" :"bluetoothctl connect 88:C9:E8:EF:69:1E",
- },
-
- "hyprland/window": {
- "max-length": 80,
- "format": "{}",
- "separate-outputs": true,
- },
-
- "temperature": {
- "hwmon-path": ["/sys/class/thermal/thermal_zone0/temp"],
- "critical-threshold": 80,
- "format-critical": "{temperatureC}Β°C",
- "format": "{temperatureC}Β°C"
- },
-
- "memory": {
- "interval": 3,
- "format": " ο {}% ",
- "max-length": 10
- },
-
- "cpu": {
- "interval": 1,
- "format": " οΎ {}% ",
- "max-length": 10
- },
-
- "power-profiles-daemon": {
- "format": "{icon}",
- "tooltip-format": "Power profile: {profile}\nDriver: {driver}",
- "tooltip": true,
- "format-icons": {
- "default": "BAL",
- "performance": "PERF",
- "balanced": "BAL",
- "power-saver": "PSAV"
- }
- },
-
- "custom/powermenu": {
- "format": "β» ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/waybar/scripts/wlogout.sh"
- },
-
- "tray": {
- "spacing": 10
- },
-
- "clock": {
- "tooltip-format": "{calendar}",
- "format-alt": " {:%a, %d %b %Y} ",
- "format": " {:%H:%M} ",
- "calendar": {
- "weeks-pos" : "none",
- "on-scroll" : 1,
- "format": {
- "months": "{}",
- "days": "{}",
- "weeks": "W{}",
- "weekdays": "{}",
- "today": "{}"
- }
- },
- "actions": {
- "on-click-right": "none",
- "on-click-forward": "tz_up",
- "on-click-backward": "tz_down",
- "on-scroll-up": "shift_up",
- "on-scroll-down": "shift_down"
- }
- },
-
- "network": {
- "format-wifi": "{icon}",
- "format-disconnected": "σ°€ ",
- "format-icons": ["σ°€― ","σ°€ ","σ°€’ ","σ°€₯ ","󰀨 "],
- "tooltip-format-wifi": "{essid}",
- "tooltip-format-disconnected": "Disconnected",
- "nospacing": 1,
- },
-
- "battery": {
- "interval": 60,
- "states": {
- "warning": 30,
- "critical": 15
- },
- "format": "{icon}",
- "format-charging": "οΆ ",
- "format-plugged": "{icon}",
- "format-icons": ["ο ", "ο ", "ο ", "ο ", "ο "],
- "max-length": 25,
- "on-click": "gnome-terminal -- battop",
- },
-
- "wireplumber": {
- "format": "{icon}",
- "nospacing": 1,
- "tooltip-format": "Volume : {volume}%",
- "format-muted": "σ° ",
- "format-icons": {
- "headphone": "ο₯ ",
- "default": ["σ°Ώ ", "σ° ", "σ°Ύ "]
- },
- "on-click": "pamixer -t",
- "on-click-right": "pavucontrol",
- "scroll-step": 5,
- },
-
- "custom/launcher": {
- "format": " ο ",
- "tooltip": false,
- "on-click": "/home/teraflops/.config/rofi/launchers/misc/launcher.sh &"
- },
-}
-