From 8ecd54a828867ec69bdd4f152205ea0e99d7e88d Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Mon, 14 Feb 2022 15:00:52 +0100 Subject: [PATCH 01/23] Update .Xresources revert to old theme icon and cursor to not break current installs using git-fetch and not skel package --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 567df63..a2a8dfa 100644 --- a/.Xresources +++ b/.Xresources @@ -1,2 +1,2 @@ -Xcursor.theme: Qogir-dark +Xcursor.theme: capitaine-cursors-light Xcursor.size: 16 From 423289c732a29fd1ec792d625f9c5b3b9aa97acc Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Mon, 14 Feb 2022 15:03:19 +0100 Subject: [PATCH 02/23] Update settings.ini revert to old icons and theming to not break current installs not using skel package for i3 --- .config/gtk-3.0/settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 1d56ac2..111c040 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,8 +1,8 @@ [Settings] gtk-theme-name=Arc-Dark -gtk-icon-theme-name=Qogir-dark +gtk-icon-theme-name=arc-x-icons-theme gtk-font-name=Noto Sans 10 -gtk-cursor-theme-name=Qogir-dark +gtk-cursor-theme-name=capitaine-cursors-light gtk-cursor-theme-size=16 gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR From 0a9b85f6c393ff5b1f8368c3863d55863438567d Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 10:28:40 +0100 Subject: [PATCH 03/23] Update settings.ini fix icons --- .config/gtk-3.0/settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 111c040..836425b 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] gtk-theme-name=Arc-Dark -gtk-icon-theme-name=arc-x-icons-theme +gtk-icon-theme-name=Arc-X-D gtk-font-name=Noto Sans 10 gtk-cursor-theme-name=capitaine-cursors-light gtk-cursor-theme-size=16 From 513ebe92b5994ad5d85188bf8918185a7d59599e Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 10:34:07 +0100 Subject: [PATCH 04/23] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06e3458..42b4123 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/eos-i3-banner.png "eos-i3") # endeavouros-i3wm-setup -**maintainer: joekamprad ---> setup for i3-wm under [EndeavourOS](https://endeavouros.com) new config 01-2021 <---** +**maintainer: joekamprad ---> setup for i3-wm under [EndeavourOS](https://endeavouros.com) new config 2022 <---** [![Maintenance](https://img.shields.io/maintenance/yes/2022.svg)]() @@ -70,6 +70,8 @@ get your api key here: https://openweathermap.org/appid and City code: https://o # application menu (rofi): ![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/eos-i3-shot-nov21.png "appmenu") * rofi color-schemes: ~/.config/rofi/arc_dark_transparent_colors.rasi +# power-profiles handler menu: +![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/ppd-i3.png "power-profiles") ## theming/colorsheme for rofi menus (application menu and Logout menu): From 66925c5f46ec153b81068a031b63369c25b13690 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 10:35:47 +0100 Subject: [PATCH 05/23] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b4123..493b109 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ get your api key here: https://openweathermap.org/appid and City code: https://o * rofi color-schemes: ~/.config/rofi/arc_dark_transparent_colors.rasi # power-profiles handler menu: ![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/ppd-i3.png "power-profiles") +* let you easely switch powermodes from the i3-bar. ## theming/colorsheme for rofi menus (application menu and Logout menu): From f9922ffbd7a46b8467dcd750b2b1ffa149e412b4 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 11:20:44 +0100 Subject: [PATCH 06/23] Create set_once.sh --- set_once.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 set_once.sh diff --git a/set_once.sh b/set_once.sh new file mode 100644 index 0000000..3094805 --- /dev/null +++ b/set_once.sh @@ -0,0 +1,6 @@ +#!/bin/bash +dbus-launch dconf load / < ~/xed.dconf +chmod -R +x ~/.config/i3/scripts +sed -i 's|\(exec --no-startup-id ~/set_once_i3.sh\)|# \1|' ~/.config/i3/config +rm ~/xed.dconf +rm ~/set_once_i3.sh From 366a5be0cea4047f5689adfc73878dbb1be759fd Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 11:34:20 +0100 Subject: [PATCH 07/23] Update config --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 8e16dc0..eb3e19f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,4 +1,4 @@ -exec --no-startup-id ~/set_once_i3.sh +exec --no-startup-id ~/set_once.sh # This file is a modified version based on default i3-config-wizard config # source is available here: # https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/master/.config/i3/config From cbe934ef52ca29c4a7e9e51398f29c05dedaed26 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 11:36:01 +0100 Subject: [PATCH 08/23] Update set_once.sh --- set_once.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_once.sh b/set_once.sh index 3094805..034dd34 100644 --- a/set_once.sh +++ b/set_once.sh @@ -3,4 +3,4 @@ dbus-launch dconf load / < ~/xed.dconf chmod -R +x ~/.config/i3/scripts sed -i 's|\(exec --no-startup-id ~/set_once_i3.sh\)|# \1|' ~/.config/i3/config rm ~/xed.dconf -rm ~/set_once_i3.sh +rm ~/set_once.sh From 3fe1df13f37272e5e50b0527f8f16358f47ffa59 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 15 Feb 2022 11:59:34 +0100 Subject: [PATCH 09/23] Update set_once.sh --- set_once.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_once.sh b/set_once.sh index 034dd34..e017772 100644 --- a/set_once.sh +++ b/set_once.sh @@ -1,6 +1,6 @@ #!/bin/bash dbus-launch dconf load / < ~/xed.dconf chmod -R +x ~/.config/i3/scripts -sed -i 's|\(exec --no-startup-id ~/set_once_i3.sh\)|# \1|' ~/.config/i3/config +sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config rm ~/xed.dconf rm ~/set_once.sh From 63176b642928cd27bd0aa674019fa767a5be8fc8 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 16 Feb 2022 09:57:16 +0100 Subject: [PATCH 10/23] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 493b109..01997bb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ inside `~/.config/i3/config`. # Main shortcuts: -[mod] key is set to the winkey (or should i call it linkey?) +[mod] key is set to the win-key (or should i call it linkey?) drawing @@ -92,7 +92,11 @@ colors are in rgba calling transparency in the last colum: `rgba ( 26, 28, 35, 100 % )` - +**General theming // gtk3 and icons:** +* `~/.config/gtk-3.0` +* `~/.Xresources` +There is !(LXAppearance)[https://wiki.lxde.org/en/LXAppearance] installed where you can browse and set GTK3 theme, icons and Xcursortheme. +But Xcursor needs to be set inside the `~/.Xresources` manually if you change it in LXAppearance to get applied for all apps. # Tutorial to install EndeavourOS-i3 setup from scratch **for later installs, if you have installed another DE on initial install from the ISO** From 3880a80bdb6a0581401faa5296e1a99910e57de6 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 16 Feb 2022 09:58:58 +0100 Subject: [PATCH 11/23] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01997bb..2fea257 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ get your api key here: https://openweathermap.org/appid and City code: https://o ![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/ppd-i3.png "power-profiles") * let you easely switch powermodes from the i3-bar. -## theming/colorsheme for rofi menus (application menu and Logout menu): +## theming/colorshemes: + +**for rofi menus (application menu and Logout menu):** They can be adjust and chenged inside ~/.config/rofi directory: From cba294a2f34a110b36c8963a808e5310b09e5adb Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 16 Feb 2022 10:00:45 +0100 Subject: [PATCH 12/23] Update README.md adding better comment for theming setup: https://forum.endeavouros.com/t/cannot-change-default-cursor-theme/24177/3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fea257..ce027ab 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ colors are in rgba calling transparency in the last colum: **General theming // gtk3 and icons:** * `~/.config/gtk-3.0` * `~/.Xresources` -There is !(LXAppearance)[https://wiki.lxde.org/en/LXAppearance] installed where you can browse and set GTK3 theme, icons and Xcursortheme. +There is ![LXAppearance](https://wiki.lxde.org/en/LXAppearance) installed where you can browse and set GTK3 theme, icons and Xcursortheme. But Xcursor needs to be set inside the `~/.Xresources` manually if you change it in LXAppearance to get applied for all apps. # Tutorial to install EndeavourOS-i3 setup from scratch From 7a276eb62263bac5a591c544651e01777f9b0406 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:53:59 +0100 Subject: [PATCH 13/23] Update .Xresources --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index a2a8dfa..2b423da 100644 --- a/.Xresources +++ b/.Xresources @@ -1,2 +1,2 @@ -Xcursor.theme: capitaine-cursors-light +Xcursor.theme: Qogir Xcursor.size: 16 From a90555c3a72c098be9529c1ebc4fb29fa1702466 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:54:51 +0100 Subject: [PATCH 14/23] Update settings.ini --- .config/gtk-3.0/settings.ini | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 836425b..85729f4 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,16 +1,16 @@ [Settings] -gtk-theme-name=Arc-Dark -gtk-icon-theme-name=Arc-X-D gtk-font-name=Noto Sans 10 -gtk-cursor-theme-name=capitaine-cursors-light +gtk-theme-name=Arc-Darker +gtk-icon-theme-name=Qogir +gtk-cursor-theme-name=Qogir gtk-cursor-theme-size=16 gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=0 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintmedium -gtk-xft-rgba=rgb +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=none From 167e0105e2f1955ca70ddbbd17d4851f1c05bb07 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:57:06 +0100 Subject: [PATCH 15/23] Update power-profiles.rasi font and icon corrections --- .config/rofi/power-profiles.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/power-profiles.rasi b/.config/rofi/power-profiles.rasi index 2890a64..f2a1f27 100644 --- a/.config/rofi/power-profiles.rasi +++ b/.config/rofi/power-profiles.rasi @@ -4,9 +4,9 @@ *******************************************************/ configuration { - font: "Sourcecode Pro Regular 10"; + font: "Noto Sans Regular 10"; show-icons: false; - icon-theme: "Arc-X-D"; + icon-theme: "Qogir"; scroll-method: 0; disable-history: false; fullscreen: false; From 674a3108680b3ba16b237d62f24c07e7abd176bf Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:57:41 +0100 Subject: [PATCH 16/23] Update powermenu.rasi font and icon corrections --- .config/rofi/powermenu.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/powermenu.rasi b/.config/rofi/powermenu.rasi index 4a7889f..3c0e1aa 100644 --- a/.config/rofi/powermenu.rasi +++ b/.config/rofi/powermenu.rasi @@ -3,9 +3,9 @@ * Maintainer: joekamprad *******************************************************/ configuration { - font: "Sourcecode Pro Regular 10"; + font: "Noto Sans Regular 10"; show-icons: false; - icon-theme: "Arc-X-D"; + icon-theme: "Qogir"; scroll-method: 0; disable-history: false; sidebar-mode: false; From 40bc4146bc3af69f63a71106587fe0a0954246ff Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:58:10 +0100 Subject: [PATCH 17/23] Update rofidmenu.rasi Font and Icon corrections --- .config/rofi/rofidmenu.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/rofidmenu.rasi b/.config/rofi/rofidmenu.rasi index e320338..dbe488f 100644 --- a/.config/rofi/rofidmenu.rasi +++ b/.config/rofi/rofidmenu.rasi @@ -3,9 +3,9 @@ * Maintainer: joekamprad *******************************************************/ configuration { - font: "Sourcecode Pro Regular 10"; + font: "Noto Sans Regular 10"; show-icons: true; - icon-theme: "Arc-X-D"; + icon-theme: "Qogir"; display-drun: "Apps"; drun-display-format: "{name}"; scroll-method: 0; From 2519d0e91135b52856a7466f9f5aa6e441cadfd0 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 13:58:41 +0100 Subject: [PATCH 18/23] Update rofikeyhint.rasi Font and icon corrections --- .config/rofi/rofikeyhint.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/rofikeyhint.rasi b/.config/rofi/rofikeyhint.rasi index ec32f9c..5ac1ccb 100644 --- a/.config/rofi/rofikeyhint.rasi +++ b/.config/rofi/rofikeyhint.rasi @@ -3,9 +3,9 @@ * Maintainer: joekamprad *******************************************************/ configuration { - font: "Sourcecode Pro Regular 10"; + font: "Noto Sans Regular 10"; show-icons: false; - icon-theme: "Arc-X-D"; + icon-theme: "Qogir"; display-drun: "KeyHint"; drun-display-format: "{name}"; scroll-method: 0; From 8d0be40ca872a9d160f8fc51bc5ceabfdea37ae8 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 14:00:35 +0100 Subject: [PATCH 19/23] Update config Font correction for blocks/bar --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index eb3e19f..cfc9245 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -474,7 +474,7 @@ client.urgent $urgentred $urgentred $white $purple $yellowbrown # Start i3bar to display a workspace bar # (plus the system information i3status finds out, if available) bar { - font pango:Noto Sans Regular 10, FontAwesome 10 + font pango: Noto Sans Regular 10 status_command i3blocks -c ~/.config/i3/i3blocks.conf position bottom # i3bar_command i3bar --transparency @@ -508,7 +508,7 @@ strip_workspace_numbers yes # #08052be6 --> e6=90% # bar { -# font pango:Noto Sans Regular 9, FontAwesome 9 +# font pango: Noto Sans Regular 10 # status_command i3blocks -c ~/.config/i3/i3blocks-2.conf # i3bar_command i3bar --transparency # output HDMI-0 From fd149dc380ee1197a43931774b0dce2aff82a9e5 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Feb 2022 14:00:51 +0100 Subject: [PATCH 20/23] Update config --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index cfc9245..dddcd98 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -23,7 +23,7 @@ exec --no-startup-id ~/set_once.sh # is used in the bar {} block below. # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). -font pango:Noto Sans Regular 10 +font pango: Noto Sans Regular 10 # set the mod key to the winkey: set $mod Mod4 From 7e2bac48f65b3fdbc427df2984d624c224b68231 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 24 Feb 2022 12:22:44 +0100 Subject: [PATCH 21/23] Update config # set position of floating window #for_window [class=".*"] move position center https://forum.endeavouros.com/t/problem-with-placement-of-windows-generated-by-yad/24492 --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index dddcd98..2987f57 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -441,7 +441,7 @@ for_window [class="urxvt"] border pixel 1 #for_window [class=".*"] resize set 640 480 #to change size of all floating windows # set position of floating window -for_window [class=".*"] move position center +#for_window [class=".*"] move position center ###################################### # color settings for bar and windows # From acc910032b631708460fcd881558b263d6df5598 Mon Sep 17 00:00:00 2001 From: ishaan Date: Sun, 6 Mar 2022 10:11:16 +0530 Subject: [PATCH 22/23] xbacklight_fix --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 2987f57..c60158b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -195,8 +195,8 @@ bindsym F1 exec ~/.config/i3/scripts/keyhint-2 # bindsym $mod+F1 exec xed ~/.config/i3/keybindings # Backlight control -bindsym XF86MonBrightnessUp exec xbacklight +5 && notify-send "Brightness - ${$(xbacklight -get)%.*}%" -bindsym XF86MonBrightnessDown exec xbacklight -5 && notify-send "Brightness - ${$(xbacklight -get)%.*}%" +bindsym XF86MonBrightnessUp exec xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -c1-2)%" +bindsym XF86MonBrightnessDown exec xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -c1-2)%" # change focus bindsym $mod+j focus left From 8fca13f71efeab66bf46a27b5a16c9c7a112ec9a Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 9 Mar 2022 18:02:03 +0100 Subject: [PATCH 23/23] Update dunstrc # Offset from the origin offset = 30x40 to fit on xfce4 too if installed in addition to i3 it will use dunst pd.. --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6a47e3f..fb62eaa 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -33,7 +33,7 @@ origin = bottom-right # Offset from the origin - offset = 30x30 + offset = 30x40 # Scale factor. It is auto-detected if value is 0. scale = 0