Skip to content

Commit c75658c

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents 62911dc + 0a571e1 commit c75658c

15 files changed

Lines changed: 57 additions & 14 deletions

File tree

channels/i3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Use the Theme Manager described above
225225
- Change the system settings, such as screen resolution, etc.
226226
Use system manager as described above
227227
- Change the wallpaper
228-
Run nitrogen from the launcher or terminal, and select the image to one you like.
228+
Run `nitrogen` from the launcher or terminal, and select the image to one you like.
229229
If you want to add a wallpaper, click the button on bottom right to open the settings window, and add the folder where the wallpaper is located.
230230
- Hide the window with the operating instructions
231231
Remove `~/.config/conky` , or edit `~/.config/i3/config` and remove line 42 (`exec --no-startup-id conky `)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# /etc/bash.bashrc
2+
3+
export EDITOR=nano
4+
export QT_QPA_PLATFORMTHEME=qt5ct

channels/i3/airootfs.any/etc/skel/.aliases

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#
1010

1111
# Alias
12-
unalias lsd
13-
unalias ls
1412
alias lsd='/usr/bin/lsd'
1513

1614

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Qt5ct config file
2+
3+
[Appearance]
4+
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
5+
custom_palette=false
6+
icon_theme=Inverse-blue-dark
7+
standard_dialogs=default
8+
style=gtk2
9+
10+
[Fonts]
11+
fixed="@Variant(\0\0\0@\0\0\0,\0S\0\x61\0u\0\x63\0\x65\0\x43\0o\0\x64\0\x65\0P\0r\0o\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\f\x11)"
12+
general=@Variant(\0\0\0@\0\0\0 \0N\0o\0t\0o\0 \0S\0\x61\0n\0s\0 \0\x43\0J\0K\0 \0J\0P@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
13+
14+
[Interface]
15+
activate_item_on_single_click=1
16+
buttonbox_layout=0
17+
cursor_flash_time=1000
18+
dialog_buttons_have_icons=1
19+
double_click_interval=400
20+
gui_effects=@Invalid()
21+
keyboard_scheme=2
22+
menus_have_icons=true
23+
show_shortcuts_in_context_menus=true
24+
stylesheets=@Invalid()
25+
toolbutton_style=4
26+
underline_shortcut=1
27+
wheel_scroll_lines=3
28+
29+
[SettingsWindow]
30+
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x84\0\0\0\x31\0\0\x3\x66\0\0\x2\xff\0\0\0\x86\0\0\0M\0\0\x3\x64\0\0\x2\xfd\0\0\0\0\0\0\0\0\x4\0\0\0\0\x86\0\0\0M\0\0\x3\x64\0\0\x2\xfd)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export QT_QPA_PLATFORMTHEME="qt5ct"

channels/i3/airootfs.any/etc/skel/.zshrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ else
121121

122122
install_powerline_precmd
123123
fi
124+
125+
export TERMINAL=/usr/bin/sakura
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# /etc/zsh/zshenv
2+
3+
export EDITOR=nano
4+
export QT_QPA_PLATFORMTHEME=qt5ct

channels/i3/airootfs.any/usr/share/doc/alter-i3/Document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ <h2 id="how-to-change-settings">How to change settings</h2>
752752
<li>Change the system settings, such as screen resolution, etc.<br>
753753
Use system manager as described above</li>
754754
<li>Change the wallpaper<br>
755-
Run nitrogen from the launcher or terminal, and select the image to one you like.<br>
755+
Run <code>nitrogen</code> from the launcher or terminal, and select the image to one you like.<br>
756756
If you want to add a wallpaper, click the button on bottom right to open the settings window, and add the folder where the wallpaper is located.</li>
757757
<li>Hide the window with the operating instructions<br>
758758
Remove <code>~/.config/conky</code> , or edit <code>~/.config/i3/config</code> and remove line 42 (<code>exec --no-startup-id conky </code>)</li>

channels/i3/packages.i686/i3.i686

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ alterlinux-i3-manager
5555

5656
# autostart
5757
dex
58+
59+
# Qt config
60+
qt5ct
61+
qt5-styleplugins

channels/i3/packages.x86_64/i3.x86_64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ alterlinux-i3-manager
5555

5656
# autostart
5757
dex
58+
59+
# Qt config
60+
qt5ct

0 commit comments

Comments
 (0)