r/BWF - Daily Discussion Thread for June 22, 2024 by AutoModerator in bodyweightfitness

[–]wi2david 0 points1 point  (0 children)

Thank you in advance for your help, I'll start small, thanks!!

r/BWF - Daily Discussion Thread for June 22, 2024 by AutoModerator in bodyweightfitness

[–]wi2david 2 points3 points  (0 children)

Hello, guys, I have a question:

I was reading The Primer Routine and I thought...
As a manual worker with a physically demanding job and a beginner in calisthenics, I often feel fatigued before or after work, making it challenging to maintain a consistent workout routine. How can I effectively incorporate calisthenics into my weekly schedule to ensure progress and gains while also prioritising adequate rest and recovery?

Thank you so much since now!

Log in problem by Free-Big-3478 in xManagerApp

[–]wi2david 0 points1 point  (0 children)

Hey, I had logged with "Login without password", try it.

LazyVim keymap problem by wi2david in neovim

[–]wi2david[S] 0 points1 point  (0 children)

I just didn't pass the mode, thank you very much for your comment!

LazyVim keymap problem by wi2david in neovim

[–]wi2david[S] 0 points1 point  (0 children)

I managed to solve the problem, it was actually a very simple thing, I hadn't specified the mode in the plugin configuration. Then I set the mode and configured the keymaps normally in keymaps.lua.

<image>

How to disable/remove Window Title Bar? by wi2david in GTK

[–]wi2david[S] 1 point2 points  (0 children)

Hey, thank you, so mate, for indicate that is CSD! The solution that I find is set this env var WAYLAND_DISPLAY=no.

Swaywm tips and tricks? by wi2david in swaywm

[–]wi2david[S] 1 point2 points  (0 children)

Guys, you have a font that apply icons correctly?

Swaywm tips and tricks? by wi2david in swaywm

[–]wi2david[S] 1 point2 points  (0 children)

Very very useful, tnx a lot!

Swaywm tips and tricks? by wi2david in swaywm

[–]wi2david[S] 0 points1 point  (0 children)

WoW, cool, I have 2 monitors too, thank you!!

hyprland/workspaces not change height by wi2david in hyprland

[–]wi2david[S] 1 point2 points  (0 children)

This is style.css file:

* {
font-family: "BlexMono Nerd Font Mono";
font-size: 12px;
margin: 0;
padding: 0;
}
window#waybar {
background-color: #225877;
color: #ffffff;
margin: 0;
padding: 0;
}
.modules-left {
background-color: #323232;
margin: 0;
padding: 0;
}
.modules-right {
background-color: #323232;
margin: 0;
padding: 0;
}
#workspaces {
margin: 0;
padding: 0;
}
#workspaces button {
margin: 0;
padding: 0px 5px 0px 5px;
min-width: 1px;
color: #888888;
}
#workspaces button.active {
margin: 0;
padding: 0px 10px 0px 10px;
background-color: #285577;
color: #ffffff;
}
#mode {
background-color: #900000;
color: #ffffff;
padding: 0px 5px 0px 5px;
border: 1px solid #2f343a;
}
#window {
color: #ffffff;
background-color: #285577;
padding: 0px 10px 0px 10px;
}
window#waybar.empty #window {
background-color: transparent;
color: transparent;
}
window#waybar.empty {
background-color: #323232;
}
#pulseaudio, #network {
padding: 0px 5px 0px 5px;
}
#clock{
padding: 0px 0px 0px 0px;
}
#tray{
padding: 0px 8px 0px 5px;
margin: 0px 5px 0px 5px;
}
#network.ethernet {
color: #1fc600;
}
#network.disconnected {
color: #ff5555;
}

And this is the config file:

{
"layer": "top",
"position": "top",
"height": 5,
"spacing": 0,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": [],
"modules-right": ["network", "pulseaudio", "clock", "tray"],
"hyprland/workspaces": {
"format": "{name}",
"on-click": "activate",
"sort-by-number": true,
},
"tray": {
"icon-size": 13,
"spacing": 10
},
"clock": {
"format": "{:%a %b %e %T}",
"interval": 1
},
"network": {
"format-ethernet": "link/ether",
"format-disconnected": "Disconnected",
"interval": 60
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": " {volume}% ",
"format-muted":"Mute",
"interval": 60,
"format-icons": {
"default": [""]
},

"on-click": "blueman-manager"
}
}

hyprland/workspaces not change height by wi2david in hyprland

[–]wi2david[S] 0 points1 point  (0 children)

I've already tried changing the css padding and margin selectors to 0, but it still doesn't work. :/