wofi config

This commit is contained in:
2026-08-02 15:36:32 -05:00
parent 50903ca199
commit 63ca0948bd
5 changed files with 162 additions and 51 deletions
+2 -4
View File
@@ -60,11 +60,9 @@
"dl" "dl"
# persist steam # persist steam
".local/share/Steam" ".local/share/Steam"
# persist mc version # Minecraft
".local/share/PrismLauncher/instances" ".local/share/PrismLauncher/instances"
# persist spotify ".local/share/PrismLauncher/libraries"
".config/spotify"
".cache/spotify"
]; ];
files = [ files = [
".bash_history" ".bash_history"
+69 -47
View File
@@ -1,49 +1,71 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 26, "height": 26,
"spacing": 3, "spacing": 3,
"modules-left": [
"modules-left": ["hyprland/workspaces"], "hyprland/workspaces"
"modules-center": ["clock"], ],
"modules-right": ["wireplumber", "group/bat", "group/net"], "modules-center": [
"clock"
"group/bat": { ],
"orientation": "horizontal", "modules-right": [
"modules": ["battery"] "wireplumber",
}, "group/bat",
"group/net": { "group/net"
"orientation": "horizontal", ],
"modules": ["network"] "group/bat": {
}, "orientation": "horizontal",
"hyprland/workspaces": { "modules": [
"format": "{name}", "battery"
"sort-by-number": true, ]
"persistent-workspaces": {} },
}, "group/net": {
"clock": { "orientation": "horizontal",
"format": "{:%d.%m.%Y | %H:%M:%S}", "modules": [
"interval": 1 "network"
}, ]
"wireplumber": { },
"format": "\udb81\udd7e {volume}%", "hyprland/workspaces": {
"max-volume": 100, "format": "{name}",
"scroll-step": 5 "sort-by-number": true,
}, "persistent-workspaces": {}
"battery": { },
"bat": "BAT0", "clock": {
"interval": 60, "format": "{:%d.%m.%Y | %H:%M:%S}",
"format": "{icon} {capacity}%", "interval": 1
"format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"], },
}, "wireplumber": {
"network": { "format": "\udb81\udd7e {volume}%",
"format": "", "max-volume": 100,
"format-ethernet": "\udb83\udc9d ", "scroll-step": 5
"format-wifi": "{icon} ", },
"format-disconnected": "\udb83\udc9c ", "battery": {
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"], "bat": "BAT0",
"tooltip-format-wifi": "{essid} ({signalStrength}%)", "interval": 60,
"tooltip-format-ethernet": "{ifname}", "format": "{icon} {capacity}%",
"tooltip-format-disconnected": "Disconnected", "format-icons": [
} "\uf244",
"\uf243",
"\uf242",
"\uf241",
"\uf240"
]
},
"network": {
"format": "",
"format-ethernet": "\udb83\udc9d ",
"format-wifi": "{icon} ",
"format-disconnected": "\udb83\udc9c ",
"format-icons": [
"\udb82\udd2f",
"\udb82\udd1f",
"\udb82\udd22",
"\udb82\udd25",
"\udb82\udd28"
],
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}",
"tooltip-format-disconnected": "Disconnected"
}
} }
+26
View File
@@ -0,0 +1,26 @@
#f2d5cf
#eebebe
#f4b8e4
#ca9ee6
#e78284
#ea999c
#ef9f76
#e5c890
#a6d189
#81c8be
#99d1db
#85c1dc
#8caaee
#babbf1
#c6d0f5
#b5bfe2
#a5adce
#949cbb
#838ba7
#737994
#626880
#51576d
#414559
#303446
#292c3c
#232634
+3
View File
@@ -0,0 +1,3 @@
style=/home/roy/.config/wofi/style.css
color=/home/roy/.config/wofi/colors
key_expand=space
+62
View File
@@ -0,0 +1,62 @@
* {
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 14px;
}
window {
margin: 0;
padding: 12px;
border: 2px solid #8caaee;
border-radius: 10px;
background-color: #303446;
color: #c6d0f5;
}
#outer-box {
margin: 0;
padding: 0;
}
#input {
margin-bottom: 10px;
padding: 8px 10px;
border: none;
border-radius: 8px;
background-color: #414559;
color: #c6d0f5;
}
#input:focus {
outline: none;
box-shadow: none;
}
#scroll {
margin: 0;
}
#inner-box {
margin: 0;
}
#entry {
padding: 8px 10px;
border-radius: 6px;
background: transparent;
}
#entry:selected {
background-color: #51576d;
}
#text {
color: #c6d0f5;
}
#entry:selected #text {
color: #8caaee;
}
#img {
margin-right: 8px;
}