From abff486089b4f0bd25f5714b2cc899a1c77ec43d Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sun, 7 Mar 2021 18:14:49 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ca20a8..b30545e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Sway-WM Setup and Theme for EndeavourOS Community Edition *** +The place where we test and add any new features before pushing to the main repository! Naturally it will mean things will be buggy so use at risk! ## To Install manually From 75a45f46904907d5bf83a94e3639e26f4a0e1af5 Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sun, 7 Mar 2021 18:17:16 +0000 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b30545e..b94ac48 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Community Edition *** The place where we test and add any new features before pushing to the main repository! Naturally it will mean things will be buggy so use at risk! +## What is different or to be different? +- Switch completely to Font Awesome 5 Free to solve the icon sizing problem you face with Nerd +- Find a way to make the tray not look weird when it's empty +- Anything else anyone would like and makes sense! + ## To Install manually git clone https://github.com/EndeavourOS-Community-Editions/sway.git From 63367092ae0ed0c5e4f1bde87fe39086d775a11f Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sun, 7 Mar 2021 18:31:31 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b94ac48..62ba5d0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Community Edition The place where we test and add any new features before pushing to the main repository! Naturally it will mean things will be buggy so use at risk! ## What is different or to be different? -- Switch completely to Font Awesome 5 Free to solve the icon sizing problem you face with Nerd +- FInd a way to make the fonts on waybar look the same....Might maunally add a patched font instead.... - Find a way to make the tray not look weird when it's empty - Anything else anyone would like and makes sense! From 09023b25a4d0e6e053d43a88ce3a13339290405d Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Tue, 9 Mar 2021 10:43:10 +0000 Subject: [PATCH 4/5] Add files via upload --- .config/waybar/config | 2 +- .config/waybar/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index f7b78dc..d52dd7d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -56,7 +56,7 @@ "clock": { "interval": 10, - "format-alt": " {:%e %b %Y}", // Icon: calendar-alt + "format-alt": "{:%e %b %Y}", // Icon: calendar-alt "format": "{:%H:%M}", "tooltip-format": "{:%e %B %Y}" }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index aaa23a0..11faff1 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -155,7 +155,7 @@ Arc-Dark Color Scheme } #pulseaudio{ -padding-top:7px; +padding-top:4px; } #pulseaudio.muted { color: @highlight; @@ -193,7 +193,7 @@ font-size:15px; #custom-power{ margin-left:15px; margin-right:15px; - font-size:20px; + font-size:18px; } #custom-launcher{ font-size:20px; From 03e7f7b6dd19bc283e8e617dc266839af2c5807f Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Tue, 9 Mar 2021 10:44:13 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 62ba5d0..a491d1f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ # Sway-WM Setup and Theme for EndeavourOS Community Edition *** -The place where we test and add any new features before pushing to the main repository! Naturally it will mean things will be buggy so use at risk! - -## What is different or to be different? -- FInd a way to make the fonts on waybar look the same....Might maunally add a patched font instead.... -- Find a way to make the tray not look weird when it's empty -- Anything else anyone would like and makes sense! - ## To Install manually git clone https://github.com/EndeavourOS-Community-Editions/sway.git