Skip to content

Commit 62911dc

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents 26afd07 + 81abf35 commit 62911dc

29 files changed

Lines changed: 536 additions & 382 deletions

File tree

channels/cinnamon/airootfs.any/etc/bash.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ PS1='\u@\h:\w\$ '
1414
[[ -f /etc/bash_functions ]] && source /etc/bash_functions
1515

1616
export EDITOR=nano
17+
export QT_QPA_PLATFORMTHEME=qt5ct
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[Appearance]
2+
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
3+
custom_palette=false
4+
icon_theme=Inverse-blue-dark
5+
standard_dialogs=default
6+
style=gtk2
7+
8+
[Fonts]
9+
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)"
10+
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)
11+
12+
[Interface]
13+
activate_item_on_single_click=1
14+
buttonbox_layout=0
15+
cursor_flash_time=1000
16+
dialog_buttons_have_icons=1
17+
double_click_interval=400
18+
gui_effects=@Invalid()
19+
keyboard_scheme=2
20+
menus_have_icons=true
21+
show_shortcuts_in_context_menus=true
22+
stylesheets=@Invalid()
23+
toolbutton_style=4
24+
underline_shortcut=1
25+
wheel_scroll_lines=3
26+
27+
[SettingsWindow]
28+
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"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export EDITOR=nano
2+
export QT_QPA_PLATFORMTHEME=qt5ct

channels/cinnamon/packages.i686/gtk-icon-theme.i686

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ inverse-icon-theme-blue-git
1616

1717
# theme
1818
arc-gtk-theme
19+
20+
# Qt config
21+
qt5ct
22+
qt5-styleplugins

channels/cinnamon/packages.x86_64/gtk-icon-theme.x86_64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ inverse-icon-theme-blue-git
1616

1717
# theme
1818
arc-gtk-theme
19+
20+
# Qt config
21+
qt5ct
22+
qt5-styleplugins

channels/i3/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ i3wmには多数の便利なショートカットがあります。ショート
112112
- 画面の解像度など、システムの設定を変更したい
113113
前述の設定マネージャを使用してください
114114
- 壁紙を変えたい
115-
`~/.config/i3/config` を編集し、16行目 `exec --no-startup-id "feh --bg-fill ***`***の位置に、壁紙のパスを記述してください
115+
ランチャーなどからnitrogenを起動し,お好みの画像に変更してください
116+
壁紙を追加したい場合は右下のボタンから設定を開き,壁紙があるフォルダを追加してください
116117
- 操作方法が表示されたウィンドウを非表示にしたい
117118
`~/.config/conky` を削除する、もしくは `~/.config/i3/config` を編集し、42行目 (`exec --no-startup-id conky`) を削除することで無効に出来ます
118119

@@ -223,9 +224,10 @@ If you want to add some customization, please refer to this section.
223224
Use the Theme Manager described above
224225
- Change the system settings, such as screen resolution, etc.
225226
Use system manager as described above
226-
- Change the wallpaper.
227-
Edit `~/.config/i3/config` , and add line 16 `exec --no- startup-id "feh --bg-fill ***` with the path to the wallpaper in the *** position.
228-
- Hide the window with the operating instructions.
227+
- Change the wallpaper
228+
Run nitrogen from the launcher or terminal, and select the image to one you like.
229+
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.
230+
- Hide the window with the operating instructions
229231
Remove `~/.config/conky` , or edit `~/.config/i3/config` and remove line 42 (`exec --no-startup-id conky `)
230232

231233

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Appearance
1414

1515
# wallpaper
16-
exec --no-startup-id "feh --bg-fill /usr/share/backgrounds/alter-jiju.png"
16+
exec_always --no-startup-id nitrogen --restore
1717

1818
# font
1919
font pango:Noto Sans 9
@@ -30,14 +30,13 @@ for_window [class="^.*"] border pixel 2
3030

3131

3232
# automatic-startup
33-
exec_always --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
3433
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
35-
exec_always --no-startup-id light-locker
36-
exec_always --no-startup-id compton
37-
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
38-
exec --no-startup-id nm-applet
34+
exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
3935
exec --no-startup-id xfce4-clipman
36+
exec --no-startup-id light-locker
4037
exec --no-startup-id dex -ae i3
38+
exec --no-startup-id nm-applet
39+
exec --no-startup-id compton
4140
exec --no-startup-id dunst
4241
exec --no-startup-id conky
4342
exec --no-startup-id fcitx
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ---------------------------------------------
2+
# Alter Linux i3wm edition
3+
# background config file
4+
#
5+
# Watasuke
6+
# Twitter: @Watasuke102
7+
# Email : Watasuke102@gmail.com
8+
#
9+
# (c) 2020 Fascode Network.
10+
# ---------------------------------------------
11+
12+
[xin_-1]
13+
file=/usr/share/backgrounds/alter-jiju.png
14+
mode=3
15+
bgcolor=#000000
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ---------------------------------------------
2+
# Alter Linux i3wm edition
3+
# background config file
4+
#
5+
# Watasuke
6+
# Twitter: @Watasuke102
7+
# Email : Watasuke102@gmail.com
8+
#
9+
# (c) 2020 Fascode Network.
10+
# ---------------------------------------------
11+
12+
[geometry]
13+
posx=0
14+
posy=0
15+
sizex=520
16+
sizey=500
17+
18+
[nitrogen]
19+
view=icon
20+
recurse=true
21+
sort=alpha
22+
icon_caps=false
23+
dirs=/usr/share/backgrounds;

0 commit comments

Comments
 (0)