Breaking waybar

This commit is contained in:
iFargle 2023-08-28 12:34:37 +09:00
parent f6d8d90f64
commit 836f1856f0

View file

@ -2,6 +2,12 @@
home.file = { home.file = {
# https://yewtu.be/watch?v=tWQB1NDDA9c # https://yewtu.be/watch?v=tWQB1NDDA9c
# https://github.com/DN-debug/waybar-examples # https://github.com/DN-debug/waybar-examples
# Inspiration:
# https://github.com/Pipshag/dotfiles_gruvbox
# Font Search:
# https://www.nerdfonts.com/cheat-sheet
# Waybar configuration # Waybar configuration
".config/waybar/config.jsonc" = { ".config/waybar/config.jsonc" = {
enable = true; enable = true;
@ -27,12 +33,8 @@
"mpris": { "mpris": {
"format": "{player_icon} {dynamic}", "format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>", "format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": { "player-icons": { "default": "" },
"default": "", "status-icons": { "paused": "" },
},
"status-icons": {
"paused": ""
},
}, },
"wlr/workspaces": { "wlr/workspaces": {
@ -78,7 +80,7 @@
"default": ["󰕿", "󰖀", "󰕾"] "default": ["󰕿", "󰖀", "󰕾"]
}, },
"tooltip": false, "tooltip": false,
"on-click": "pavucontrol --class=pavu", "on-click": "pulsemixer --class=pulsemixer",
}, },
"network": { "network": {
@ -86,8 +88,9 @@
"format-ethernet": "󰈀", "format-ethernet": "󰈀",
"format-linked": "", "format-linked": "",
"format-disconnected": "", "format-disconnected": "",
"tooltip-format": "{essid}\n{ipaddr}/{cidr}",
"tooltip": true, "tooltip-format": "{essid}\n{ipaddr}/{cidr}",
"tooltip": true,
"on-click": "kitty --class=nmtui -e nmtui" "on-click": "kitty --class=nmtui -e nmtui"
}, },
@ -111,13 +114,6 @@
"tooltip-format": "RAM: {used}GB/{total}GB\nSwap: {swapUsed}GB/{swapAvail}GB" "tooltip-format": "RAM: {used}GB/{total}GB\nSwap: {swapUsed}GB/{swapAvail}GB"
}, },
"temperature": {
"tooltip": false,
"critical-threshold": 80,
"format": "{temperatureC}°{icon}",
"format-icons": ["", "", ""]
},
"battery": { "battery": {
"tooltip": true, "tooltip": true,
"tooltip-format": "{time}", "tooltip-format": "{time}",
@ -188,9 +184,13 @@
#tray, #tray,
#submap, #submap,
#window { #window {
color: #e2cca9;
font-size: 14px; font-size: 14px;
padding: 0 5 0 5; padding: 5px;
/* new stuff */
border-radius: 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #e2cca9;
font-weight: bold;
} }
/* /*
@ -199,7 +199,7 @@
#memory.warning, #memory.warning,
#cpu.warning, #cpu.warning,
#battery.warning { #battery.warning {
color: #e9b143; background-color: #e9b143;
} }
/* /*
@ -210,7 +210,7 @@
#memory.critical, #memory.critical,
#battery.critical, #battery.critical,
#network.disconnected { #network.disconnected {
color: #f2594b; background-color: #f2594b;
} }
#clock { #clock {
@ -230,7 +230,6 @@
#pulseaudio.bluetooth { #pulseaudio.bluetooth {
color: #80aa9e; color: #80aa9e;
} }
tooltip { tooltip {
color: #e2cca9; color: #e2cca9;
font-size: 14px; font-size: 14px;