diff options
Diffstat (limited to '.config')
47 files changed, 380 insertions, 46 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 6ea5296..c99e3d0 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,9 +1,11 @@ tint2 & -alacritty & +urxvt & +redshift -l 34.3065:-82.66374 & nm-applet & -pcmanfm-qt & clipmenud & nextcloud & +xset r rate 251 25 & +xset -b xcape -e 'Caps_Lock=Escape' xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 -feh --bg-fill ~/pictures/desktops/delos.png +feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index cd7abd4..c5f6df3 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,13 +120,13 @@ use obconf if you want to change these without having to log out and back in --> - <number>1</number> + <number>4</number> <firstdesk>1</firstdesk> <names> - <!-- set names up here if you want to, like this: - <name>desktop 1</name> - <name>desktop 2</name> - --> + <name>1</name> + <name>2</name> + <name>3</name> + <name>4</name> </names> <popupTime>875</popupTime> <!-- The number of milliseconds to show the popup for when switching @@ -179,16 +179,21 @@ <keyboard> <chainQuitKey>C-g</chainQuitKey> <!-- Keybindings for desktop switching --> - <keybind key="C-A-space"> - <action name="ShowMenu"><menu>root-menu</menu></action> - </keybind> - <keybind key="C-A-Left"> + <keybind key="A-F6"> + <action name="MaximizeFull"/> + </keybind> + <keybind key="C-A-space"> + <action name="ShowMenu"> + <menu>root-menu</menu> + </action> + </keybind> + <keybind key="A-J"> <action name="GoToDesktop"> <to>left</to> <wrap>no</wrap> </action> </keybind> - <keybind key="C-A-Right"> + <keybind key="A-K"> <action name="GoToDesktop"> <to>right</to> <wrap>no</wrap> @@ -230,22 +235,22 @@ <wrap>no</wrap> </action> </keybind> - <keybind key="W-F1"> + <keybind key="A-1"> <action name="GoToDesktop"> <to>1</to> </action> </keybind> - <keybind key="W-F2"> + <keybind key="A-2"> <action name="GoToDesktop"> <to>2</to> </action> </keybind> - <keybind key="W-F3"> + <keybind key="A-3"> <action name="GoToDesktop"> <to>3</to> </action> </keybind> - <keybind key="W-F4"> + <keybind key="A-4"> <action name="GoToDesktop"> <to>4</to> </action> @@ -264,54 +269,56 @@ </keybind> <keybind key="A-space"> <action name="Execute"> - <command>dmenu_run</command> + <command>dmenu_run</command> </action> </keybind> - <keybind key="A-space"> + <keybind key="A-C"> <action name="Execute"> - <command>dmenu_run</command> + <command>clipmenu</command> </action> </keybind> - <keybind key="A-H"> + <keybind key="A-S"> <action name="Execute"> - <command>clipmenu</command> + <command>urxvt -e sh -c "fzsnip"</command> </action> </keybind> <keybind key="XF86AudioRaiseVolume"> <action name="Execute"> <command>pactl set-sink-volume 0 +10%</command> </action> - </keybind> + </keybind> <keybind key="XF86AudioLowerVolume"> - <action name="Execute"> + <action name="Execute"> <command>pactl set-sink-volume 0 -10%</command> </action> </keybind> + <keybind key="Print"> + <action name="Execute"> + <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + </action> + </keybind> + <keybind key="A-Print"> + <action name="Execute"> + <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + </action> + </keybind> <keybind key="XF86AudioMute"> <action name="Execute"> - <command>pactl set-sink-mute 0 toggle</command> + <command>pactl set-sink-mute 0 toggle</command> </action> </keybind> - <!-- Keybindings for window switching --> - <keybind key="A-Tab"> - <action name="NextWindow"> - <finalactions> - <action name="Focus"/> - <action name="Raise"/> - <action name="Unshade"/> - </finalactions> + <keybind key="XF86MonBrightnessDown"> + <action name="Execute"> + <command>brightnessctl set 100-</command> </action> </keybind> - <keybind key="A-S-Tab"> - <action name="PreviousWindow"> - <finalactions> - <action name="Focus"/> - <action name="Raise"/> - <action name="Unshade"/> - </finalactions> + <keybind key="XF86MonBrightnessUp"> + <action name="Execute"> + <command>brightnessctl set 100+</command> </action> </keybind> - <keybind key="A-J"> + <!-- Keybindings for window switching --> + <keybind key="A-Tab"> <action name="NextWindow"> <finalactions> <action name="Focus"/> @@ -320,7 +327,7 @@ </finalactions> </action> </keybind> - <keybind key="A-K"> + <keybind key="A-S-Tab"> <action name="PreviousWindow"> <finalactions> <action name="Focus"/> @@ -384,6 +391,9 @@ <screenEdgeWarpMouse>false</screenEdgeWarpMouse> <!-- Set this to TRUE to move the mouse pointer across the desktop when switching due to hitting the edge of the screen --> + <mousebind button="A-Left" action="Drag"> + <action name="Move"/> + </mousebind> <context name="Frame"> <mousebind button="A-Left" action="Press"> <action name="Focus"/> @@ -778,8 +788,6 @@ <x>center</x> # a number like 50, or 'center' to center on screen. use a negative number # to start from the right (or bottom for <y>), ie -50 is 50 pixels from - # the right edge (or bottom). use 'default' to specify using value - # provided by the application, or chosen by openbox, instead. <y>200</y> <monitor>1</monitor> # specifies the monitor in a xinerama setup. @@ -826,5 +834,17 @@ # end of the example --> + <application class="URxvt"> + <decor>no</decor> + <desktop>1</desktop> + </application> + <application class="Darktable"> + <decor>no</decor> + <desktop>3</desktop> + <fullscreen>yes</fullscreen> + </application> + <application class="kdenlive"> + <decor>no</decor> + </application> </applications> </openbox_config> diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index d1d5837..b5c890f 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -9,4 +9,4 @@ s:/home/lxf/sites/luxagraf.net c:/home/lxf/pictures/nextcloud-ccg-phone t:/home/lxf/temp p:/home/lxf/temp/wired -':/usr/share/applications +':/home/lxf diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index cac8768..d7334d5 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -118,7 +118,7 @@ ext midi?, terminal, has wildmidi = wildmidi -- "$@" #------------------------------------------- mime ^video|audio, has gmplayer, X, flag f = gmplayer -- "$@" mime ^video|audio, has smplayer, X, flag f = smplayer "$@" -mime ^video, has mpv, X, flag f = mpv -- "$@" +mime ^video, has mpv, X, flag f = mpv --hwdec=vaapi -- "$@" mime ^video, has mpv, X, flag f = mpv --fs -- "$@" mime ^video, has mplayer2, X, flag f = mplayer2 -- "$@" mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@" diff --git a/.config/tint2/executors/icons/weather/01d b/.config/tint2/executors/icons/weather/01d Binary files differnew file mode 100644 index 0000000..673d322 --- /dev/null +++ b/.config/tint2/executors/icons/weather/01d diff --git a/.config/tint2/executors/icons/weather/01n b/.config/tint2/executors/icons/weather/01n Binary files differnew file mode 100644 index 0000000..d4e469f --- /dev/null +++ b/.config/tint2/executors/icons/weather/01n diff --git a/.config/tint2/executors/icons/weather/02d b/.config/tint2/executors/icons/weather/02d Binary files differnew file mode 100644 index 0000000..3a65131 --- /dev/null +++ b/.config/tint2/executors/icons/weather/02d diff --git a/.config/tint2/executors/icons/weather/02n b/.config/tint2/executors/icons/weather/02n Binary files differnew file mode 100644 index 0000000..43f5054 --- /dev/null +++ b/.config/tint2/executors/icons/weather/02n diff --git a/.config/tint2/executors/icons/weather/03d b/.config/tint2/executors/icons/weather/03d Binary files differnew file mode 100644 index 0000000..a01bb81 --- /dev/null +++ b/.config/tint2/executors/icons/weather/03d diff --git a/.config/tint2/executors/icons/weather/03n b/.config/tint2/executors/icons/weather/03n Binary files differnew file mode 100644 index 0000000..088277b --- /dev/null +++ b/.config/tint2/executors/icons/weather/03n diff --git a/.config/tint2/executors/icons/weather/04.png b/.config/tint2/executors/icons/weather/04.png Binary files differnew file mode 100644 index 0000000..67d4eb4 --- /dev/null +++ b/.config/tint2/executors/icons/weather/04.png diff --git a/.config/tint2/executors/icons/weather/04d b/.config/tint2/executors/icons/weather/04d Binary files differnew file mode 100644 index 0000000..f241aba --- /dev/null +++ b/.config/tint2/executors/icons/weather/04d diff --git a/.config/tint2/executors/icons/weather/04n b/.config/tint2/executors/icons/weather/04n Binary files differnew file mode 100644 index 0000000..73476a2 --- /dev/null +++ b/.config/tint2/executors/icons/weather/04n diff --git a/.config/tint2/executors/icons/weather/09d b/.config/tint2/executors/icons/weather/09d Binary files differnew file mode 100644 index 0000000..a8568f5 --- /dev/null +++ b/.config/tint2/executors/icons/weather/09d diff --git a/.config/tint2/executors/icons/weather/09n b/.config/tint2/executors/icons/weather/09n Binary files differnew file mode 100644 index 0000000..602685e --- /dev/null +++ b/.config/tint2/executors/icons/weather/09n diff --git a/.config/tint2/executors/icons/weather/10d b/.config/tint2/executors/icons/weather/10d Binary files differnew file mode 100644 index 0000000..fc2f201 --- /dev/null +++ b/.config/tint2/executors/icons/weather/10d diff --git a/.config/tint2/executors/icons/weather/10n b/.config/tint2/executors/icons/weather/10n Binary files differnew file mode 100644 index 0000000..bb20e0d --- /dev/null +++ b/.config/tint2/executors/icons/weather/10n diff --git a/.config/tint2/executors/icons/weather/11d b/.config/tint2/executors/icons/weather/11d Binary files differnew file mode 100644 index 0000000..2310782 --- /dev/null +++ b/.config/tint2/executors/icons/weather/11d diff --git a/.config/tint2/executors/icons/weather/11n b/.config/tint2/executors/icons/weather/11n Binary files differnew file mode 100644 index 0000000..d2d6607 --- /dev/null +++ b/.config/tint2/executors/icons/weather/11n diff --git a/.config/tint2/executors/icons/weather/13d b/.config/tint2/executors/icons/weather/13d Binary files differnew file mode 100644 index 0000000..a419ce7 --- /dev/null +++ b/.config/tint2/executors/icons/weather/13d diff --git a/.config/tint2/executors/icons/weather/13n b/.config/tint2/executors/icons/weather/13n Binary files differnew file mode 100644 index 0000000..638d35c --- /dev/null +++ b/.config/tint2/executors/icons/weather/13n diff --git a/.config/tint2/executors/icons/weather/404.png b/.config/tint2/executors/icons/weather/404.png Binary files differnew file mode 100644 index 0000000..00e9f11 --- /dev/null +++ b/.config/tint2/executors/icons/weather/404.png diff --git a/.config/tint2/executors/icons/weather/50d b/.config/tint2/executors/icons/weather/50d Binary files differnew file mode 100644 index 0000000..1bc8f9f --- /dev/null +++ b/.config/tint2/executors/icons/weather/50d diff --git a/.config/tint2/executors/icons/weather/50n b/.config/tint2/executors/icons/weather/50n Binary files differnew file mode 100644 index 0000000..058da72 --- /dev/null +++ b/.config/tint2/executors/icons/weather/50n diff --git a/.config/tint2/executors/icons/weather/openweathermap/01d b/.config/tint2/executors/icons/weather/openweathermap/01d Binary files differnew file mode 100644 index 0000000..ed42ad9 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/01d diff --git a/.config/tint2/executors/icons/weather/openweathermap/01n b/.config/tint2/executors/icons/weather/openweathermap/01n Binary files differnew file mode 100644 index 0000000..85efa16 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/01n diff --git a/.config/tint2/executors/icons/weather/openweathermap/02d b/.config/tint2/executors/icons/weather/openweathermap/02d Binary files differnew file mode 100644 index 0000000..fabd9c3 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/02d diff --git a/.config/tint2/executors/icons/weather/openweathermap/02n b/.config/tint2/executors/icons/weather/openweathermap/02n Binary files differnew file mode 100644 index 0000000..288a40e --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/02n diff --git a/.config/tint2/executors/icons/weather/openweathermap/03d b/.config/tint2/executors/icons/weather/openweathermap/03d Binary files differnew file mode 100644 index 0000000..ef2e9f7 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/03d diff --git a/.config/tint2/executors/icons/weather/openweathermap/03n b/.config/tint2/executors/icons/weather/openweathermap/03n Binary files differnew file mode 100644 index 0000000..ef2e9f7 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/03n diff --git a/.config/tint2/executors/icons/weather/openweathermap/04.png b/.config/tint2/executors/icons/weather/openweathermap/04.png Binary files differnew file mode 100644 index 0000000..9c64ea8 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/04.png diff --git a/.config/tint2/executors/icons/weather/openweathermap/04d b/.config/tint2/executors/icons/weather/openweathermap/04d Binary files differnew file mode 100644 index 0000000..9c64ea8 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/04d diff --git a/.config/tint2/executors/icons/weather/openweathermap/04n b/.config/tint2/executors/icons/weather/openweathermap/04n Binary files differnew file mode 100644 index 0000000..9c64ea8 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/04n diff --git a/.config/tint2/executors/icons/weather/openweathermap/09d b/.config/tint2/executors/icons/weather/openweathermap/09d Binary files differnew file mode 100644 index 0000000..0f14cb6 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/09d diff --git a/.config/tint2/executors/icons/weather/openweathermap/09n b/.config/tint2/executors/icons/weather/openweathermap/09n Binary files differnew file mode 100644 index 0000000..0f14cb6 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/09n diff --git a/.config/tint2/executors/icons/weather/openweathermap/10d b/.config/tint2/executors/icons/weather/openweathermap/10d Binary files differnew file mode 100644 index 0000000..62304fd --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/10d diff --git a/.config/tint2/executors/icons/weather/openweathermap/10n b/.config/tint2/executors/icons/weather/openweathermap/10n Binary files differnew file mode 100644 index 0000000..b5e5d10 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/10n diff --git a/.config/tint2/executors/icons/weather/openweathermap/11d b/.config/tint2/executors/icons/weather/openweathermap/11d Binary files differnew file mode 100644 index 0000000..4a885cf --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/11d diff --git a/.config/tint2/executors/icons/weather/openweathermap/11n b/.config/tint2/executors/icons/weather/openweathermap/11n Binary files differnew file mode 100644 index 0000000..4a885cf --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/11n diff --git a/.config/tint2/executors/icons/weather/openweathermap/13d b/.config/tint2/executors/icons/weather/openweathermap/13d Binary files differnew file mode 100644 index 0000000..7867322 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/13d diff --git a/.config/tint2/executors/icons/weather/openweathermap/13n b/.config/tint2/executors/icons/weather/openweathermap/13n Binary files differnew file mode 100644 index 0000000..7867322 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/13n diff --git a/.config/tint2/executors/icons/weather/openweathermap/404.png b/.config/tint2/executors/icons/weather/openweathermap/404.png Binary files differnew file mode 100644 index 0000000..00e9f11 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/404.png diff --git a/.config/tint2/executors/icons/weather/openweathermap/50d b/.config/tint2/executors/icons/weather/openweathermap/50d Binary files differnew file mode 100644 index 0000000..f04122b --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/50d diff --git a/.config/tint2/executors/icons/weather/openweathermap/50n b/.config/tint2/executors/icons/weather/openweathermap/50n Binary files differnew file mode 100644 index 0000000..f04122b --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/50n diff --git a/.config/tint2/executors/icons/weather/openweathermap/weather.png b/.config/tint2/executors/icons/weather/openweathermap/weather.png Binary files differnew file mode 100644 index 0000000..9c64ea8 --- /dev/null +++ b/.config/tint2/executors/icons/weather/openweathermap/weather.png diff --git a/.config/tint2/executors/icons/weather/weather.svg b/.config/tint2/executors/icons/weather/weather.svg new file mode 100644 index 0000000..293534f --- /dev/null +++ b/.config/tint2/executors/icons/weather/weather.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="m 10.999997,4.0000038 v 2.085937 a 6,6 0 0 1 1,-0.08594 6,6 0 0 1 1,0.08984 V 3.9999968 Z M 7.0507781,5.6367228 5.636716,7.0507848 7.1132781,8.5273477 a 6,6 0 0 1 1.416016,-1.4121099 z m 9.8984379,0 -1.476563,1.476562 a 6,6 0 0 1 1.41211,1.4160159 l 1.478515,-1.4785159 z m -4.949219,1.363281 A 5,5 0 0 0 6.9999971,12.000003 5,5 0 0 0 9.294919,16.205081 c 0.418395,-0.899362 1.246702,-1.568026 2.228516,-1.882812 0.646177,-1.320546 1.899347,-2.322266 3.476562,-2.322266 0.732994,0 1.393594,0.222902 1.958984,0.587891 a 5,5 0 0 0 0.04102,-0.587891 5,5 0 0 0 -5,-4.9999992 z m -8,3.9999992 v 2 h 2.085938 a 6,6 0 0 1 -0.08594,-1 6,6 0 0 1 0.08984,-1 z m 13.914062,0 a 6,6 0 0 1 0.08594,1 6,6 0 0 1 -0.08984,1 h 2.089844 v -2 z m -2.914062,2 c -1.31,0 -2.400547,0.859297 -2.810547,2.029297 -1.23,0.16 -2.1894529,1.200703 -2.1894529,2.470703 0,1.38 1.1199999,2.5 2.4999999,2.5 h 5 c 1.38,0 2.5,-1.12 2.5,-2.5 0,-1.27 -0.959453,-2.310703 -2.189453,-2.470703 -0.4,-1.17 -1.500547,-2.029297 -2.810547,-2.029297 z m -7.8847648,2.470703 -1.478516,1.478516 1.414062,1.414062 1.476563,-1.476562 a 6,6 0 0 1 -1.412109,-1.416016 z"/> +</svg> diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc new file mode 100644 index 0000000..ad291fc --- /dev/null +++ b/.config/tint2/tint2rc @@ -0,0 +1,304 @@ +#---- Generated by tint2conf aeaf ---- +# See https://gitlab.com/o9000/tint2/wikis/Configure for +# full documentation of the configuration options. +#------------------------------------- +# Gradients +#------------------------------------- +# Backgrounds +# Background 1: Panel +rounded = 0 +border_width = 0 +border_sides = TBLR +background_color = #000000 60 +border_color = #000000 30 +background_color_hover = #000000 60 +border_color_hover = #000000 30 +background_color_pressed = #000000 60 +border_color_pressed = #000000 30 + +# Background 2: Default task, Iconified task +rounded = 4 +border_width = 1 +border_sides = TBLR +background_color = #777777 20 +border_color = #777777 30 +background_color_hover = #aaaaaa 22 +border_color_hover = #eaeaea 44 +background_color_pressed = #555555 4 +border_color_pressed = #eaeaea 44 + +# Background 3: Active task +rounded = 4 +border_width = 1 +border_sides = TBLR +background_color = #777777 20 +border_color = #ffffff 40 +background_color_hover = #aaaaaa 22 +border_color_hover = #eaeaea 44 +background_color_pressed = #555555 4 +border_color_pressed = #eaeaea 44 + +# Background 4: Urgent task +rounded = 4 +border_width = 1 +border_sides = TBLR +background_color = #aa4400 100 +border_color = #aa7733 100 +background_color_hover = #cc7700 100 +border_color_hover = #aa7733 100 +background_color_pressed = #555555 4 +border_color_pressed = #aa7733 100 + +# Background 5: Tooltip +rounded = 1 +border_width = 1 +border_sides = TBLR +background_color = #222222 100 +border_color = #333333 100 +background_color_hover = #ffffaa 100 +border_color_hover = #000000 100 +background_color_pressed = #ffffaa 100 +border_color_pressed = #000000 100 + +#------------------------------------- +# Panel +scale_relative_to_dpi = 2 +panel_items = P:L:TEEEESBC +panel_size = 100% 44 +panel_margin = 0 0 +panel_padding = 2 0 2 +panel_background_id = 1 +wm_menu = 1 +panel_dock = 0 +panel_position = bottom center horizontal +panel_layer = top +panel_monitor = all +panel_shrink = 0 +autohide = 0 +autohide_show_timeout = 0 +autohide_hide_timeout = 0.5 +autohide_height = 2 +strut_policy = follow_size +panel_window_name = tint2 +disable_transparency = 0 +mouse_effects = 1 +font_shadow = 0 +mouse_hover_icon_asb = 100 0 10 +mouse_pressed_icon_asb = 100 0 0 + +#------------------------------------- +# Taskbar +taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 +taskbar_padding = 0 0 2 +taskbar_background_id = 0 +taskbar_active_background_id = 0 +taskbar_name = 1 +taskbar_hide_inactive_tasks = 0 +taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 +taskbar_name_padding = 4 2 +taskbar_name_background_id = 0 +taskbar_name_active_background_id = 0 +taskbar_name_font_color = #e3e3e3 100 +taskbar_name_font = Roboto 20 +taskbar_name_active_font_color = #ffffff 100 +taskbar_distribute_size = 0 +taskbar_sort_order = none +task_align = left + +#------------------------------------- +# Task +task_text = 0 +task_icon = 1 +task_centered = 1 +urgent_nb_of_blink = 100000 +task_maximum_size = 180 35 +task_padding = 2 2 4 +task_tooltip = 1 +task_thumbnail = 0 +task_thumbnail_size = 210 +task_font_color = #ffffff 200 +task_background_id = 2 +task_active_background_id = 3 +task_urgent_background_id = 4 +task_iconified_background_id = 2 +task_font = Roboto 18 +mouse_left = toggle_iconify +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify + +#------------------------------------- +# System tray (notification area) +systray_padding = 0 4 2 +systray_background_id = 0 +systray_sort = ascending +systray_icon_size = 40 +systray_icon_asb = 100 0 0 +systray_monitor = 1 + +#------------------------------------- +# Launcher +launcher_padding = 8 0 12 +launcher_font = Roboto 24 +launcher_background_id = 0 +launcher_icon_background_id = 0 +launcher_icon_size = 36 +launcher_icon_asb = 100 0 0 +launcher_icon_theme_override = 0 +startup_notifications = 1 +launcher_tooltip = 1 +launcher_item_app = urxvt.desktop +launcher_item_app = vivaldi-snapshot.desktop +launcher_item_app = darktable.desktop +launcher_item_app = thunar.desktop + +#------------------------------------- +# Clock +time1_format = %a %b %d %l:%M +#time2_format = %A %d %B +time1_timezone = +time1_font = Roboto 24 +time2_timezone = +clock_font_color = #ffffff 100 +clock_padding = 2 0 +clock_background_id = 0 +clock_tooltip = +clock_tooltip_timezone = +clock_lclick_command = gsimplecal +clock_mclick_command = +clock_uwheel_command = +clock_dwheel_command = + +#------------------------------------- +# Battery +battery = 0 +battery_tooltip = 1 +bat1_font = Roboto 22 +bat2_font = Roboto 22 +bat1_format = %s %p - %t +battery_low_status = 10 +battery_low_cmd = xmessage 'tint2: Battery low!' +battery_full_cmd = +battery_font_color = #ffffff 100 +battery_padding = 40 0 +battery_background_id = 0 +battery_hide = 101 + +#------------------------------------- +# Tooltip +tooltip_show_timeout = 0.5 +tooltip_hide_timeout = 0.1 +tooltip_padding = 4 4 +tooltip_background_id = 5 +tooltip_font_color = #dddddd 100 + +# Executor 6 (weather local) +button = new +button_icon = ~/bin/launcher.png +#button_text = Menu +button_tooltip = +button_font = Roboto Regular 18 +button_font_color = #888888 100 +button_background_id = 0 +button_centered = 0 +button_padding = 10 1 1 +button_max_icon_size = 32 +button_lclick_command = jgmenu_run +# button_mclick_command = +button_rclick_command = jgmenu_run +#button_uwheel_command = +#button_dwheel_command = + +#------------------------------------- +# Executor 1 (music) +execp = new +execp_command = mpc current --format '%title% - %artist%' | head -n 2 +execp_interval = 120 +execp_has_icon = 0 +execp_cache_icon = 1 +execp_continuous = 0 +execp_markup = 1 +execp_tooltip = +execp_lclick_command = mpc toggle +execp_rclick_command = mpc next +execp_font = Roboto Regular 20 +execp_font_color = #ffffff 100 +execp_padding = 8 0 +execp_background_id = 2 +execp_centered = 0 +execp_icon_w = 0 +execp_icon_h = 0 + +#------------------------------------- +# Executor 2 (weather local) +execp = new +execp_command = ~/bin/weather.sh +execp_interval = 600 +execp_has_icon = 1 +execp_cache_icon = 1 +execp_continuous = 0 +execp_markup = 1 +execp_tooltip = Current weather --> leftclick for 7days weather forecast +execp_lclick_command = xdg-open https://openweathermap.org/city/4583127 +execp_rclick_command = +execp_mclick_command = +execp_uwheel_command = +execp_dwheel_command = +execp_font = Roboto 22 +execp_font_color = #ffffff 100 +execp_padding = 20 0 +execp_background_id = 0 +execp_centered = 0 +execp_icon_w = 48 +execp_icon_h = 48 + + +#------------------------------------- +# Executor 3 +execp = new +execp_command = psuinfo -IM +execp_interval = 120 +execp_has_icon = 0 +execp_cache_icon = 1 +execp_continuous = 1 +execp_markup = 1 +execp_tooltip = +execp_lclick_command = +execp_rclick_command = +execp_mclick_command = +execp_uwheel_command = +execp_dwheel_command = +execp_font = Roboto 22 +execp_font_color = #ffffff 100 +execp_padding = 20 0 +execp_background_id = 0 +execp_centered = 0 +execp_icon_w = 0 +execp_icon_h = 0 + +#------------------------------------- +# Executor 4 +execp = new +execp_command = psuinfo -In -W1 +execp_interval = 600 +execp_has_icon = 0 +execp_cache_icon = 1 +execp_continuous = 1 +execp_markup = 1 +execp_tooltip = +execp_lclick_command = +execp_rclick_command = +execp_mclick_command = +execp_uwheel_command = +execp_dwheel_command = +execp_font = Roboto 22 +execp_font_color = #ffffff 100 +execp_padding = 10 0 +execp_background_id = 0 +execp_centered = 0 +execp_icon_w = 0 +execp_icon_h = 0 |