My personal dotfiles
0
fork

Configure Feed

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

chore: moved default waybar style to styles

legoraft 312c15f4 dc0fd5a9

+74
+74
waybar/.config/waybar/styles/glassy-nord.css
··· 1 + * { 2 + border: none; 3 + margin: 0; 4 + padding: 0; 5 + font-family: Lato, Roboto, Nerd Font Symbols, sans; 6 + font-size: 16px; 7 + } 8 + 9 + window#waybar { 10 + all: unset; 11 + } 12 + 13 + .modules-left, .modules-right, .modules-center { 14 + background: rgba(76, 86, 106, 0.6); 15 + border-radius: 0.8rem; 16 + margin: 0.3rem; 17 + } 18 + 19 + .module { 20 + background: transparent; 21 + color: #eceff4; 22 + margin: 0.3rem 0.8rem; 23 + } 24 + 25 + #workspaces button { 26 + all: unset; 27 + background: transparent; 28 + color: rgba(46, 52, 64, 0.6); 29 + margin: 0 0.3rem; 30 + padding-top: 0.15rem; 31 + } 32 + 33 + #workspaces button:hover { 34 + color: #2e3440; 35 + } 36 + 37 + #workspaces button.visible { 38 + background: transparent; 39 + color: #88c0d0; 40 + } 41 + 42 + #custom-power:hover, #temperature.critical, #cpu.critical, #battery.critical, #memory.critical { 43 + color: #bf616a; 44 + } 45 + 46 + #custom-reboot:hover { 47 + color: #d08770; 48 + } 49 + 50 + #custom-logout:hover, #cpu.warning, #battery.warning, #memory.warning { 51 + color: #ebcb8b; 52 + } 53 + 54 + #battery-group, #network-group { 55 + padding: 0 0.6rem; 56 + } 57 + 58 + #network, #battery { 59 + margin: 0.3rem; 60 + padding: 0.15rem; 61 + } 62 + 63 + #battery.charging.critical, #battery.charging.warning { 64 + color: #eceff4; 65 + } 66 + 67 + #power, #settings, #battery-group, #network-group, #tray-group { 68 + border-radius: 0.8rem; 69 + transition: background 0.3s; 70 + } 71 + 72 + #power:hover, #settings:hover, #battery-group:hover, #network-group:hover, #tray-group:hover { 73 + background: rgba(46, 52, 64, 0.6); 74 + }