chore: update waybar, nvim llm plugin, and sway config
- Replace sway window module with hyprland submap in waybar - Move clock to right side and update display format - Enable battery time display and update workspace button styling - Update nvim llm plugin model ID, backend URL, and FIM tokens - Uncomment default terminal and add GTK/Qt wayland env vars in sway
This commit is contained in:
@@ -3,19 +3,18 @@
|
||||
"spacing": 2, // Gaps between modules (4px)
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/mode",
|
||||
"hyprland/scratchpad",
|
||||
"hyprland/submap",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": [
|
||||
//"sway/window"
|
||||
"clock",
|
||||
],
|
||||
//"modules-center": [
|
||||
//"sway/window"
|
||||
//],
|
||||
"modules-right": [
|
||||
//"mpd",
|
||||
"pulseaudio",
|
||||
//"network",
|
||||
"battery",
|
||||
"clock",
|
||||
"tray"
|
||||
//"custom/power"
|
||||
],
|
||||
@@ -40,7 +39,7 @@
|
||||
"clock": {
|
||||
//"timezone": "America/Los_Angeles",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format": "{:%c}",
|
||||
"format": "{:%r %Y-%m-%d}",
|
||||
//"format": "{:%R %p %Y-%m-%d}",
|
||||
//"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
@@ -50,8 +49,7 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
//"format": "{time} {capacity}% {icon}",
|
||||
"format": "{capacity}% {icon}",
|
||||
"format": "{time} {capacity}% {icon}",
|
||||
"format-full": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% C",
|
||||
"format-plugged": "{capacity}% P",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/*font-family: "JetBrainsMono NF";*/
|
||||
font-family: "JetBrainsMonoNFM-Regular";
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
@@ -49,7 +49,7 @@ button:hover {
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 4px;
|
||||
/*background-color: transparent;*/
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -57,15 +57,25 @@ button:hover {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #64727D;
|
||||
/*box-shadow: inset 0 -3px #ffffff;*/
|
||||
#workspaces button.active {
|
||||
background-color: #eb4d4b;
|
||||
box-shadow: inset 0 -3px #ffffff;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
background-color: #64727D;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background-color: #64727D;
|
||||
box-shadow: inset 0 -3px #ffffff;
|
||||
@@ -93,17 +103,17 @@ button:hover {
|
||||
}
|
||||
|
||||
#window,
|
||||
#workspaces {
|
||||
#workspaces-hyprland {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
.modules-left > widget:first-child > #workspaces-hyprland {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* If workspaces is the rightmost module, omit right margin */
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
.modules-right > widget:last-child > #workspaces-hyprland {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user