Update Linux theme
This commit is contained in:
parent
6b9e5cad9f
commit
4892f4c419
4 changed files with 100 additions and 104 deletions
|
|
@ -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" &
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<item label="Arch Menu"></item>
|
||||
<separator/>
|
||||
<item label="Hardware Diagnostics"> <action name="Execute">
|
||||
<execute>urxvt -t "Hardware Diagnostics" -e hw-diags</execute>
|
||||
<execute>termite --title "Hardware Diagnostics" -e hw-diags</execute>
|
||||
</action> </item>
|
||||
<item label="Hardware Information"> <action name="Execute">
|
||||
<execute>hardinfo</execute>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<execute>gsmartcontrol_polkit</execute>
|
||||
</action> </item>
|
||||
<item label="Network Diagnostics"> <action name="Execute">
|
||||
<execute>urxvt -title "Network Diagnostics" -hold -e hw-diags-network</execute>
|
||||
<execute>termite --title "Network Diagnostics" -hold -e hw-diags-network</execute>
|
||||
</action> </item>
|
||||
<item label="Web Browser"> <action name="Execute">
|
||||
<execute>firefox</execute>
|
||||
|
|
@ -31,32 +31,32 @@
|
|||
<execute>idle</execute>
|
||||
</action> </item>
|
||||
<item label="Python"> <action name="Execute">
|
||||
<execute>urxvt -e python</execute>
|
||||
<execute>termite -e python</execute>
|
||||
</action> </item>
|
||||
<item label="Python (v2.7)"> <action name="Execute">
|
||||
<execute>urxvt -e python2.7</execute>
|
||||
<execute>termite -e python2.7</execute>
|
||||
</action> </item>
|
||||
<item label="Tclsh8.6"> <action name="Execute">
|
||||
<execute>urxvt -e tclsh8.6</execute>
|
||||
<execute>termite -e tclsh8.6</execute>
|
||||
</action> </item>
|
||||
</menu>
|
||||
<menu id="2" label="Editors">
|
||||
<item label="hexedit"> <action name="Execute">
|
||||
<execute>urxvt -e hexedit</execute>
|
||||
<execute>termite -e hexedit</execute>
|
||||
</action> </item>
|
||||
<item label="Nano"> <action name="Execute">
|
||||
<execute>urxvt -e nano</execute>
|
||||
<execute>termite -e nano</execute>
|
||||
</action> </item>
|
||||
<item label="Vi"> <action name="Execute">
|
||||
<execute>urxvt -e vi</execute>
|
||||
<execute>termite -e vi</execute>
|
||||
</action> </item>
|
||||
<item label="Vim"> <action name="Execute">
|
||||
<execute>urxvt -e vim</execute>
|
||||
<execute>termite -e vim</execute>
|
||||
</action> </item>
|
||||
</menu>
|
||||
<menu id="7" label="Multimedia">
|
||||
<item label="ALSA mixer"> <action name="Execute">
|
||||
<execute>urxvt -e alsamixer</execute>
|
||||
<execute>termite -e alsamixer</execute>
|
||||
</action> </item>
|
||||
<item label="mpv Media Player"> <action name="Execute">
|
||||
<execute>mpv</execute>
|
||||
|
|
@ -76,34 +76,34 @@
|
|||
<execute>bvnc</execute>
|
||||
</action> </item>
|
||||
<item label="ELinks"> <action name="Execute">
|
||||
<execute>urxvt -e elinks</execute>
|
||||
<execute>termite -e elinks</execute>
|
||||
</action> </item>
|
||||
<item label="FireFox"> <action name="Execute">
|
||||
<execute>firefox</execute>
|
||||
</action> </item>
|
||||
<item label="FTP"> <action name="Execute">
|
||||
<execute>urxvt -e ftp</execute>
|
||||
<execute>termite -e ftp</execute>
|
||||
</action> </item>
|
||||
<item label="Irssi"> <action name="Execute">
|
||||
<execute>urxvt -e irssi</execute>
|
||||
<execute>termite -e irssi</execute>
|
||||
</action> </item>
|
||||
<item label="LFTP"> <action name="Execute">
|
||||
<execute>urxvt -e lftp</execute>
|
||||
<execute>termite -e lftp</execute>
|
||||
</action> </item>
|
||||
<item label="Mail"> <action name="Execute">
|
||||
<execute>urxvt -e mail</execute>
|
||||
<execute>termite -e mail</execute>
|
||||
</action> </item>
|
||||
<item label="Mail Reader"> <action name="Execute">
|
||||
<execute>exo-open --launch MailReader</execute>
|
||||
</action> </item>
|
||||
<item label="Talk"> <action name="Execute">
|
||||
<execute>urxvt -e talk</execute>
|
||||
<execute>termite -e talk</execute>
|
||||
</action> </item>
|
||||
<item label="Telnet"> <action name="Execute">
|
||||
<execute>urxvt -e telnet</execute>
|
||||
<execute>termite -e telnet</execute>
|
||||
</action> </item>
|
||||
<item label="TkVNC"> <action name="Execute">
|
||||
<execute>urxvt -e tkvnc</execute>
|
||||
<execute>termite -e tkvnc</execute>
|
||||
</action> </item>
|
||||
<item label="Web Browser"> <action name="Execute">
|
||||
<execute>exo-open --launch WebBrowser</execute>
|
||||
|
|
@ -117,15 +117,15 @@
|
|||
</menu>
|
||||
<menu id="4" label="Science">
|
||||
<item label="bc"> <action name="Execute">
|
||||
<execute>urxvt -e bc</execute>
|
||||
<execute>termite -e bc</execute>
|
||||
</action> </item>
|
||||
<item label="dc"> <action name="Execute">
|
||||
<execute>urxvt -e dc</execute>
|
||||
<execute>termite -e dc</execute>
|
||||
</action> </item>
|
||||
</menu>
|
||||
<menu id="19" label="Shells">
|
||||
<item label="MC"> <action name="Execute">
|
||||
<execute>urxvt -e mc</execute>
|
||||
<execute>termite -e mc</execute>
|
||||
</action> </item>
|
||||
<item label="Thunar File Manager"> <action name="Execute">
|
||||
<execute>thunar</execute>
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
<execute>/usr/lib/Thunar/ThunarBulkRename</execute>
|
||||
</action> </item>
|
||||
<item label="Conky"> <action name="Execute">
|
||||
<execute>urxvt -e conky</execute>
|
||||
<execute>termite -e conky</execute>
|
||||
</action> </item>
|
||||
<item label="GParted"> <action name="Execute">
|
||||
<execute>gparted</execute>
|
||||
|
|
@ -176,19 +176,19 @@
|
|||
<execute>gsmartcontrol_polkit</execute>
|
||||
</action> </item>
|
||||
<item label="Htop"> <action name="Execute">
|
||||
<execute>urxvt -e htop</execute>
|
||||
<execute>termite -e htop</execute>
|
||||
</action> </item>
|
||||
<item label="Openbox Menu Editor"> <action name="Execute">
|
||||
<execute>obmenu</execute>
|
||||
</action> </item>
|
||||
<item label="pstree"> <action name="Execute">
|
||||
<execute>urxvt -e pstree</execute>
|
||||
<execute>termite -e pstree</execute>
|
||||
</action> </item>
|
||||
<item label="pstree"> <action name="Execute">
|
||||
<execute>urxvt -e /usr/bin/pstree.x11</execute>
|
||||
<execute>termite -e /usr/bin/pstree.x11</execute>
|
||||
</action> </item>
|
||||
<item label="Pstree"> <action name="Execute">
|
||||
<execute>urxvt -e pstree.x11</execute>
|
||||
<execute>termite -e pstree.x11</execute>
|
||||
</action> </item>
|
||||
<item label="System Profiler and Benchmark"> <action name="Execute">
|
||||
<execute>hardinfo</execute>
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
<execute>tint2</execute>
|
||||
</action> </item>
|
||||
<item label="Top"> <action name="Execute">
|
||||
<execute>urxvt -e top</execute>
|
||||
<execute>termite -e top</execute>
|
||||
</action> </item>
|
||||
<item label="VeraCrypt"> <action name="Execute">
|
||||
<execute>veracrypt</execute>
|
||||
|
|
@ -211,19 +211,19 @@
|
|||
<execute>compton --xrender-sync-fence</execute>
|
||||
</action> </item>
|
||||
<item label="Console Matrix (Text)"> <action name="Execute">
|
||||
<execute>urxvt -e cmatrix</execute>
|
||||
<execute>termite -e cmatrix</execute>
|
||||
</action> </item>
|
||||
<item label="File Manager"> <action name="Execute">
|
||||
<execute>exo-open --launch FileManager</execute>
|
||||
</action> </item>
|
||||
<item label="Info"> <action name="Execute">
|
||||
<execute>urxvt -e info</execute>
|
||||
<execute>termite -e info</execute>
|
||||
</action> </item>
|
||||
<item label="Terminal Emulator"> <action name="Execute">
|
||||
<execute>exo-open --launch TerminalEmulator</execute>
|
||||
</action> </item>
|
||||
<item label="Xev"> <action name="Execute">
|
||||
<execute>urxvt -e xev</execute>
|
||||
<execute>termite -e xev</execute>
|
||||
</action> </item>
|
||||
</menu>
|
||||
<separator/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue