Skip to content
Snippets Groups Projects
Verified Commit 532556d9 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

WIP: waybar config

parent c2013bcd
No related branches found
No related tags found
No related merge requests found
{
"position": "top",
"height": 32,
"width": 1904,
"spacing": 0,
"margin-top": 4,
"modules-left": ["clock#date", "custom/updates"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["cpu", "memory", "pulseaudio","clock"],
"custom/updates": {
"exec": "checkupdates | wc -l",
"format": "󰮯 {} pending updates",
"interval": 60
},
"clock": {
"format": "󰥔 {:%I:%M%p}",
"height": 26
},
"clock#date": {
"format": " {:%A, %b %d}"
},
"cpu": {
"format": " {usage}%",
"tooltip": false
},
"memory": {
"format": " {}%"
},
"wlr/workspaces": {
"format": "{icon}",
"on-click": "activate",
"active-only": false,
"all-outputs": true,
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"urgent": ""
},
},
"pulseaudio": {
"format": "󰓃 {volume}%",
"format-icons": {
"headphone": "",
"default": ["", ""]
},
"scroll-step": 1,
"on-click": "pavucontrol",
"ignored-sinks": ["Easy Effects Sink"]
},
"sort-by-number": true
}
}
/*
* Variant: Rosé Pine Moon
* Maintainer: DankChoir
*/
@define-color base #232136;
@define-color surface #2a273f;
@define-color overlay #393552;
@define-color muted #6e6a86;
@define-color subtle #908caa;
@define-color text #e0def4;
@define-color love #eb6f92;
@define-color gold #f6c177;
@define-color rose #ea9a97;
@define-color pine #3e8fb0;
@define-color foam #9ccfd8;
@define-color iris #c4a7e7;
@define-color highlightLow #2a283e;
@define-color highlightMed #44415a;
@define-color highlightHigh #56526e;
@import "./rose-pine-moon.css"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment