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"
+32 -10
View File
@@ -3,18 +3,28 @@
"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"
],
"modules-right": [
"wireplumber",
"group/bat",
"group/net"
],
"group/bat": { "group/bat": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": ["battery"] "modules": [
"battery"
]
}, },
"group/net": { "group/net": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": ["network"] "modules": [
"network"
]
}, },
"hyprland/workspaces": { "hyprland/workspaces": {
"format": "{name}", "format": "{name}",
@@ -34,16 +44,28 @@
"bat": "BAT0", "bat": "BAT0",
"interval": 60, "interval": 60,
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"], "format-icons": [
"\uf244",
"\uf243",
"\uf242",
"\uf241",
"\uf240"
]
}, },
"network": { "network": {
"format": "", "format": "",
"format-ethernet": "\udb83\udc9d ", "format-ethernet": "\udb83\udc9d ",
"format-wifi": "{icon} ", "format-wifi": "{icon} ",
"format-disconnected": "\udb83\udc9c ", "format-disconnected": "\udb83\udc9c ",
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"], "format-icons": [
"\udb82\udd2f",
"\udb82\udd1f",
"\udb82\udd22",
"\udb82\udd25",
"\udb82\udd28"
],
"tooltip-format-wifi": "{essid} ({signalStrength}%)", "tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}", "tooltip-format-ethernet": "{ifname}",
"tooltip-format-disconnected": "Disconnected", "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;
}