diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/autostart b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/autostart index 1f96ce36..39c0f1bc 100755 --- a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/autostart +++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/autostart @@ -1,5 +1,5 @@ #openbox-autostart -/usr/bin/urxvt -title "Initializing..." -e "$HOME/.update_x" +/usr/bin/termite --title "Initializing..." -e "$HOME/.update_x" "$HOME/.start_desktop_apps" & diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/menu.xml b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/menu.xml index 7af3b3c9..0be00d27 100644 --- a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/menu.xml +++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/menu.xml @@ -4,7 +4,7 @@ - urxvt -t "Hardware Diagnostics" -e hw-diags + termite --title "Hardware Diagnostics" -e hw-diags hardinfo @@ -19,7 +19,7 @@ gsmartcontrol_polkit - urxvt -title "Network Diagnostics" -hold -e hw-diags-network + termite --title "Network Diagnostics" -hold -e hw-diags-network firefox @@ -31,32 +31,32 @@ idle - urxvt -e python + termite -e python - urxvt -e python2.7 + termite -e python2.7 - urxvt -e tclsh8.6 + termite -e tclsh8.6 - urxvt -e hexedit + termite -e hexedit - urxvt -e nano + termite -e nano - urxvt -e vi + termite -e vi - urxvt -e vim + termite -e vim - urxvt -e alsamixer + termite -e alsamixer mpv @@ -76,34 +76,34 @@ bvnc - urxvt -e elinks + termite -e elinks firefox - urxvt -e ftp + termite -e ftp - urxvt -e irssi + termite -e irssi - urxvt -e lftp + termite -e lftp - urxvt -e mail + termite -e mail exo-open --launch MailReader - urxvt -e talk + termite -e talk - urxvt -e telnet + termite -e telnet - urxvt -e tkvnc + termite -e tkvnc exo-open --launch WebBrowser @@ -117,15 +117,15 @@ - urxvt -e bc + termite -e bc - urxvt -e dc + termite -e dc - urxvt -e mc + termite -e mc thunar @@ -167,7 +167,7 @@ /usr/lib/Thunar/ThunarBulkRename - urxvt -e conky + termite -e conky gparted @@ -176,19 +176,19 @@ gsmartcontrol_polkit - urxvt -e htop + termite -e htop obmenu - urxvt -e pstree + termite -e pstree - urxvt -e /usr/bin/pstree.x11 + termite -e /usr/bin/pstree.x11 - urxvt -e pstree.x11 + termite -e pstree.x11 hardinfo @@ -197,7 +197,7 @@ tint2 - urxvt -e top + termite -e top veracrypt @@ -211,19 +211,19 @@ compton --xrender-sync-fence - urxvt -e cmatrix + termite -e cmatrix exo-open --launch FileManager - urxvt -e info + termite -e info exo-open --launch TerminalEmulator - urxvt -e xev + termite -e xev diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/rofi/applets/menu/powermenu.sh b/setup/linux/profile_gui/airootfs/etc/skel/.config/rofi/applets/menu/powermenu.sh index 283bbed1..d7ec5806 100755 --- a/setup/linux/profile_gui/airootfs/etc/skel/.config/rofi/applets/menu/powermenu.sh +++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/rofi/applets/menu/powermenu.sh @@ -26,7 +26,7 @@ logout="" # Variable passed to rofi options="$shutdown\n$reboot\n$logout" -chosen="$(echo -e "$options" | $rofi_command -p " $uptime |  $cpu | ﬙ $memory " -dmenu -selected-row 2)" +chosen="$(echo -e "$options" | $rofi_command -p " $uptime |  $cpu | ﬙ $memory " -dmenu)" case $chosen in $shutdown) wk-power-command poweroff diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/tint2/tint2rc b/setup/linux/profile_gui/airootfs/etc/skel/.config/tint2/tint2rc index 7f6a69bb..4a842987 100644 --- a/setup/linux/profile_gui/airootfs/etc/skel/.config/tint2/tint2rc +++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/tint2/tint2rc @@ -1,34 +1,30 @@ -#---- Generated by tint2conf 2152 ---- -# See https://gitlab.com/o9000/tint2/wikis/Configure for -# full documentation of the configuration options. -#------------------------------------- -# Gradients +# WizardKit #------------------------------------- # Backgrounds -# Background 1: Active task, Active taskbar, Default task, Iconified task, Inactive desktop name, Inactive taskbar, Panel, Urgent task -rounded = 0 +# Background 1: Dark BG +rounded = 6 border_width = 0 border_sides = TBLR -background_color = #2d3036 100 -border_color = #2d3036 100 -background_color_hover = #2d3036 100 -border_color_hover = #2d3036 100 -background_color_pressed = #2d3036 100 -border_color_pressed = #2d3036 100 +background_color = #212121 100 +border_color = #212121 100 +background_color_hover = #212121 100 +border_color_hover = #212121 100 +background_color_pressed = #212121 100 +border_color_pressed = #212121 100 -# Background 2: -rounded = 1 +# Background 2: Dark BG - Active +rounded = 6 border_width = 0 border_sides = TBLR -background_color = #d8d8d8 30 -border_color = #d8d8d8 30 -background_color_hover = #d8d8d8 30 -border_color_hover = #d8d8d8 30 -background_color_pressed = #d8d8d8 30 -border_color_pressed = #d8d8d8 30 +background_color = #272727 100 +border_color = #272727 100 +background_color_hover = #272727 100 +border_color_hover = #272727 100 +background_color_pressed = #272727 100 +border_color_pressed = #272727 100 -# Background 3: -rounded = 1 +# Background 3: Unused? +rounded = 6 border_width = 0 border_sides = TBLR background_color = #000000 0 @@ -38,9 +34,9 @@ border_color_hover = #000000 0 background_color_pressed = #000000 0 border_color_pressed = #000000 0 -# Background 4: -rounded = 1 -border_width = 1 +# Background 4: Unused? +rounded = 6 +border_width = 0 border_sides = TBLR background_color = #888888 20 border_color = #ed2323 60 @@ -49,9 +45,9 @@ border_color_hover = #ed2323 60 background_color_pressed = #888888 20 border_color_pressed = #ed2323 60 -# Background 5: -rounded = 0 -border_width = 1 +# Background 5: Unused? +rounded = 6 +border_width = 0 border_sides = TBLR background_color = #000000 0 border_color = #000000 0 @@ -60,31 +56,31 @@ border_color_hover = #000000 0 background_color_pressed = #000000 0 border_color_pressed = #000000 0 -# Background 6: -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #d8d8d8 8 -border_color = #d8d8d8 0 -background_color_hover = #d8d8d8 8 -border_color_hover = #d8d8d8 0 -background_color_pressed = #d8d8d8 8 -border_color_pressed = #d8d8d8 0 - -# Background 7: Tooltip -rounded = 3 +# Background 6: Unused? +rounded = 6 border_width = 0 border_sides = TBLR -background_color = #222222 90 -border_color = #222222 90 -background_color_hover = #222222 90 -border_color_hover = #222222 90 -background_color_pressed = #222222 90 -border_color_pressed = #222222 90 +background_color = #bdbdbd 8 +border_color = #bdbdbd 0 +background_color_hover = #bdbdbd 8 +border_color_hover = #bdbdbd 0 +background_color_pressed = #bdbdbd 8 +border_color_pressed = #bdbdbd 0 -# Background 8: -rounded = 1 -border_width = 1 +# Background 7: Tooltip +rounded = 6 +border_width = 0 +border_sides = TBLR +background_color = #272727 90 +border_color = #272727 90 +background_color_hover = #272727 90 +border_color_hover = #272727 90 +background_color_pressed = #272727 90 +border_color_pressed = #272727 90 + +# Background 8: Unused? +rounded = 6 +border_width = 0 border_sides = TBLR background_color = #888888 20 border_color = #888888 20 @@ -93,22 +89,22 @@ border_color_hover = #888888 20 background_color_pressed = #888888 20 border_color_pressed = #888888 20 -# Background 9: Active desktop name, Clock -rounded = 1 -border_width = 1 +# Background 9: Light BG +rounded = 6 +border_width = 0 border_sides = TBLR -background_color = #d64937 100 -border_color = #d64937 100 -background_color_hover = #d64937 100 -border_color_hover = #d64937 100 +background_color = #9e9e9e 100 +border_color = #9e9e9e 100 +background_color_hover = #9e9e9e 100 +border_color_hover = #9e9e9e 100 gradient_id_hover = 0 -background_color_pressed = #d64937 100 -border_color_pressed = #d64937 100 +background_color_pressed = #9e9e9e 100 +border_color_pressed = #9e9e9e 100 #------------------------------------- # Panel panel_items = TSC -panel_size = 100% 30 +panel_size = 99% 30 panel_margin = 0 0 panel_padding = 0 0 0 panel_background_id = 1 @@ -135,7 +131,7 @@ mouse_pressed_icon_asb = 100 0 0 # Taskbar taskbar_mode = single_desktop taskbar_hide_if_empty = 0 -taskbar_padding = 2 2 0 +taskbar_padding = 0 taskbar_background_id = 1 taskbar_active_background_id = 1 taskbar_name = 1 @@ -146,8 +142,8 @@ taskbar_name_padding = 5 2 taskbar_name_background_id = 1 taskbar_name_active_background_id = 9 taskbar_name_font = Hack 10 -taskbar_name_font_color = #a9a9a9 100 -taskbar_name_active_font_color = #ffffff 100 +taskbar_name_font_color = #272727 100 +taskbar_name_active_font_color = #272727 100 taskbar_distribute_size = 1 taskbar_sort_order = title task_align = left @@ -162,8 +158,8 @@ task_maximum_size = 200 30 task_padding = 2 2 2 task_font = Hack 10 task_tooltip = 1 -task_font_color = #a8adb5 100 -task_active_font_color = #ffffff 100 +task_font_color = #9e9e9e 100 +task_active_font_color = #bdbdbd 100 task_urgent_font_color = #a8adb5 100 task_iconified_font_color = #a8adb5 100 task_icon_asb = 100 0 0 @@ -171,9 +167,9 @@ task_active_icon_asb = 100 0 0 task_urgent_icon_asb = 100 0 0 task_iconified_icon_asb = 80 0 0 task_background_id = 1 -task_active_background_id = 1 -task_urgent_background_id = 1 -task_iconified_background_id = 1 +task_active_background_id = 2 +task_urgent_background_id = 2 +task_iconified_background_id = 2 mouse_left = toggle_iconify mouse_middle = none mouse_right = close @@ -209,7 +205,7 @@ time2_format = time1_font = Hack 10 time1_timezone = time2_timezone = -clock_font_color = #ffffff 100 +clock_font_color = #272727 100 clock_padding = 4 4 clock_background_id = 9 clock_tooltip = @@ -227,7 +223,7 @@ battery_low_status = 20 battery_low_cmd = notify-send "battery low" bat1_font = Hack 12 bat2_font = Hack 12 -battery_font_color = #b5b5b5 100 +battery_font_color = #bdbdbd 100 battery_padding = 2 0 battery_background_id = 0 battery_hide = 96 @@ -245,5 +241,5 @@ tooltip_show_timeout = 0 tooltip_hide_timeout = 0 tooltip_padding = 2 2 tooltip_background_id = 7 -tooltip_font_color = #d8d8d8 100 +tooltip_font_color = #bdbdbd 100 tooltip_font = Hack 12