Another checkpoint: adding grub, zsh, waybar, hyprland. Plus niri
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window"
|
||||
"hyprland/window",
|
||||
"niri/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock#1",
|
||||
@@ -17,6 +18,7 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"mpd",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"memory",
|
||||
@@ -38,6 +40,21 @@
|
||||
"separate-outputs": true,
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
// Named workspaces
|
||||
// (you need to configure them in niri)
|
||||
"browser": "",
|
||||
"discord": "",
|
||||
"chat": "<b></b>",
|
||||
|
||||
// Icons by state
|
||||
"active": "",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
|
||||
"clock#1": {
|
||||
"format": "{:%A}",
|
||||
"tooltip": false
|
||||
@@ -123,4 +140,29 @@
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
},
|
||||
"mpd": {
|
||||
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"interval": 10,
|
||||
"consume-icons": {
|
||||
"on": " " // Icon shows only when "consume" is on
|
||||
},
|
||||
"random-icons": {
|
||||
"off": "<span color=\"#f53c3c\"></span> ", // Icon grayed out when "random" is off
|
||||
"on": " "
|
||||
},
|
||||
"repeat-icons": {
|
||||
"on": " "
|
||||
},
|
||||
"single-icons": {
|
||||
"on": "1 "
|
||||
},
|
||||
"state-icons": {
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
},
|
||||
"tooltip-format": "MPD (connected)",
|
||||
"tooltip-format-disconnected": "MPD (disconnected)"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-size: 12px;
|
||||
font-family: "FiraCode Nerd Mono Retina", monospace;
|
||||
font-family: "Fira Code", monospace;
|
||||
font-weight: bold;
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -16,7 +16,7 @@ window#waybar {
|
||||
#pulseaudio, #memory, #cpu, #network, #mpd,
|
||||
#battery, #disk, #backlight, #tray,
|
||||
#keyboard-state {
|
||||
background: rgba(12, 12, 12, 0.64);
|
||||
background: rgba(20, 24, 20, 0.64);
|
||||
text-shadow: 2px 3px 2px rgba(20, 20, 20, 0.3);
|
||||
/* background: rgba(12, 12, 12, 0.7); */
|
||||
padding: 0 12px;
|
||||
|
||||
Reference in New Issue
Block a user