From 7343a15f123c78d7c29ff7a189798de689869026 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 7 Mar 2025 00:41:38 -0300 Subject: Initial commit. --- .gitmodules | 3 + README.md | 30 + desktop-common/.config/dunst/dunstrc | 315 ++++++++ desktop-common/.config/dunst/vaultboy-critical.png | Bin 0 -> 9267 bytes desktop-common/.config/dunst/vaultboy-low.png | Bin 0 -> 9457 bytes desktop-common/.config/dunst/vaultboy-normal.png | Bin 0 -> 9223 bytes desktop-common/.config/rofi-pass/config | 99 +++ desktop-common/.config/rofi/config.rasi | 28 + desktop-common/.config/rofi/themes/dark-grid.rasi | 113 +++ desktop-common/.config/rofi/themes/dark.rasi | 108 +++ desktop-common/.local/bin/rofi-power-menu | 289 +++++++ .../.local/share/applications/auxilium.desktop | 9 + .../.local/share/applications/fast.desktop | 9 + .../.local/share/applications/kindle.desktop | 9 + desktop-common/.local/share/icons/cross.png | Bin 0 -> 4535 bytes desktop-common/.local/share/icons/kindle.png | Bin 0 -> 11315 bytes .../.local/share/icons/st-benedict-cross.png | Bin 0 -> 25949 bytes desktop-common/dot-Xresources | 3 + desktop-wayland/.config/environment.d/path.conf | 1 + desktop-wayland/.config/river/init | 95 +++ desktop-wayland/.config/waybar/config.jsonc | 152 ++++ desktop-wayland/.config/waybar/gruvbox.css | 23 + desktop-wayland/.config/waybar/style.css | 132 ++++ desktop-wayland/.local/bin/screenlock-wayland | 19 + desktop-x11/.config/bspwm/bspwmrc | 134 ++++ desktop-x11/.config/polybar/base.ini | 73 ++ desktop-x11/.config/polybar/colors.ini | 35 + desktop-x11/.config/polybar/config.ini | 49 ++ desktop-x11/.config/polybar/launch.sh | 45 ++ desktop-x11/.config/polybar/modules.ini | 354 +++++++++ desktop-x11/.config/sxhkd/sxhkdrc | 353 +++++++++ desktop-x11/.local/bin/rofi-pass | 868 +++++++++++++++++++++ .../share/backgrounds/abandoned-hut-night.jpg | Bin 0 -> 105644 bytes .../usr/local/share/backgrounds/bag-end.jpg | Bin 0 -> 383777 bytes .../usr/local/share/backgrounds/book-of-kells.jpg | Bin 0 -> 1795610 bytes .../dore-christ-leaving-the-praetorium.jpg | Bin 0 -> 1409450 bytes .../usr/local/share/backgrounds/gandalf-1.jpg | Bin 0 -> 313967 bytes .../usr/local/share/backgrounds/gandalf-2.jpg | Bin 0 -> 361704 bytes .../share/backgrounds/in-hoc-signo-vinces-fire.png | Bin 0 -> 420242 bytes global-common/usr/local/share/backgrounds/mass.jpg | Bin 0 -> 379570 bytes .../local/share/backgrounds/mount-st-michel.jpg | Bin 0 -> 475970 bytes .../odysseus-and-the-sirens-by-waterhouse.jpg | Bin 0 -> 72133 bytes .../usr/local/share/backgrounds/old-knight.jpg | Bin 0 -> 286731 bytes .../usr/local/share/backgrounds/saint-michael.png | Bin 0 -> 865127 bytes ...epicting-the-virgin-mary-holding-baby-jesus.jpg | Bin 0 -> 239434 bytes .../local/share/backgrounds/the-lamb-of-god.jpg | Bin 0 -> 550910 bytes global-wayland/etc/greetd/config.toml | 12 + global-wayland/etc/greetd/environments | 2 + global-wayland/etc/greetd/gtkgreet.css | 56 ++ .../tmux/plugins/tmux-current-pane-hostname | 1 + terminal/.config/tmux/tmux.conf | 117 +++ terminal/.local/bin/urlhandler | 25 + terminal/dot-zimrc | 16 + terminal/dot-zshrc | 142 ++++ 54 files changed, 3719 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 100644 desktop-common/.config/dunst/dunstrc create mode 100644 desktop-common/.config/dunst/vaultboy-critical.png create mode 100644 desktop-common/.config/dunst/vaultboy-low.png create mode 100644 desktop-common/.config/dunst/vaultboy-normal.png create mode 100644 desktop-common/.config/rofi-pass/config create mode 100644 desktop-common/.config/rofi/config.rasi create mode 100644 desktop-common/.config/rofi/themes/dark-grid.rasi create mode 100644 desktop-common/.config/rofi/themes/dark.rasi create mode 100755 desktop-common/.local/bin/rofi-power-menu create mode 100644 desktop-common/.local/share/applications/auxilium.desktop create mode 100644 desktop-common/.local/share/applications/fast.desktop create mode 100644 desktop-common/.local/share/applications/kindle.desktop create mode 100644 desktop-common/.local/share/icons/cross.png create mode 100644 desktop-common/.local/share/icons/kindle.png create mode 100644 desktop-common/.local/share/icons/st-benedict-cross.png create mode 100644 desktop-common/dot-Xresources create mode 100644 desktop-wayland/.config/environment.d/path.conf create mode 100755 desktop-wayland/.config/river/init create mode 100644 desktop-wayland/.config/waybar/config.jsonc create mode 100644 desktop-wayland/.config/waybar/gruvbox.css create mode 100644 desktop-wayland/.config/waybar/style.css create mode 100755 desktop-wayland/.local/bin/screenlock-wayland create mode 100755 desktop-x11/.config/bspwm/bspwmrc create mode 100644 desktop-x11/.config/polybar/base.ini create mode 100644 desktop-x11/.config/polybar/colors.ini create mode 100644 desktop-x11/.config/polybar/config.ini create mode 100755 desktop-x11/.config/polybar/launch.sh create mode 100644 desktop-x11/.config/polybar/modules.ini create mode 100644 desktop-x11/.config/sxhkd/sxhkdrc create mode 100755 desktop-x11/.local/bin/rofi-pass create mode 100644 global-common/usr/local/share/backgrounds/abandoned-hut-night.jpg create mode 100644 global-common/usr/local/share/backgrounds/bag-end.jpg create mode 100644 global-common/usr/local/share/backgrounds/book-of-kells.jpg create mode 100644 global-common/usr/local/share/backgrounds/dore-christ-leaving-the-praetorium.jpg create mode 100644 global-common/usr/local/share/backgrounds/gandalf-1.jpg create mode 100644 global-common/usr/local/share/backgrounds/gandalf-2.jpg create mode 100644 global-common/usr/local/share/backgrounds/in-hoc-signo-vinces-fire.png create mode 100644 global-common/usr/local/share/backgrounds/mass.jpg create mode 100644 global-common/usr/local/share/backgrounds/mount-st-michel.jpg create mode 100644 global-common/usr/local/share/backgrounds/odysseus-and-the-sirens-by-waterhouse.jpg create mode 100644 global-common/usr/local/share/backgrounds/old-knight.jpg create mode 100644 global-common/usr/local/share/backgrounds/saint-michael.png create mode 100644 global-common/usr/local/share/backgrounds/stained-glass-depicting-the-virgin-mary-holding-baby-jesus.jpg create mode 100644 global-common/usr/local/share/backgrounds/the-lamb-of-god.jpg create mode 100644 global-wayland/etc/greetd/config.toml create mode 100644 global-wayland/etc/greetd/environments create mode 100644 global-wayland/etc/greetd/gtkgreet.css create mode 160000 terminal/.config/tmux/plugins/tmux-current-pane-hostname create mode 100644 terminal/.config/tmux/tmux.conf create mode 100755 terminal/.local/bin/urlhandler create mode 100644 terminal/dot-zimrc create mode 100644 terminal/dot-zshrc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7684b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "terminal/.config/tmux/plugins/tmux-current-pane-hostname"] + path = terminal/.config/tmux/plugins/tmux-current-pane-hostname + url = https://github.com/soyuka/tmux-current-pane-hostname diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1fa727 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# My Dot Files + +Get the submodules with + +```sh +git submodule update --init --recursive +``` + +Make the symlinks for the dotfiles with + +```sh +cd dotfiles +stow -v2 --restow --dotfiles -t ~/ terminal +stow -v2 --restow --dotfiles -t ~/ desktop-common +stow -v2 --restow --dotfiles -t ~/ desktop-x11 +stow -v2 --restow --dotfiles -t ~/ desktop-wayland +``` + +Now, system wide configs with + +```sh +sudo stow -v2 --restow -t / global-common +sudo stow -v2 --restow -t / global-wayland +``` + +The links can be unstowed with +```sh +stow -v2 --dotfiles -t /tmp/foo --delete desktop-common +sudo stow -v2 --dotfiles -t / --delete global-common +``` diff --git a/desktop-common/.config/dunst/dunstrc b/desktop-common/.config/dunst/dunstrc new file mode 100644 index 0000000..9afb74d --- /dev/null +++ b/desktop-common/.config/dunst/dunstrc @@ -0,0 +1,315 @@ +[global] + monitor = 2 + follow = none + geometry = "320x320-10+30" + indicate_hidden = yes + shrink = no + transparency = 15 + notification_height = 0 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + frame_width = 1 + frame_color = "#D9D9D9" + separator_color = frame + sort = yes + idle_threshold = 120 + vertical_alignment = top + + ### Text ### + + font = VictorMono Nerd Font Mono 12 + # font = BlexMono Nerd Font 11 + # font = Bitstream Vera Sans 12 + # font = Source Code Pro Medium 9 + + line_height = 0 + markup = full + + # The format of the message. Possible variables are: + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # %n progress value if set without any extra characters + # %% Literal % + # Markup is allowed + # format = "%s\n%b\n%p\n%n" + format = "%s\n%b" + + alignment = left + + show_age_threshold = 60 + word_wrap = yes + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + + ### Icons ### + + # Align icons left/right/off + icon_position = left + + # Scale larger icons down to this size, set to 0 to disable + min_icon_size = 32 + max_icon_size = 96 + icon_corner_radius = 5 + icon_path = /usr/share/icons/gnome/32x32/status/:/usr/share/icons/gnome/32x32/devices/:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + + ### Progress Bar ### + + progress_bar = true + progress_bar_height = 10 + progress_bar_frame_width = 1 + progress_bar_min_width = 160 + progress_bar_max_width = 300 + progress_bar_corner_radius = 4 + + ### History ### + + # Should a notification popped up from history be sticky or timeout + # as if it would normally do. + sticky_history = yes + + # Maximum amount of notifications kept in history + history_length = 20 + + ### Misc/Advanced ### + + # dmenu path. + dmenu = /usr/bin/rofi -dmenu -p dunst: + + # Browser for opening urls in context menu. + # browser = /usr/bin/surf + browser = /usr/bin/xdg-open + + # Always run rule-defined scripts, even if the notification is suppressed + always_run_script = true + + # Define the title of the windows spawned by dunst + title = Dunst + + # Define the class of the windows spawned by dunst + class = Dunst + + # Print a notification on startup. + # This is mainly for error detection, since dbus (re-)starts dunst + # automatically after a crash. + startup_notification = false + + # Manage dunst's desire for talking + # Can be one of the following values: + # crit: Critical features. Dunst aborts + # warn: Only non-fatal warnings + # mesg: Important Messages + # info: all unimportant stuff + # debug: all less than unimportant stuff + verbosity = mesg + + # Define the corner radius of the notification window + # in pixel size. If the radius is 0, you have no rounded + # corners. + # The radius will be automatically lowered if it exceeds half of the + # notification height to avoid clipping text and/or icons. + corner_radius = 6 + + ### Legacy + + # Use the Xinerama extension instead of RandR for multi-monitor support. + # This setting is provided for compatibility with older nVidia drivers that + # do not support RandR and using it on systems that support RandR is highly + # discouraged. + # + # By enabling this setting dunst will not be able to detect when a monitor + # is connected or disconnected which might break follow mode if the screen + # layout changes. + force_xinerama = false + + ### mouse + + # Defines action of mouse event + # Possible values are: + # * none: Don't do anything. + # * do_action: If the notification has exactly one action, or one is marked as default, + # invoke it. If there are multiple and no default, open the context menu. + # * close_current: Close current notification. + # * close_all: Close all notifications. + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all + +# Experimental features that may or may not work correctly. Do not expect them +# to have a consistent behaviour across releases. +[experimental] + # Calculate the dpi to use on a per-monitor basis. + # If this setting is enabled the Xft.dpi value will be ignored and instead + # dunst will attempt to calculate an appropriate dpi value for each monitor + # using the resolution and physical size. This might be useful in setups + # where there are multiple screens with very different dpi values. + per_monitor_dpi = false + +[shortcuts] + + # Shortcuts are specified as [modifier+][modifier+]...key + # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", + # "mod3" and "mod4" (windows-key). + # Xev might be helpful to find names for keys. + + # Close notification. + close = ctrl+shift+grave + + # Close all notifications. + close_all = ctrl+shift+alt+grave + + # Redisplay last message(s). + # On the US keyboard layout "grave" is normally above TAB and left + # of "1". Make sure this key actually exists on your keyboard layout, + # e.g. check output of 'xmodmap -pke' + history = ctrl+grave + + # Context menu. + context = ctrl+shift+period + +[urgency_low] + background = "#F9E8A3" + foreground = "#427EB4" + highlight = "#427EB4" + timeout = 10 + icon = ~/.config/dunst/vaultboy-low.png + +[urgency_normal] + background = "#32598C" + foreground = "#E9C651" + highlight = "#E9C651" + timeout = 10 + icon = ~/.config/dunst/vaultboy-normal.png + override_pause_level = 49 + +[urgency_critical] + background = "#A63C45" + foreground = "#FBFBFB" + frame_color = "#F25252" + timeout = 0 + icon = ~/.config/dunst/vaultboy-critical.png + override_pause_level = 89 + +# Every section that isn't one of the above is interpreted as a rules to +# override settings for certain messages. +# +# Messages can be matched by +# appname (discouraged, see desktop_entry) +# body +# category +# desktop_entry +# icon +# match_transient +# msg_urgency +# stack_tag +# summary +# +# and you can override the +# background +# foreground +# format +# frame_color +# fullscreen +# new_icon +# set_stack_tag +# set_transient +# timeout +# urgency +# +# Shell-like globbing will get expanded. +# +# Instead of the appname filter, it's recommended to use the desktop_entry filter. +# GLib based applications export their desktop-entry name. In comparison to the appname, +# the desktop-entry won't get localized. +# +# SCRIPTING +# You can specify a script that gets run when the rule matches by +# setting the "script" option. +# The script will be called as follows: +# script appname summary body icon urgency +# where urgency can be "LOW", "NORMAL" or "CRITICAL". +# +# NOTE: if you don't want a notification to be displayed, set the format +# to "". +# NOTE: It might be helpful to run dunst -print in a terminal in order +# to find fitting options for rules. + +# Disable the transient hint so that idle_threshold cannot be bypassed from the +# client +#[transient_disable] +# match_transient = yes +# set_transient = no +# +# Make the handling of transient notifications more strict by making them not +# be placed in history. +#[transient_history_ignore] +# match_transient = yes +# history_ignore = yes + +# fullscreen values +# show: show the notifications, regardless if there is a fullscreen window opened +# delay: displays the new notification, if there is no fullscreen window active +# If the notification is already drawn, it won't get undrawn. +# pushback: same as delay, but when switching into fullscreen, the notification will get +# withdrawn from screen again and will get delayed like a new notification +#[fullscreen_delay_everything] +# fullscreen = delay +#[fullscreen_show_critical] +# msg_urgency = critical +# fullscreen = show + +#[espeak] +# summary = "*" +# script = dunst_espeak.sh + +#[script-test] +# summary = "*script*" +# script = dunst_test.sh + +#[ignore] +# # This notification will not be displayed +# summary = "foobar" +# format = "" + +#[history-ignore] +# # This notification will not be saved in history +# summary = "foobar" +# history_ignore = yes + +#[skip-display] +# # This notification will not be displayed, but will be included in the history +# summary = "foobar" +# skip_display = yes + +#[signed_on] +# appname = Pidgin +# summary = "*signed on*" +# urgency = low +# +#[signed_off] +# appname = Pidgin +# summary = *signed off* +# urgency = low +# +#[says] +# appname = Pidgin +# summary = *says* +# urgency = critical +# +#[twitter] +# appname = Pidgin +# summary = *twitter.com* +# urgency = normal +# +#[stack-volumes] +# appname = "some_volume_notifiers" +# set_stack_tag = "volume" +# +# vim: ft=cfg diff --git a/desktop-common/.config/dunst/vaultboy-critical.png b/desktop-common/.config/dunst/vaultboy-critical.png new file mode 100644 index 0000000..f7862a6 Binary files /dev/null and b/desktop-common/.config/dunst/vaultboy-critical.png differ diff --git a/desktop-common/.config/dunst/vaultboy-low.png b/desktop-common/.config/dunst/vaultboy-low.png new file mode 100644 index 0000000..a97f5ff Binary files /dev/null and b/desktop-common/.config/dunst/vaultboy-low.png differ diff --git a/desktop-common/.config/dunst/vaultboy-normal.png b/desktop-common/.config/dunst/vaultboy-normal.png new file mode 100644 index 0000000..a294c3c Binary files /dev/null and b/desktop-common/.config/dunst/vaultboy-normal.png differ diff --git a/desktop-common/.config/rofi-pass/config b/desktop-common/.config/rofi-pass/config new file mode 100644 index 0000000..7bcea7a --- /dev/null +++ b/desktop-common/.config/rofi-pass/config @@ -0,0 +1,99 @@ +# permanently set alternative root dir. Use ":" to separate multiple roots +# which can be switched at runtime with shift+left/right +# root=/path/to/root + +# rofi command. Make sure to have "$@" as last argument +_rofi () { + rofi -i -no-auto-select "$@" +} + +# default command to generate passwords +_pwgen () { + pwgen -y "$@" +} + +# image viewer to display qrcode of selected entry +# qrencode is needed to generate the image and a viewer +# that can read from pipes. Known viewers to work are feh and display +_image_viewer () { + sxiv - +# display +} + +# xdotool needs the keyboard layout to be set using setxkbmap +# You can do this in your autostart scripts (e.g. xinitrc) + +# If for some reason, you cannot do this, you can set the command here. +# and set fix_layout to true +fix_layout=false + +layout_cmd () { + setxkbmap us +} + +# fields to be used +URL_field='url' +USERNAME_field='user' +AUTOTYPE_field='autotype' + +# delay to be used for :delay keyword +delay=2 + +# rofi-pass needs to close itself before it can type passwords. Set delay here. +wait=0.2 + +# delay between keypresses when typing (in ms) +xdotool_delay=12 + +## Programs to be used +# Editor +EDITOR='nvim -f' + +# Browser +BROWSER='xdg-open' + +## Misc settings + +default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl +auto_enter='false' +notify='false' +default_autotype='pass' + +# color of the help messages +# leave empty for autodetection +help_color="#4872FF" + +# Clipboard settings +# Possible options: primary, clipboard, both +clip=primary + +# Seconds before clearing pass from clipboard +clip_clear=45 + +## Options for generating new password entries + +# open new password entries in editor +edit_new_pass="true" + +# default_user is also used for password files that have no user field. +#default_user="${ROFI_PASS_DEFAULT_USER-$(whoami)}" +#default_user2=mary_ann +#password_length=12 + +# Custom Keybindings +autotype="Alt+1" +type_user="Alt+2" +type_pass="Alt+3" +open_url="Alt+4" +copy_name="Alt+u" +copy_url="Alt+l" +copy_pass="Alt+p" +show="Alt+o" +copy_entry="Alt+2" +type_entry="Alt+1" +copy_menu="Alt+c" +action_menu="Alt+a" +type_menu="Alt+t" +help="Alt+h" +switch="Alt+x" +insert_pass="Alt+n" diff --git a/desktop-common/.config/rofi/config.rasi b/desktop-common/.config/rofi/config.rasi new file mode 100644 index 0000000..474a160 --- /dev/null +++ b/desktop-common/.config/rofi/config.rasi @@ -0,0 +1,28 @@ +configuration { + modi: "drun,window,run"; + + /*display-drun: "➤";*/ + display-drun: "󰚌"; + display-window: ""; + display-run: ""; + display-filebrowser: ""; + + show-icons: true; + + window { + hide-active-window: true; + } + + filebrowser { + directory: "/home/setanta/storage/Downloads/images/"; + directories-first: false; + sorting-method: "atime"; + command: "show_image_and_copy_to_clipboard"; + } +} + +@theme "/home/setanta/.config/rofi/themes/dark.rasi" + +/* +* vim:ft=css +**/ diff --git a/desktop-common/.config/rofi/themes/dark-grid.rasi b/desktop-common/.config/rofi/themes/dark-grid.rasi new file mode 100644 index 0000000..35a4d49 --- /dev/null +++ b/desktop-common/.config/rofi/themes/dark-grid.rasi @@ -0,0 +1,113 @@ +* { + font: "VictorMono Nerd Font Mono Bold 14"; + + bg0: #1D1D1F; + bg1: #2D2D2D; + bg2: #333333; + + fg0: #EEEEEE; + fg1: #CECECE; + + /*prompt-color: #E9C651;*/ + prompt-color: #FEFAD4; + active-color: #629c81; + urgent-color: #C43513; + + background-color: transparent; + text-color: @fg1; + + margin: 0; + padding: 0; + spacing: 0; +} + +window { + location: center; + width: 1000; + background-color: @bg1; + padding: 8px; + border-radius: 10px; + border: 1px; + border-color: @prompt-color; +} + +inputbar { + spacing: 10px; + padding: 10px; + background-color: @bg0; + border: 0 0 1px 0; + border-radius: 6px 6px 0 0; + border-color: @prompt-color; + margin: 0 0 8px 0; +} + +prompt { + padding: 2px; +} + +prompt, entry, element-icon, element-text { + vertical-align: 0.5; +} + +prompt, entry { + text-color: @prompt-color; +} + +textbox { + padding: 8px; + background-color: @bg2; +} + +listview { + padding: 12px 0; + lines: 3; + columns: 4; + fixed-height: false; +} + +element { + orientation: vertical; + border: 2px; + border-radius: 8px; + padding: 6px; + spacing: 6px; +} + +element normal normal { + background-color: @bg2; + text-color: @fg1; +} + +element normal urgent { + text-color: @urgent-color; +} + +element normal active { + text-color: @active-color; +} + +element selected { + text-color: @bg0; + border-radius: 4px; +} + +element selected normal, element selected active { + background-color: @active-color; +} + +element selected urgent { + background-color: @urgent-color; +} + +element-icon { + size: 150px; + cursor: inherit; +} + +element-icon, element-text { + horizontal-align: 0.5; +} + +/* +* vim:ft=css +**/ diff --git a/desktop-common/.config/rofi/themes/dark.rasi b/desktop-common/.config/rofi/themes/dark.rasi new file mode 100644 index 0000000..bd7f862 --- /dev/null +++ b/desktop-common/.config/rofi/themes/dark.rasi @@ -0,0 +1,108 @@ +* { + font: "VictorMono Nerd Font Mono Bold 14"; + + bg0: #1D1D1F; + bg1: #2D2D2D; + bg2: #333333; + + fg0: #EEEEEE; + fg1: #CECECE; + + /*prompt-color: #E9C651;*/ + prompt-color: #FEFAD4; + active-color: #629c81; + urgent-color: #C43513; + + background-color: transparent; + text-color: @fg1; + + margin: 0; + padding: 0; + spacing: 0; +} + +window { + location: center; + width: 700; + background-color: @bg1; + padding: 8px; + border-radius: 10px; + border: 1px; + border-color: @prompt-color; +} + +inputbar { + spacing: 10px; + padding: 10px; + background-color: @bg0; + border: 0 0 1px 0; + border-radius: 6px 6px 0 0; + border-color: @prompt-color; + margin: 0 0 8px 0; +} + +prompt { + padding: 2px; +} + +prompt, entry, element-icon, element-text { + vertical-align: 0.5; +} + +prompt, entry { + text-color: @prompt-color; +} + +textbox { + padding: 8px; + background-color: @bg2; +} + +listview { + padding: 2px 0; + lines: 5; + columns: 1; + fixed-height: false; +} + +element { + padding: 6px; + spacing: 6px; +} + +element normal normal { + background-color: @bg2; + text-color: @fg1; +} + +element normal urgent { + text-color: @urgent-color; +} + +element normal active { + text-color: @active-color; +} + +element selected { + text-color: @bg0; + border-radius: 4px; +} + +element selected normal, element selected active { + background-color: @active-color; +} + +element selected urgent { + background-color: @urgent-color; +} + +element-icon { + size: 1.6em; +} +element-text { + text-color: inherit; +} + +/* +* vim:ft=css +**/ diff --git a/desktop-common/.local/bin/rofi-power-menu b/desktop-common/.local/bin/rofi-power-menu new file mode 100755 index 0000000..5f11b2f --- /dev/null +++ b/desktop-common/.local/bin/rofi-power-menu @@ -0,0 +1,289 @@ +#!/usr/bin/env bash + +# This script defines just a mode for rofi instead of being a self-contained +# executable that launches rofi by itself. This makes it more flexible than +# running rofi inside this script as now the user can call rofi as one pleases. +# For instance: +# +# rofi -show powermenu -modi powermenu:./rofi-power-menu +# +# See README.md for more information. + +set -e +set -u + +# All supported choices +all=(shutdown reboot suspend hibernate logout lockscreen) + +# By default, show all (i.e., just copy the array) +show=("${all[@]}") + +declare -A texts +texts[lockscreen]="lock screen" +texts[switchuser]="switch user" +texts[logout]="log out" +texts[suspend]="suspend" +texts[hibernate]="hibernate" +texts[reboot]="reboot" +texts[shutdown]="shut down" + +declare -A icons +# icons[lockscreen]="\Uf033e" # 󰌾 +# icons[switchuser]="\Uf0019" # 󰀙 +# icons[logout]="\Uf0343" # 󰍃 +# icons[suspend]="\Uf04b2" # 󰒲 +# icons[hibernate]="\Uf02ca" # 󰋊 +# icons[reboot]="\Uf0709" # 󰜉 +# icons[shutdown]="\Uf0425" # 󰐥 +# icons[cancel]="\Uf0156" # 󰅖 +icons[lockscreen]="" +icons[switchuser]="" +icons[logout]="" +icons[suspend]="💤" +icons[hibernate]="" +icons[reboot]="↺" +icons[shutdown]="" +icons[cancel]="🗙" + +declare -A actions +# actions[lockscreen]="loginctl lock-session ${XDG_SESSION_ID-}" +actions[lockscreen]="i3lock -ti $HOME/Dropbox/Images/wallpapers/jeff-dragon.png" +#actions[switchuser]="???" +actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}" +actions[suspend]="systemctl suspend" +actions[hibernate]="systemctl hibernate" +actions[reboot]="systemctl reboot" +actions[shutdown]="systemctl poweroff" + +# By default, ask for confirmation for actions that are irreversible +confirmations=(reboot shutdown logout) + +# By default, no dry run +dryrun=false +showsymbols=true +showtext=true + +function check_valid { + option="$1" + shift 1 + for entry in "${@}" + do + if [ -z "${actions[$entry]+x}" ] + then + echo "Invalid choice in $1: $entry" >&2 + exit 1 + fi + done +} + +# Parse command-line options +parsed=$(getopt --options=h --longoptions=help,dry-run,confirm:,choices:,choose:,symbols,no-symbols,text,no-text,symbols-font: --name "$0" -- "$@") +if [ $? -ne 0 ]; then + echo 'Terminating...' >&2 + exit 1 +fi +eval set -- "$parsed" +unset parsed +while true; do + case "$1" in + "-h"|"--help") + echo "rofi-power-menu - a power menu mode for Rofi" + echo + echo "Usage: rofi-power-menu [--choices CHOICES] [--confirm CHOICES]" + echo " [--choose CHOICE] [--dry-run] [--symbols|--no-symbols]" + echo + echo "Use with Rofi in script mode. For instance, to ask for shutdown or reboot:" + echo + echo " rofi -show menu -modi \"menu:rofi-power-menu --choices=shutdown/reboot\"" + echo + echo "Available options:" + echo " --dry-run Don't perform the selected action but print it to stderr." + echo " --choices CHOICES Show only the selected choices in the given order. Use /" + echo " as the separator. Available choices are lockscreen," + echo " logout,suspend, hibernate, reboot and shutdown. By" + echo " default, all available choices are shown." + echo " --confirm CHOICES Require confirmation for the gives choices only. Use / as" + echo " the separator. Available choices are lockscreen, logout," + echo " suspend, hibernate, reboot and shutdown. By default, only" + echo " irreversible actions logout, reboot and shutdown require" + echo " confirmation." + echo " --choose CHOICE Preselect the given choice and only ask for a" + echo " confirmation (if confirmation is set to be requested). It" + echo " is strongly recommended to combine this option with" + echo " --confirm=CHOICE if the choice wouldn't require" + echo " confirmation by default. Available choices are" + echo " lockscreen, logout, suspend, hibernate, reboot and" + echo " shutdown." + echo " --[no-]symbols Show Unicode symbols or not. Requires a font with support" + echo " for the symbols. Use, for instance, fonts from the" + echo " Nerdfonts collection. By default, they are shown" + echo " --[no-]text Show text description or not." + echo " --symbols-font FONT Use the given font for symbols. By default, the symbols" + echo " use the same font as the text. That font is configured" + echo " with rofi." + echo " -h,--help Show this help text." + exit 0 + ;; + "--dry-run") + dryrun=true + shift 1 + ;; + "--confirm") + IFS='/' read -ra confirmations <<< "$2" + check_valid "$1" "${confirmations[@]}" + shift 2 + ;; + "--choices") + IFS='/' read -ra show <<< "$2" + check_valid "$1" "${show[@]}" + shift 2 + ;; + "--choose") + # Check that the choice is valid + check_valid "$1" "$2" + selectionID="$2" + shift 2 + ;; + "--symbols") + showsymbols=true + shift 1 + ;; + "--no-symbols") + showsymbols=false + shift 1 + ;; + "--text") + showtext=true + shift 1 + ;; + "--no-text") + showtext=false + shift 1 + ;; + "--symbols-font") + symbols_font="$2" + shift 2 + ;; + "--") + shift + break + ;; + *) + echo "Internal error" >&2 + exit 1 + ;; + esac +done + +if [ "$showsymbols" = "false" -a "$showtext" = "false" ] +then + echo "Invalid options: cannot have --no-symbols and --no-text enabled at the same time." >&2 + exit 1 +fi + +# Define the messages after parsing the CLI options so that it is possible to +# configure them in the future. + +function write_message { + if [ -z ${symbols_font+x} ]; + then + icon="$1" + else + icon="$1" + fi + text="$2" + if [ "$showsymbols" = "true" ] + then + if [ "$showtext" = "true" ] + then + echo -n "\u200e$icon \u2068$text\u2069" + else + echo -n "\u200e$icon" + fi + else + echo -n "$text" + fi +} + +function print_selection { + echo -e "$1" | $(read -r -d '' entry; echo "echo $entry") +} + +declare -A messages +declare -A confirmationMessages +for entry in "${all[@]}" +do + messages[$entry]=$(write_message "${icons[$entry]}" "${texts[$entry]^}") +done +for entry in "${all[@]}" +do + confirmationMessages[$entry]=$(write_message "${icons[$entry]}" "Yes, ${texts[$entry]}") +done +confirmationMessages[cancel]=$(write_message "${icons[cancel]}" "No, cancel") + +if [ $# -gt 0 ] +then + # If arguments given, use those as the selection + selection="${@}" +else + # Otherwise, use the CLI passed choice if given + if [ -n "${selectionID+x}" ] + then + selection="${messages[$selectionID]}" + fi +fi + +# Don't allow custom entries +echo -e "\0no-custom\x1ftrue" +# Use markup +echo -e "\0markup-rows\x1ftrue" + +if [ -z "${selection+x}" ] +then + echo -e "\0prompt\x1fPower menu" + for entry in "${show[@]}" + do + echo -e "${messages[$entry]}\0icon\x1f${icons[$entry]}" + done +else + for entry in "${show[@]}" + do + if [ "$selection" = "$(print_selection "${messages[$entry]}")" ] + then + # Check if the selected entry is listed in confirmation requirements + for confirmation in "${confirmations[@]}" + do + if [ "$entry" = "$confirmation" ] + then + # Ask for confirmation + echo -e "\0prompt\x1fAre you sure" + echo -e "${confirmationMessages[$entry]}\0icon\x1f${icons[$entry]}" + echo -e "${confirmationMessages[cancel]}\0icon\x1f${icons[cancel]}" + exit 0 + fi + done + # If not, then no confirmation is required, so mark confirmed + selection=$(print_selection "${confirmationMessages[$entry]}") + fi + if [ "$selection" = "$(print_selection "${confirmationMessages[$entry]}")" ] + then + if [ $dryrun = true ] + then + # Tell what would have been done + echo "Selected: $entry" >&2 + else + # Perform the action + ${actions[$entry]} + fi + exit 0 + fi + if [ "$selection" = "$(print_selection "${confirmationMessages[cancel]}")" ] + then + # Do nothing + exit 0 + fi + done + # The selection didn't match anything, so raise an error + echo "Invalid selection: $selection" >&2 + exit 1 +fi diff --git a/desktop-common/.local/share/applications/auxilium.desktop b/desktop-common/.local/share/applications/auxilium.desktop new file mode 100644 index 0000000..ffe7553 --- /dev/null +++ b/desktop-common/.local/share/applications/auxilium.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Auxilium Christianorum +GenericName=Auxilium Christianorum +Exec=surf http://www.hitektek.com/auxilium +Icon=st-benedict-cross +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/fast.desktop b/desktop-common/.local/share/applications/fast.desktop new file mode 100644 index 0000000..011b9a6 --- /dev/null +++ b/desktop-common/.local/share/applications/fast.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=FAST +GenericName=Internet Speed Measurement +Exec=surf https://fast.com/ +Icon=applications-internet +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/kindle.desktop b/desktop-common/.local/share/applications/kindle.desktop new file mode 100644 index 0000000..2c72c09 --- /dev/null +++ b/desktop-common/.local/share/applications/kindle.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Kindle Reader +GenericName=Kindle Reader +Exec=/usr/bin/surf https://ler.amazon.com.br/kindle-library +Icon=kindle +Terminal=false +Categories=Books; Reading; diff --git a/desktop-common/.local/share/icons/cross.png b/desktop-common/.local/share/icons/cross.png new file mode 100644 index 0000000..7cea122 Binary files /dev/null and b/desktop-common/.local/share/icons/cross.png differ diff --git a/desktop-common/.local/share/icons/kindle.png b/desktop-common/.local/share/icons/kindle.png new file mode 100644 index 0000000..344f89a Binary files /dev/null and b/desktop-common/.local/share/icons/kindle.png differ diff --git a/desktop-common/.local/share/icons/st-benedict-cross.png b/desktop-common/.local/share/icons/st-benedict-cross.png new file mode 100644 index 0000000..0fc01ba Binary files /dev/null and b/desktop-common/.local/share/icons/st-benedict-cross.png differ diff --git a/desktop-common/dot-Xresources b/desktop-common/dot-Xresources new file mode 100644 index 0000000..d667ad7 --- /dev/null +++ b/desktop-common/dot-Xresources @@ -0,0 +1,3 @@ +Sxiv.background: #080F05 +Sxiv.foreground: #8AEABC +*TkTheme: clam diff --git a/desktop-wayland/.config/environment.d/path.conf b/desktop-wayland/.config/environment.d/path.conf new file mode 100644 index 0000000..9cb7e8f --- /dev/null +++ b/desktop-wayland/.config/environment.d/path.conf @@ -0,0 +1 @@ +PATH=$HOME/.local/bin:$PATH diff --git a/desktop-wayland/.config/river/init b/desktop-wayland/.config/river/init new file mode 100755 index 0000000..f0d9b9d --- /dev/null +++ b/desktop-wayland/.config/river/init @@ -0,0 +1,95 @@ +# ------------------------------------------------------------------------------------------------- +# Key bindings + +# Workspaces +for i in $(seq 1 10); do + tags=$((1 << ($i - 1))) + n=$(($i % 10)) + riverctl map normal Super $n set-focused-tags $tags + riverctl map normal Super+Shift $n set-view-tags $tags + riverctl map normal Super+Control $n toggle-focused-tags $tags + riverctl map normal Super+Shift+Control $n toggle-view-tags $tags +done + +# Terminal +riverctl map normal Super Return spawn st +riverctl map normal Super+Shift Return spawn "st -e tmux" +riverctl map normal Super+Control Return spawn "st -z 24 -c Floating" +riverctl map normal Super+Shift+Control Return spawn "st -z 30" + +# Notifications +# Redisplay last message(s). +riverctl map normal Control grave dunstctl history-pop +# Close notification. +riverctl map normal Control+Shift grave dunstctl close +# Close all notifications. +riverctl map normal Control+Shift+Alt grave dunstctl close-all +# Context menu. +riverctl map normal Control+Shift period dunstctl context + +# Launcher +riverctl map normal Super Space spawn 'rofi -show drun -window-thumbnail -window-format "{w} {t}"' +riverctl map normal Super P spawn "rofi-pass --last-used -lines 12" +riverctl map normal Super Q spawn \ + "rofi -show session-menu -modi 'session-menu:rofi-power-menu --choices=shutdown/reboot/logout/lockscreen'" + +# Views (windows) +riverctl map normal Super F toggle-fullscreen +riverctl map normal Super S toggle-float +riverctl map normal Super T zoom + +# Move between views +riverctl map normal Super H focus-view previous +riverctl map normal Super J focus-view next +riverctl map normal Super K focus-view previous +riverctl map normal Super L focus-view next + +# Super+Alt+{H,J,K,L} to move views +riverctl map normal Super+Alt H move left 100 +riverctl map normal Super+Alt J move down 100 +riverctl map normal Super+Alt K move up 100 +riverctl map normal Super+Alt L move right 100 + +# Super+Alt+Shift+{H,J,K,L} to resize views +riverctl map normal Super+Alt+Shift H resize horizontal -100 +riverctl map normal Super+Alt+Shift J resize vertical 100 +riverctl map normal Super+Alt+Shift K resize vertical -100 +riverctl map normal Super+Alt+Shift L resize horizontal 100 + +# Screen +riverctl map normal Super Escape spawn screenlock-wayland + +# Applications +riverctl map normal Super N spawn nautilus +riverctl map normal Super O spawn epiphany +riverctl map normal Super+Control P spawn epiphany --incognito-mode + + +# ------------------------------------------------------------------------------------------------- +# Settings + +riverctl keyboard-layout -rules evdev -model evdev -variant altgr-intl -options caps:escape us +riverctl focus-follows-cursor normal +riverctl output-layout rivertile +riverctl border-color-focused 0xfdf070 +riverctl border-color-unfocused 0x345985 + +# ------------------------------------------------------------------------------------------------- +# Rules + +riverctl rule-add -app-id "Floating" float + +# ------------------------------------------------------------------------------------------------- +# Processes + +riverctl spawn dunst +riverctl spawn waybar +riverctl spawn nm-applet +riverctl spawn "rivertile -view-padding 2 -outer-padding 1 -main-ratio 0.5" +riverctl spawn "swaybg -i /usr/local/share/backgrounds/dore-christ-leaving-the-praetorium.jpg" +riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river" +riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river" +riverctl spawn "swayidle -w timeout 300 screenlock-wayland \ + timeout 400 'wlr-randr --output eDP-1 --off' \ + resume 'wlr-randr --output eDP-1 --on' \ + before-sleep screenlock-wayland" diff --git a/desktop-wayland/.config/waybar/config.jsonc b/desktop-wayland/.config/waybar/config.jsonc new file mode 100644 index 0000000..d3005a9 --- /dev/null +++ b/desktop-wayland/.config/waybar/config.jsonc @@ -0,0 +1,152 @@ +{ + "layer": "top", + "position": "top", + "height": 18, + "modules-left": [ + "river/tags" + ], + "modules-center": ["river/window"], + "modules-right": [ + "cpu", + "temperature", + "memory", + "disk", + "network#vpn", + "network", + "clock", + "battery", + "group/group-power", + "tray" + ], + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "●", + "deactivated": "◌" + } + }, + + "river/tags": { + "num-tags": 10, + "tag-labels": ["I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X"] + }, + + "cpu": { + "interval": 1, + "format": " {icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}{icon8}{icon9}{icon10}{icon11}{icon12}{icon13} {usage:>2}%", + "format-icons": [ + "", // green + "", // blue + "", // white + "", // white + "", // yellow + "", // yellow + "", // orange + "" // red + ] + }, + + "temperature": { + "critical-threshold": 80, + "format-critical": " {temperatureC}°C", + "format": " {temperatureC}°C" + }, + + "memory": { + "interval": 30, + "format": " {}%", + "tooltip-format": "{used:0.1f}G / {total:0.1f}G" + }, + + "disk": { + "interval": 30, + "format": "󰋊 / {}%", + "path": "/" + }, + + "disk#external": { + "interval": 30, + "format": "󰋊 / {}%", + "path": "/" + }, + + "battery": { + "design-capacity": true, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-icons": ["", "", "", "", ""] + }, + + "network": { + "format-wifi": " {signalStrength}%", + "tooltip-format-wifi": "{essid}", + "format-ethernet": "🖧 ↓{bandwidthDownBytes} ↑{bandwidthUpBytes}", + "tooltip-format-ethernet": "{ifname}", + "format-disconnected": "⚠ Disconnected" + }, + + "network#vpn": { + "interface": "tun0", + "format": "󰞇", + "format-disconnected": "", + "tooltip-format": "{ipaddr}", + "max-length": 50 + }, + + "pulseaudio": { + "scroll-step": 1, + "format": "{volume}% {icon}", + "format-bluetooth": "{volume}% {icon}", + "format-muted": "", + "format-icons": { + "headphones": "", + "handsfree": "", + "headset": "", + "phone": "", + "portable": "", + "car": " ", + "default": ["", ""] + }, + "on-click": "pavucontrol" + }, + + "clock": { + "interval": 60, + "format": "󰸘 {:%a %b %d, %H:%M (%Z)}", + "tooltip-format": "{calendar}", + "timezones": [ + "America/Recife", + "America/Austin", + "America/Vancouver", + "Pacific/Auckland", + "Etc/UTC" + ], + "calendar": { + "mode" : "month", + "weeks-pos" : "right", + "on-scroll" : 1, + "on-click-right": "mode", + "format": { + "months": "{}", + "days": "{}", + "weeks": "W{}", + "weekdays": "{}", + "today": "{}" + } + }, + "actions": { + "on-click": "tz_up", + "on-click-right": "tz_down", + "on-click-middle": "mode" + } + }, + + "tray": { + "icon-size": 21, + "spacing": 10 + } +} diff --git a/desktop-wayland/.config/waybar/gruvbox.css b/desktop-wayland/.config/waybar/gruvbox.css new file mode 100644 index 0000000..28a9d8a --- /dev/null +++ b/desktop-wayland/.config/waybar/gruvbox.css @@ -0,0 +1,23 @@ +@define-color background #282828; +@define-color foreground #ebdbb2; +@define-color black #282828; +@define-color red #cc241d; +@define-color green #98971a; +@define-color yellow #d79921; +@define-color blue #458588; +@define-color magenta #b16286; +@define-color cyan #689d6a; +@define-color white #a89984; +@define-color aqua #689d6a; +@define-color orange #d65d0e; + +@define-color magenta_b #d3869b; +@define-color cyan_b #8ec07c; +@define-color yellow_b #fabd2f; +@define-color white_b #ebdbb2; +@define-color black_b #928374; +@define-color red_b #fb4934; +@define-color green_b #b8bb26; +@define-color blue_b #83a598; +@define-color aqua_b #8ec07c; +@define-color orange_b #fe8010; diff --git a/desktop-wayland/.config/waybar/style.css b/desktop-wayland/.config/waybar/style.css new file mode 100644 index 0000000..eb1ef62 --- /dev/null +++ b/desktop-wayland/.config/waybar/style.css @@ -0,0 +1,132 @@ +* { + border: none; + border-radius: 6px; + font-family: mononoki Nerd Font Mono; + font-size: 14px; + min-height: 0; +} + +@import "gruvbox.css"; + +window#waybar { + background: rgba(40, 40, 40, 1); + color: @white_b; +} + +#tags button { + border-radius: 0; + padding: 2px 8px; + background: transparent; + border-bottom: 1px solid transparent; +} + +#tags button.occupied { + background: rgba(255, 255, 255, 0.2); + border-bottom: 1px solid transparent; +} + +#tags button.focused { + color: #f6af2b; + background: #625233; + border-bottom: 1px solid #f6af2b; +} + +#tags button:hover { + background: rgba(0, 0, 0, 0.2); + box-shadow: inherit; + /*border-bottom: 1px solid @fg-color;*/ + border-bottom: 1px solid #f6af2b; +} + +#mode, #clock, #battery { + padding: 0 10px; + margin: 0 5px; +} + +#mode { + background: @red; + /* border-bottom: 3px solid @white_b; */ +} + +#cpu { + background: @black; +} + +#temperature { + background: @yellow; +} + +#temperature .value { + color: @red; +} + +#memory { + background: @orange; +} + +#network { + background: @green_b; + color: @black; +} + +#network.vpn { + background: @green; + margin: 0 0 0 3px; +} + +#disk { + background: @blue; +} + +#clock { + background-color: @aqua_b; + color: @black; +} + +#battery { + background-color: @white_b; + color: @background; +} + +#battery.discharging { + color: @white_b; + background-color: @red_b; +} + +#battery.charging { + color: @black; + background-color: @yellow_b; +} + +@keyframes blink { + to { + background-color: @white_b; + color: @background; + } +} + +#idle_inhibitor, +#pulseaudio, +#custom-openvpn, +#network, +#cpu, +#memory, +#disk, +#temperature, +#backlight, +#battery, +#clock, +#tray { + padding: 0 6px; + margin: 0 3px; +} + +#battery.warning:not(.charging) { + background: @red; + color: @white_b; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} diff --git a/desktop-wayland/.local/bin/screenlock-wayland b/desktop-wayland/.local/bin/screenlock-wayland new file mode 100755 index 0000000..f722e0f --- /dev/null +++ b/desktop-wayland/.local/bin/screenlock-wayland @@ -0,0 +1,19 @@ +#!/bin/env bash + +BACKGROUND_DIR=/usr/local/share/backgrounds +IMAGES=( + bag-end.jpg + book-of-kells.jpg + gandalf-1.jpg + in-hoc-signo-vinces-fire.png + mount-st-michel.jpg + odysseus-and-the-sirens-by-waterhouse.jpg + saint-michael.png +) +IMAGE=$(printf "%s\n" "${IMAGES[@]}" | shuf -n 1) + +swaylock --indicator-radius 200 \ + --indicator-thickness 30 \ + --show-failed-attempts \ + --daemonize \ + --image $BACKGROUND_DIR/$IMAGE diff --git a/desktop-x11/.config/bspwm/bspwmrc b/desktop-x11/.config/bspwm/bspwmrc new file mode 100755 index 0000000..1c662f4 --- /dev/null +++ b/desktop-x11/.config/bspwm/bspwmrc @@ -0,0 +1,134 @@ +#! /bin/sh + +# set -xv +# exec 2>>/tmp/bspwm.log + +pgrep -x sxhkd > /dev/null || sxhkd & + +# setxkbmap -rules evdev -model pc105 -layout ck61 -variant ck61 -option caps:escape +# setxkbmap -option caps:escape +# xmodmap $HOME/.Xmodmap + +# My monitors: +# DP-2-2 +# HDMI-2 +# eDP-1 +CONNECTED_MONITORS=`xrandr -q | grep -w connected | cut -d ' ' -f1` +MONITORS_COUNT=`echo "$CONNECTED_MONITORS" | wc -l` + +# Network Interfaces for Polybar modules +NETWORK_INTERFACES=`nmcli -t device | grep -v bridge` +ETHERNET_INTERFACES=`echo "$NETWORK_INTERFACES" | grep ":ethernet:"` +ETHERNET_COUNT=`echo "$ETHERNET_INTERFACES" | wc -l` +ETHER_IFACE= +if [[ "$ETHERNET_COUNT" == "1" ]]; then + ETHER_IFACE=`echo "$ETHERNET_INTERFACES" | cut -d ':' -f1` +else + ETHER_IFACE=`echo "$ETHERNET_INTERFACES" | grep ":connected" | cut -d ':' -f1` +fi +WIFI_INTERFACES=`echo "$NETWORK_INTERFACES" | grep ":wifi:"` +WIFI_COUNT=`echo "$WIFI_INTERFACES" | wc -l` +WIFI_IFACE= +if [[ "$WIFI_COUNT" == "1" ]]; then + WIFI_IFACE=`echo "$WIFI_INTERFACES" | cut -d ':' -f1` +else + WIFI_IFACE=`echo "$WIFI_INTERFACES" | grep ":connected" | cut -d ':' -f1` +fi + +killall polybar +xrandr --output eDP-1 --mode 1920x1080 + +if [ "$MONITORS_COUNT" = "1" ]; then + bspc monitor eDP-1 -d I II III IV V VI VII VIII IX X + # PRIMARY_MONITOR="eDP-1" WIFI_IFACE="wlp4s0" polybar primary-monitor & + PRIMARY_MONITOR="eDP-1" ETHER_IFACE="$ETHER_IFACE" WIFI_IFACE="$WIFI_IFACE" polybar primary-monitor & +else + EXTERNAL_MONITOR=`echo "$CONNECTED_MONITORS" | grep -v "eDP-1" | head -n1` + if [ "$EXTERNAL_MONITOR" = "DP-2-1" ] || [ "$EXTERNAL_MONITOR" = "DP-2-2" ]; then + EXTERNAL_MONITOR_RESOLUTION="2560x1080" + # xrandr --output $EXTERNAL_MONITOR --primary --mode 2560x1080 --left-of eDP-1 + # bspc monitor eDP-1 -d IX X + # bspc monitor $EXTERNAL_MONITOR -d I II III IV V VI VII VIII + else + EXTERNAL_MONITOR_RESOLUTION="1920x1080" + # xrandr --output $EXTERNAL_MONITOR --primary --mode 1920x1080 --left-of eDP-1 + # bspc monitor eDP-1 -d I II + # bspc monitor $EXTERNAL_MONITOR -d III IV V VI VII VIII IX X + fi + xrandr --output $EXTERNAL_MONITOR --primary --mode $EXTERNAL_MONITOR_RESOLUTION --left-of eDP-1 + bspc monitor eDP-1 -d IX X + bspc monitor $EXTERNAL_MONITOR -d I II III IV V VI VII VIII + SECONDARY_MONITOR="eDP-1" polybar secondary-monitor & + PRIMARY_MONITOR="$EXTERNAL_MONITOR" ETHER_IFACE="$ETHER_IFACE" WIFI_IFACE="$WIFI_IFACE" polybar primary-monitor & +fi + +bspc config border_width 1 +bspc config window_gap 3 + +bspc config split_ratio 0.52 # 0.6 +bspc config borderless_monocle false # true +bspc config gapless_monocle true + +bspc config focus_follows_pointer true +bspc config pointer_follows_focus true +bspc config pointer_follows_monitor true + +# Border colors +# Original +# bspc config normal_border_color "#484848" +# bspc config focused_border_color "#21BA45" +# bspc config active_border_color "#BA9521" +# bspc config presel_feedback_color "#E2FF20" + +# Vault Tec +bspc config normal_border_color "#345985" +bspc config focused_border_color "#FDF070" +bspc config active_border_color "#5C835E" +bspc config presel_feedback_color "#A63C45" + +# xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources +pgrep -x picom > /dev/null || picom & +pgrep -x unclutter > /dev/null || unclutter & +pgrep -x dunst > /dev/null || dunst & +pgrep -x nm-applet > /dev/null || nm-applet & +# /usr/bin/gnome-keyring-daemon --start --components=ssh +xset r rate 300 50 + +feh --bg-fill $HOME/Dropbox/Images/wallpapers/dore-christ-leaving-the-praetorium.jpeg +# wal -i $HOME/Dropbox/Images/wallpapers/dore-christ-leaving-the-praetorium.jpeg >/dev/null 2>&1 + +# bspc rule -a Gimp desktop='^8' state=floating follow=on +# bspc rule -a Chromium desktop='^2' +# bspc rule -a mplayer2 state=floating +# bspc rule -a Kupfer.py focus=on +# bspc rule -a Screenkey manage=off + +bspc rule -a Floating state=floating center=true follow=on + +bspc rule -a Arandr state=floating +bspc rule -a Blueman-manager state=floating +bspc rule -a Cheese state=floating center=true follow=on +bspc rule -a Clocks state=floating center=true follow=on +bspc rule -a Eog state=floating center=true follow=on +bspc rule -a Gitg state=floating center=true follow=on +bspc rule -a Gitk state=floating center=true follow=on +bspc rule -a Gnome-calculator state=floating center=true follow=on +bspc rule -a Gnome-calendar state=floating center=true follow=on +bspc rule -a Gnome-control-center state=floating center=true follow=on +bspc rule -a Gnome-screenshot state=floating center=true follow=on +bspc rule -a Gnome-todo state=floating center=true follow=on +bspc rule -a Gnome-tweaks state=floating center=true follow=on +bspc rule -a MuPDF state=floating center=true follow=on +bspc rule -a Pavucontrol state=floating center=true follow=on +bspc rule -a Qemu-system-i386 state=floating center=true follow=on +bspc rule -a Qemu-system-x86_64 state=floating center=true follow=on +bspc rule -a Signal state=floating +bspc rule -a SimpleScreenRecorder state=floating center=true follow=on +bspc rule -a Surf state=floating center=true follow=on +bspc rule -a Sxiv state=floating center=true follow=on +bspc rule -a mpv state=floating center=true follow=on +bspc rule -a "Org.gnome.Characters:*:*" state=floating center=true follow=on +bspc rule -a "Gpick:*:*" state=floating center=true follow=on +bspc rule -a "*:*:Picture-in-Picture" state=floating follow=on +bspc rule -a "*:*:Network Connections" state=floating follow=on +bspc rule -a gnome-calculator state=floating center=true follow=on diff --git a/desktop-x11/.config/polybar/base.ini b/desktop-x11/.config/polybar/base.ini new file mode 100644 index 0000000..807104b --- /dev/null +++ b/desktop-x11/.config/polybar/base.ini @@ -0,0 +1,73 @@ +;========================================================== +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +;========================================================== + +[settings] +; Reload upon receiving XCB_RANDR_SCREEN_CHANGE_NOTIFY events +screenchange-reload = true +pseudo-transparency = false + +; Compositing operators +; @see: https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t +compositing-background = source +compositing-foreground = over +compositing-overline = over +compositing-underline = over +compositing-border = over + +; Define fallback values used by all module formats +; format-foreground = +; format-background = +; format-underline = +; format-overline = +; format-spacing = +; format-padding = +; format-margin = +; format-offset = + +[global/wm] +margin-top = 0 +margin-bottom = 0 + +[bar/base] +enable-ipc = true + +background = ${colors.background} +foreground = ${colors.foreground} + +font-0 = RobotoMono Nerd Font:style=Medium,Regular:size=8:antialias=true;2 +font-1 = FontAwesome:style=Regular:size=8:antialias=true;1 +font-2 = Symbola:style=Regular:size=8:antialias=true;1 +font-3 = fixed:pixelsize=0;0 + +width = 100% +height = 18 +fixed-center = false +bottom = false + +line-size = 2 +line-color = #f00 + +border-size = 0 +border-color = #00000000 + +padding-left = 0 +padding-right = 0 + +module-margin-left = 0 +module-margin-right = 1 + +scroll-up = i3wm-wsprev +scroll-down = i3wm-wsnext + +cursor-click = pointer +cursor-scroll = ns-resize + +override-redirect = false diff --git a/desktop-x11/.config/polybar/colors.ini b/desktop-x11/.config/polybar/colors.ini new file mode 100644 index 0000000..d768194 --- /dev/null +++ b/desktop-x11/.config/polybar/colors.ini @@ -0,0 +1,35 @@ +;========================================================== +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +;========================================================== + +[colors] +background = ${xrdb:color0:#cc222222} +background-alt = #444444 +foreground = ${xrdb:color7:#dfdfdf} +foreground-alt = #555555 + +primary = #ffb52a +secondary = #e60053 +alert = #bd2c40 + +module-label-foreground = #000000 +module-label-background = #0a6cf5 +module-value-foreground = #000000 +module-value-background = #d0d0d0d0 + +module-value-intensity-1 = #55aa55 +module-value-intensity-2 = #557755 +module-value-intensity-3 = #f5a70a +module-value-intensity-4 = #ff5555 + +module-value-negative-foreground = #7C7772 +module-value-negative-background = #C1BAAD + +; vim:ft=dosini diff --git a/desktop-x11/.config/polybar/config.ini b/desktop-x11/.config/polybar/config.ini new file mode 100644 index 0000000..82a92fc --- /dev/null +++ b/desktop-x11/.config/polybar/config.ini @@ -0,0 +1,49 @@ +;========================================================== +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +;========================================================== + +include-file = ./colors.ini +include-file = ./base.ini +include-file = ./modules.ini + +[bar/primary-monitor] +inherit = bar/base + +monitor = ${env:PRIMARY_MONITOR} + +modules-left = ewmh +modules-center = xwindow +modules-right = cpu temperature fs-root fs-storage network-iface-1 network-iface-2 vpn calendar + +tray-position = right +tray-padding = 4 +tray-foreground = ${root.foreground} +tray-background = ${root.background} + +[bar/secondary-monitor] +inherit = bar/base + +monitor = ${env:SECONDARY_MONITOR} + +bottom = true + +modules-left = ewmh +; modules-center = mpd +modules-right = battery pulseaudio xkeyboard + +[module/network-iface-1] +inherit = module/network-eth +interface = ${env:ETHER_IFACE} + +[module/network-iface-2] +inherit = module/network-wifi +interface = ${env:WIFI_IFACE} + +; vim:ft=dosini diff --git a/desktop-x11/.config/polybar/launch.sh b/desktop-x11/.config/polybar/launch.sh new file mode 100755 index 0000000..0704e24 --- /dev/null +++ b/desktop-x11/.config/polybar/launch.sh @@ -0,0 +1,45 @@ +#!/bin/bash + +# Terminate already running bar instances +killall -q polybar + +# Wait until the processes have been shut down +while pgrep -x polybar >/dev/null; do sleep 1; done + +host=$(hostname) + +# My monitors: +# DP-2-2 +# HDMI-2 +# eDP-1 +LAPTOP_BUILT_IN_MONITOR="eDP-1" + +NETWORK_INTERFACES=`nmcli -t device | grep -v bridge` + +ETHERNET_INTERFACES=`echo "$NETWORK_INTERFACES" | grep ":ethernet:"` +ETHERNET_COUNT=`echo "$ETHERNET_INTERFACES" | wc -l` +ETHER_IFACE= +if [[ "$ETHERNET_COUNT" == "1" ]]; then + ETHER_IFACE=`echo "$ETHERNET_INTERFACES" | cut -d ':' -f1` +else + ETHER_IFACE=`echo "$ETHERNET_INTERFACES" | grep ":connected" | cut -d ':' -f1` +fi + +WIFI_INTERFACES=`echo "$NETWORK_INTERFACES" | grep ":wifi:"` +WIFI_COUNT=`echo "$WIFI_INTERFACES" | wc -l` +WIFI_IFACE= +if [[ "$WIFI_COUNT" == "1" ]]; then + WIFI_IFACE=`echo "$WIFI_INTERFACES" | cut -d ':' -f1` +else + WIFI_IFACE=`echo "$WIFI_INTERFACES" | grep ":connected" | cut -d ':' -f1` +fi + +# Launch polybar +CONNECTED_MONITORS=`xrandr -q | grep -w connected | cut -d ' ' -f1` +MONITORS_COUNT=`echo "$CONNECTED_MONITORS" | wc -l` +if [[ "$MONITORS_COUNT" == "1" ]]; then + PRIMARY_MONITOR="$CONNECTED_MONITORS" ETHER_IFACE="$ETHER_IFACE" WIFI_IFACE="$WIFI_IFACE" polybar primary-monitor & +else + PRIMARY_MONITOR=`echo "$CONNECTED_MONITORS" | grep -v "$LAPTOP_BUILT_IN_MONITOR" | head -n1` ETHER_IFACE="$ETHER_IFACE" WIFI_IFACE="$WIFI_IFACE" polybar primary-monitor & + SECONDARY_MONITOR="$LAPTOP_BUILT_IN_MONITOR" polybar secondary-monitor & +fi diff --git a/desktop-x11/.config/polybar/modules.ini b/desktop-x11/.config/polybar/modules.ini new file mode 100644 index 0000000..c3b2d0e --- /dev/null +++ b/desktop-x11/.config/polybar/modules.ini @@ -0,0 +1,354 @@ +;========================================================== +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +;========================================================== + +; Internal modules ------------------------------------------------------------ + +[module/date] +type = internal/date +interval = 5 +time = %H:%M +format-prefix-foreground = ${colors.foreground-alt} +format-underline = #0a6cf5 + +label = %time% + +[module/xwindow] +type = internal/xwindow +label = %title:0:30:...% + +[module/xkeyboard] +type = internal/xkeyboard +blacklist-0 = num lock + +format-prefix = " ⌨ " +format-prefix-foreground = ${colors.module-label-foreground} +format-prefix-background = #219ebc +format-foreground = ${colors.module-value-foreground} +format-background = ${colors.module-value-background} + +label-layout = " %layout% " + +label-indicator-padding = 2 +label-indicator-margin = 1 +label-indicator-background = ${colors.secondary} +label-indicator-underline = ${colors.secondary} + +click-left = ~/.local/bin/fix-keyboard + +[fs-base] +type = internal/fs +interval = 25 + +format-unmounted-prefix = ${self.format-mounted-prefix} +format-unmounted-prefix-foreground = ${self.format-mounted-prefix-foreground} +format-unmounted-prefix-background = ${self.format-mounted-prefix-background} + +label-mounted = " %percentage_free%% free · %free% " +label-mounted-foreground = ${colors.module-value-foreground} +label-mounted-background = ${colors.module-value-background} + +label-unmounted = " absent " +label-unmounted-foreground = ${colors.module-value-negative-foreground} +label-unmounted-background = ${colors.module-value-negative-background} + +[module/fs-root] +inherit = fs-base +mount-0 = / +format-mounted-prefix = "  Root " +format-mounted-prefix-foreground = #005500 +format-mounted-prefix-background = #b0e000 + +[module/fs-storage] +inherit = fs-base +mount-0 = /home/setanta/storage +format-mounted-prefix = "  External " +format-mounted-prefix-foreground = #b7f6b9 +format-mounted-prefix-background = #347D39 + +[module/ewmh] +type = internal/xworkspaces + +pin-workspaces = true +enable-click = true +enable-scroll = true +reverse-scroll = true + +format = + +; Available tokens: +; %name% +; %icon% +; %index% +; Default: %icon% %name% +label-active = %name% +label-active-foreground = ${colors.primary} +label-active-background = #625233 + +label-occupied = %name% +label-occupied-foreground = ${colors.foreground} +label-occupied-background = ${colors.background-alt} + +label-urgent = %name% +label-urgent-foreground = #ff3a03 +label-urgent-background = #743021 + +label-font = 2.5 + +label-active-padding = 1 +label-urgent-padding = 1 +label-occupied-padding = 1 +label-empty-padding = 1 + +[module/cpu] +type = internal/cpu +interval = 5 +format = "