the final frontier
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"layer": "top",
|
||||
"margin": "5, 5, 5, 5",
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["mpris", "clock"],
|
||||
"modules-right": ["cava", "privacy", "network", "pulseaudio/slider", "tray"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpris", "cava", "network", "wireplumber", "tray"],
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
@@ -13,7 +13,6 @@
|
||||
},
|
||||
|
||||
"cava": {
|
||||
"cava_config": "/home/joshuaelm/.config/cava/config",
|
||||
"bars": 14,
|
||||
"bar_delimiter": 0,
|
||||
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
@@ -56,18 +55,33 @@
|
||||
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title}",
|
||||
"format-paused": "{status_icon} <i>{title}</i>",
|
||||
"format-len": 50,
|
||||
"status-icons": {
|
||||
"paused": ""
|
||||
"format": "{player_icon}",
|
||||
"format-paused": "{status_icon}",
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵"
|
||||
},
|
||||
},
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false
|
||||
"status-icons": {
|
||||
"paused": "⏸"
|
||||
},
|
||||
},
|
||||
|
||||
"wireplumber": {
|
||||
"format": "{volume}%",
|
||||
"format-muted": "",
|
||||
"on-click": "pavucontrol",
|
||||
"scroll-step": 0.8,
|
||||
"max-volume": 100,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{volume}% volume on device {node_name}"
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": "",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
@import "./rose-pine.css";
|
||||
|
||||
* {
|
||||
font-family: "FiraCode Nerd ont";
|
||||
font-family: "Roboto";
|
||||
font-size: 17px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: @base;
|
||||
color: @text;
|
||||
background-color: #282828;
|
||||
color: #ebdbb2;
|
||||
margin: 0 4px;
|
||||
}
|
||||
window > box {
|
||||
@@ -22,11 +21,11 @@ window > box {
|
||||
#network {
|
||||
padding-left: 4px;
|
||||
padding-right: 2px;
|
||||
color: @foam;
|
||||
color: #458588;
|
||||
}
|
||||
|
||||
#cava {
|
||||
color: @iris;
|
||||
color: #b8bb26;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@@ -36,12 +35,12 @@ window > box {
|
||||
}
|
||||
|
||||
#workspaces.button {
|
||||
color: @text;
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
#workspaces.button.focused {
|
||||
color: @overlay;
|
||||
background-color: @text;
|
||||
color: #a89984;
|
||||
background-color: #ebdbb2;
|
||||
}
|
||||
|
||||
#clock {
|
||||
@@ -50,25 +49,29 @@ window > box {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#mpris {
|
||||
margin-right: 5px;
|
||||
margin-left: 5px
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background: @surface;
|
||||
background: #3c3836;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
background: @surface;
|
||||
background: #3c3836;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
background: @surface;
|
||||
background: #3c3836;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
padding-left: 5px;
|
||||
|
||||
}
|
||||
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
@@ -81,10 +84,10 @@ window > box {
|
||||
min-height: 5px;
|
||||
min-width: 80px;
|
||||
border-radius: 5px;
|
||||
background-color: @base;
|
||||
background-color: #282828;
|
||||
}
|
||||
#pulseaudio-slider highlight {
|
||||
min-width: 10px;
|
||||
border-radius: 5px;
|
||||
background-color: @pine;
|
||||
background-color: #98971a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user