diff --git a/.Xresources b/.Xresources index 567df63..2b423da 100644 --- a/.Xresources +++ b/.Xresources @@ -1,2 +1,2 @@ -Xcursor.theme: Qogir-dark +Xcursor.theme: Qogir Xcursor.size: 16 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 diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 1d56ac2..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=Qogir-dark gtk-font-name=Noto Sans 10 -gtk-cursor-theme-name=Qogir-dark +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 diff --git a/.config/i3/config b/.config/i3/config index c44f442..c60158b 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 @@ -23,7 +23,7 @@ exec --no-startup-id ~/set_once_i3.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 @@ -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 @@ -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 # @@ -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 + 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 +# font pango: Noto Sans Regular 10 # status_command i3blocks -c ~/.config/i3/i3blocks-2.conf # i3bar_command i3bar --transparency # output HDMI-0 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; 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; 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; 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; diff --git a/README.md b/README.md index 06e3458..ce027ab 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)]() @@ -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 @@ -70,8 +70,13 @@ 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") +* 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: @@ -89,7 +94,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** diff --git a/set_once.sh b/set_once.sh new file mode 100644 index 0000000..e017772 --- /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.sh\)|# \1|' ~/.config/i3/config +rm ~/xed.dconf +rm ~/set_once.sh