mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-19 14:43:13 +09:00
Merge branch 'main' into apollo
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
Xcursor.theme: Qogir-dark
|
||||
Xcursor.theme: Qogir
|
||||
Xcursor.size: 16
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+7
-7
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* Maintainer: joekamprad <joekamprad@endeavouros.com>
|
||||
*******************************************************/
|
||||
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;
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* Maintainer: joekamprad <joekamprad@endeavouros.com>
|
||||
*******************************************************/
|
||||
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;
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* Maintainer: joekamprad <joekamprad@endeavouros.com>
|
||||
*******************************************************/
|
||||
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;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||

|
||||
|
||||
# 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 <---**
|
||||
|
||||
[]()
|
||||
|
||||
@@ -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?)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/endeavouros-team/screenshots/master/linkey.png" alt="drawing" width="250"/>
|
||||
|
||||
@@ -70,8 +70,13 @@ get your api key here: https://openweathermap.org/appid and City code: https://o
|
||||
# application menu (rofi):
|
||||

|
||||
* rofi color-schemes: ~/.config/rofi/arc_dark_transparent_colors.rasi
|
||||
# power-profiles handler menu:
|
||||

|
||||
* 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  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**
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user