Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disabled hover animations in waybar

bpavuk 453f8307 c8da27a0

+7 -1
+7 -1
window_manager/.config/waybar/style.css
··· 15 15 /* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */ 16 16 color: #ffffff; 17 17 transition-property: background-color; 18 - transition-duration: 0.5s; 18 + /* transition-duration: 0.5s; */ 19 19 } 20 20 21 21 window#waybar.hidden { ··· 74 74 border: #00df81; 75 75 padding: 0 5px; 76 76 border-radius: 10px; 77 + 78 + /* disables animation */ 79 + box-shadow: none; 80 + text-shadow: none; 81 + transition: none; 82 + background: none; 77 83 } 78 84 79 85 #workspaces button.active {