Terminal prompt Docker Desktop label on the right #596
-
Beta Was this translation helpful? Give feedback.
Answered by
cesar-lomeli
Jan 6, 2025
Replies: 1 comment
-
I found where to deactivate that segment of the prompt by commenting out the docker section inside the config of oh-my-posh: dotfiles/share/dotfiles/.config/ohmyposh/EDM115-newline.omp.json Lines 151 to 159 in 3e5aa5d For the missing settings gear icon in waybar I re-add that part of the code dotfiles/share/dotfiles/.config/waybar/themes/ml4w-modern/config Lines 27 to 34 in 3e5aa5d |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cesar-lomeli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found where to deactivate that segment of the prompt by commenting out the docker section inside the config of oh-my-posh:
dotfiles/share/dotfiles/.config/ohmyposh/EDM115-newline.omp.json
Lines 151 to 159 in 3e5aa5d
For the missing settings gear icon in waybar I re-add that part of the code
"group/settings"
to the theme that I'm using, modern theme in this case:dotfiles/share/dotfiles/.config/waybar/themes/ml4w-modern/config
Lines 27 to 34…