idk exactly

This commit is contained in:
Robin
2025-08-03 12:29:06 +02:00
parent 29d04598d0
commit e3b728ad89
7 changed files with 52 additions and 115 deletions

View File

@@ -4,7 +4,7 @@
"reload_style_on_change": true,
"modules-left": ["custom/notification","clock","custom/pacman"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["tray"],
"modules-right": ["network","bluetooth","tray"],
"hyprland/workspaces": {
@@ -30,7 +30,7 @@
"tooltip-format": "<tt>{calendar}</tt>",
"calendar": {
"format": {
"today": "<span color='#fAfBfC'><b>{}</b></span>"
"today": "<span color='#CACBFC'><b>{}</b></span>"
}
},
"actions": {
@@ -39,20 +39,20 @@
}
},
"network": {
"format-wifi": "",
"format-ethernet":"",
"format-disconnected": "",
"format-wifi": " ",
"format-ethernet":" ",
"format-disconnected": " ",
"tooltip-format-disconnected": "Error",
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname} 🖧 ",
"on-click": "kitty nmtui"
},
"bluetooth": {
"format-on": "󰂯",
"format-off": "BT-off",
"format-disabled": "󰂲",
"format-on": "󰂯 ",
"format-off": "BT-off ",
"format-disabled": "󰂲 ",
"format-connected-battery": "{device_battery_percentage}% 󰂯",
"format-alt": "{device_alias} 󰂯",
"format-alt": "{device_alias} 󰂯 ",
"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}\n{device_address}",
@@ -80,7 +80,7 @@
],
},
"custom/pacman": {
"format": "󰅢 {}",
"format": "󰅢 {}",
"interval": 30,
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",

View File

@@ -2,21 +2,21 @@
* {
font-size:15px;
font-family: "CodeNewRoman Nerd Font Propo";
font-family: "CaskaydiaCove Nerd Font";
}
window#waybar{
all:unset;
}
.modules-left {
padding:7px;
margin:10 0 5 10;
padding:9px;
margin:10 10 5 10;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.modules-center {
padding:7px;
margin:10 0 5 0;
margin:10 10 5 5;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);