feat:new nvim config and some other stuff

This commit is contained in:
2025-11-29 11:30:17 -08:00
parent d524ebac95
commit a1ef3c6e12
16 changed files with 104 additions and 259 deletions

View File

@@ -4,20 +4,21 @@
// "position": "bottom", // Waybar position (top|bottom|left|right)
//"height": 10, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 6, // Gaps between modules (4px)
"spacing": 2, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad",
"custom/media"
"custom/media",
"sway/window"
],
//"modules-center": [
//"sway/window"
//],
"modules-right": [
"mpd",
"custom/audio_idle_inhibitor",
//"custom/audio_idle_inhibitor",
"pulseaudio",
"network",
//"power-profiles-daemon",

View File

@@ -25,14 +25,6 @@ window#waybar.solo {
/*background-color: #FFFFFF;*/
}
window#waybar.termite {
background-color: #3F3F3F;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
@@ -54,8 +46,8 @@ button:hover {
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
padding: 0 4px;
/*background-color: transparent;*/
color: #ffffff;
}
@@ -65,7 +57,7 @@ button:hover {
#workspaces button.focused {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
/*box-shadow: inset 0 -3px #ffffff;*/
}
#workspaces button.urgent {