From 848321f00ceb8db09368b732cf516b108e36ff39 Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Wed, 20 Jan 2021 19:44:20 +0000 Subject: [PATCH] Improved! --- .config/waybar/config | 19 ++++++++----------- .config/waybar/style.css | 30 ++++++++++++------------------ 2 files changed, 20 insertions(+), 29 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 3a05bd9..0fb0cff 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -17,18 +17,15 @@ ], - "modules-center": [ - - "custom/seperator", - "custom/firefox", + "modules-center": [ + ], + + "modules-right": [ + "custom/firefox", "custom/seperator", "custom/files", "custom/seperator", "custom/terminal", - "custom/seperator", - - ], - "modules-right": [ "network", "memory", "cpu", @@ -197,17 +194,17 @@ "on-scroll-up": "brightnessctl -c backlight set 5%-" }, "custom/firefox": { - "format": " Firefox", + "format": " ", "on-click": "exec firefox", "tooltip": false }, "custom/terminal": { - "format": " Terminal", + "format": " ", "on-click": "exec alacritty", "tooltip": false }, "custom/files": { - "format": " Files", + "format": " ", "on-click": "exec thunar", "tooltip": false }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b365699..be8822e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -110,19 +110,17 @@ animation-duration: 2s; } -#clock { - font-weight: bold; -/* - color:#81a1c1; -*/ - margin-left: 2px; - font-size: 15px; - +#clock-date { + font-size: 13px; +} + +#clock-time{ +font-size : 20px } #cpu { /* - background-color: #545157; + no styles */ } @@ -138,9 +136,6 @@ animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; -/* - color: #a3be8c -*/ } #memory.warning { @@ -161,9 +156,7 @@ } #network { -/* -no styles -*/ +margin-left: 20px; } @@ -195,8 +188,7 @@ no styles } #tray { - - font-size: 17px; + font-size: 17px; margin-right: 7px; margin-top: 4px; margin-bottom:4px; @@ -259,7 +251,9 @@ no styles margin-left: 10px; margin-right: 10px; font-size: 20px; + } + #custom-big { margin-right: 200px; } @@ -269,7 +263,7 @@ no styles } #custom-keyboard-layout { /* - color: #c90000; + no styles */ } #custom-launcher {