waybar: clean up styles and config
This commit is contained in:
parent
4548e54b58
commit
e6f9307c9f
2 changed files with 141 additions and 282 deletions
|
|
@ -3,13 +3,14 @@
|
|||
"position": "right", // Waybar position (top|bottom|left|right)
|
||||
//"height": 40,
|
||||
"margin": "0 5 5 5",
|
||||
//"width": 1350, // Waybar width
|
||||
"width": 50,
|
||||
// Choose the order of the modules idle_inhibitor
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"niri/workspaces",
|
||||
"tray",
|
||||
"custom/media"
|
||||
"custom/media",
|
||||
"privacy"
|
||||
],
|
||||
"modules-center": [],
|
||||
"modules-right": [
|
||||
|
|
@ -17,7 +18,6 @@
|
|||
"wireplumber",
|
||||
"backlight",
|
||||
"battery",
|
||||
"privacy",
|
||||
"clock",
|
||||
"custom/swaync"
|
||||
],
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
},
|
||||
"privacy": {
|
||||
"icon-spacing": 4,
|
||||
"icon-size": 18,
|
||||
"icon-size": 24,
|
||||
"transition-duration": 250,
|
||||
"modules": [
|
||||
{
|
||||
|
|
@ -167,11 +167,6 @@
|
|||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
},
|
||||
// {
|
||||
// "type": "audio-out",
|
||||
// "tooltip": true,
|
||||
// "tooltip-icon-size": 24
|
||||
// },
|
||||
{
|
||||
"type": "audio-in",
|
||||
"tooltip": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue