Updated config

This commit is contained in:
Eduard Urbach 2025-01-24 11:04:56 +01:00
parent f0f26f7b6b
commit 56aa5d1e9d
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
6 changed files with 36 additions and 32 deletions

View File

@ -1,4 +1,6 @@
XDG_CACHE_HOME=$HOME/.cache
XDG_CONFIG_HOME=$HOME/.config
XDG_DATA_HOME=$HOME/.local/share
XDG_BIN_HOME=$HOME/.local/bin
XDG_LIB_HOME=$HOME/.local/lib
XDG_STATE_HOME=$HOME/.local/state

View File

@ -1,5 +1,6 @@
BROWSER=firefox
EDITOR=nvim
LANG=en_US.UTF-8
PAGER=less
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
TERMINAL=foot

View File

@ -13,9 +13,9 @@ windowrulev2 = suppressevent maximize, class:.*
windowrulev2 = float, class:($wallpaper)
# No gaps when there is a single window
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]

View File

@ -1,16 +1,16 @@
{
"layer": "top",
"position": "top",
"position": "bottom",
"modules-left": [
"hyprland/workspaces"
"custom/os",
"hyprland/window"
],
"modules-center": [
"clock"
],
"modules-right": [
"group/hardware",
"custom/updates",
"wireplumber",
"clock"
],
"group/hardware": {
"orientation": "horizontal",
@ -20,6 +20,7 @@
"temperature",
"memory",
"disk",
"network"
],
},
"include": "~/.config/waybar/modules.jsonc",

View File

@ -1,14 +1,14 @@
{
"clock": {
"interval": 60,
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
"format": "<span color='#ffffff40'> </span> {:%H:%M}",
"tooltip-format": "{:%A, %Y-%m-%d}",
"on-click": "$TERMINAL -e peaclock",
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
},
"cpu": {
"interval": 2,
"format": "<span color='#ffffff40'>{icon}</span> {usage}%",
"format": "<span color='#ffffff40'>{icon} </span> {usage}%",
"format-icons": ["󰾆", "󰾅", "󰓅"],
"max-length": 10,
"on-click": "$TERMINAL -e btop",
@ -34,30 +34,23 @@
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
"network#up": {
"network": {
"interval": 2,
"format": "<span color='#ffffff40'> </span>{bandwidthUpBits}",
"tooltip-format": " {ifname} upload",
"format-ethernet": "<span color='#ffffff40'>󰛳 </span> {bandwidthTotalBytes}",
"format-disconnected": "<span color='#ffffff40'> </span>",
"max-length": 10,
"on-click": "$TERMINAL -e nethogs",
},
"network#down": {
"interval": 2,
"format": "<span color='#ffffff40'> </span>{bandwidthDownBits}",
"tooltip-format": " {ifname} download",
"max-length": 10,
"on-click": "$TERMINAL -e nethogs",
"on-click": "$TERMINAL -e bandwhich",
},
"disk": {
"interval": 30,
"format": "<span color='#ffffff40'>󰋊 </span>{used}",
"path": "/",
"max-length": 10,
"on-click": "$TERMINAL -e dua i",
"on-click": "$TERMINAL -e dua i /",
},
"mpris": {
"format": "<span color='#ffffff40'>{player_icon}</span> {title}",
"format-paused": "<span color='#ffffff40'>{status_icon}</span> {title}",
"format": "<span color='#ffffff40'>{player_icon} </span> {title}",
"format-paused": "<span color='#ffffff40'>{status_icon} </span> {title}",
"player-icons": {
"default": "󰝚",
"mpv": "󰝚"
@ -70,10 +63,11 @@
"temperature": {
"interval": 2,
"format": "<span color='#ffffff40'></span> {temperatureC} C",
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"on-click": "$TERMINAL -e watch -n 1 sensors",
},
"wireplumber": {
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
"format": "<span color='#ffffff40'>{icon} </span> {volume}%",
"format-muted": "",
"scroll-step": 5,
"format-icons": ["", "", ""],
@ -101,12 +95,15 @@
"custom/os":{
"format": "",
"tooltip": false,
"on-click": "$TERMINAL --hold -e fastfetch",
"on-click": "fuzzel",
},
"tray": {
"icon-size": 21,
"spacing": 10
},
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 14,
"icon-theme": "Adwaita",
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",

View File

@ -2,8 +2,8 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 14px;
font-family: "UbuntuMono Nerd Font";
font-size: 15px;
padding: 0;
margin: 0;
}
@ -12,6 +12,7 @@
#waybar {
background: rgba(38, 41, 44, 0.5);
border-top: 1px solid rgba(38, 41, 44, 0.6);
/* background: transparent; */
}
@ -51,6 +52,8 @@
#custom-os {
font-size: 150%;
color: rgb(137, 220, 235);
padding: 4px 8px;
margin-right: 4px;
}
#custom-updates.disabled {