Commit Graph

  • 2eb1be6297
    dunst: added some other paths to `icon_path` parameter master Meliurwen 2023-09-23 14:51:06 +0200
  • c0217a5ae6
    common-shells: improved handling of 256 color `TERM` in `.alias` and redirecting `stdout` and `stderr` to `/dev/null` when enabling numlock for TTY in `.profile` Meliurwen 2023-09-18 08:50:04 +0200
  • e43527226a
    xsessionrc: removed `fsmartconnect` Meliurwen 2023-09-17 16:30:43 +0200
  • 2e5924bc35
    zshrc: if the default prompt is detected (no custom prompt theme is set), then set the custom fallback one Meliurwen 2023-09-11 23:10:52 +0200
  • 17061dfd8d
    zshrc: fixed color display issues in `man` pages due to changes in `groff` version 1.23.0 Meliurwen 2023-09-11 00:21:44 +0200
  • cd02ccd747
    zshrc: updated terminfo keys Meliurwen 2022-08-24 10:02:30 +0200
  • 16c95b2886
    zshrc: in colored manpages replaced subshells containing builtin printf with the actual strings Meliurwen 2022-08-22 17:07:35 +0200
  • 440f3a2e0e
    mime: added `audio/ac3` and `application/x-shellscript` Meliurwen 2022-08-16 19:14:12 +0200
  • f1c33f1882
    Removed anaesthetic blur and shadows to some menus of Firefox/Librewolf and GTK apps Meliurwen 2022-08-14 21:16:39 +0200
  • c35ad6bc8f
    Updated README for Codium/VSCode, adding `keybindings.json` format instructions and a note about comments in JSON Meliurwen 2022-08-13 09:55:52 +0200
  • e8203ee7ce
    Codium/VSCode: updated extensions list, added shortcuts for inlay hints (`Alt+Ctrl` off unless pressed, `Ctrl+k` perma toggle for rust-analyzer and clangd) Meliurwen 2022-08-13 09:52:19 +0200
  • 57f11ebb9a
    screen: added icon and bars to cputemp script Meliurwen 2022-08-12 15:22:07 +0200
  • b20497008d
    Fixed `pactl` parsing issues when using a different system language Meliurwen 2022-08-11 09:03:12 +0200
  • 6195f08b8a
    screen: added cputemp script and rearranged hardstatus widgets order Meliurwen 2022-08-01 13:27:46 +0200
  • a0131aaff1
    screen: expanded battery script printing capabilities Meliurwen 2022-07-31 12:44:53 +0200
  • eaf856b0bc
    screen: expanded netinfo script printing capabilities Meliurwen 2022-07-28 13:40:20 +0200
  • bdca435306
    Adjusted urxvt dpi, now fonts should be crisp with no glitches when bold on most monitor configurations Meliurwen 2022-07-18 10:34:53 +0200
  • 0054a06d57
    Changed rofi's background transparency Meliurwen 2022-06-19 12:45:44 +0200
  • 566b47a54b
    polybar's mpv script: added support to multi-byte chars strings and removed `cut` dependency, temporarily using bash parameters expansion for string truncation Meliurwen 2022-06-12 14:12:39 +0200
  • 9e50e00a65
    htop: updated config with new features of version 3.2.0 Meliurwen 2022-06-11 20:27:39 +0200
  • 1810d02d12
    vscode: symlinked files directly instead of dirs to make `stow` behave as expected Meliurwen 2022-06-10 08:18:19 +0200
  • 77c72ff39a
    zsh's `powermeli` theme: fixed detection of zsh sourcing or execution of the theme Meliurwen 2022-06-09 20:45:51 +0200
  • 7176298a22
    Updated nemo config: now the start without the menu bar is defined Meliurwen 2022-06-08 09:09:29 +0200
  • ce0cebead1
    Added Gnome color scheme config Meliurwen 2022-06-07 19:08:20 +0200
  • 791c11135c
    Added cinnamon terminal exec config Meliurwen 2022-06-06 09:09:37 +0200
  • 0a1bd8974f
    Fixed loading of `locale.conf` in `.profile` Meliurwen 2022-06-05 19:29:42 +0200
  • caf1b13445
    Added numlock handling for TTY and X, source of `$XDG_CONFIG_HOME/.conf/locale.conf`, disabled sourcing of `/etc/X11/Xsession.d` and added Gnome polkit agent to i3 Meliurwen 2022-06-05 16:34:15 +0200
  • 3d9edeb883
    i3: polybar launchscript no more executed by `i3bar_command` (now sway boots without crashing), and switched from `amixer` to `pactl` in `dev-ctrl` Meliurwen 2022-06-03 13:45:31 +0200
  • c275ec857d
    Polybar: switched to pulseaudio module; bluetooth and temperature modules are loaded only when the respective devices are available Meliurwen 2022-06-02 19:21:17 +0200
  • 2affd69042
    The check for `git` command availability was too strict in the zsh's `powermeli` theme Meliurwen 2022-05-29 10:15:37 +0200
  • c7956a9c1c
    Simplified some logic, removed useless nesting and reduced tabulation from 4 to 2 spaces in polybar's mpv script Meliurwen 2022-05-15 09:37:04 +0200
  • 92afae2bc7
    Reimplemented using only shell builtins and more 10 time faster the retrieval of a given First Ancestor Process of a given PID in zsh's `powermeli` theme Meliurwen 2022-05-14 18:59:57 +0200
  • 3162ee16e2
    Improved ssh session detection in zsh's `powermeli` theme checking if an ancestor process is named `sshd` Meliurwen 2022-05-09 14:59:36 +0200
  • d4f2ccac23
    Much more clean and performance-wise array declaration respecting the POSIX syntax in zsh's `powermeli` theme Meliurwen 2022-05-08 11:39:14 +0200
  • 8cf9cc6b6b
    Solved a bug where a non-existent function was unset in zsh's `powermeli` theme Meliurwen 2022-05-07 20:10:29 +0200
  • 2b8e2beb9b
    Refactored and optimized (now exclusively using builtins) the `git status` section in `prompt_git()` of zsh's `powermeli` theme Meliurwen 2022-05-07 13:48:48 +0200
  • f0b48143ee
    Completely refactored and optimized the `prompt_git()` of zsh's `powermeli` theme Meliurwen 2022-05-05 14:19:56 +0200
  • 39db1bd6b6
    Removed `zsh_stats()` and `zsh_base_dir` from `.zshrc` Meliurwen 2022-05-04 08:46:23 +0200
  • 63d5c4308a
    Fixed nano's `stripecolor` Meliurwen 2022-05-03 09:22:24 +0200
  • 79bf6c2440
    Added nano config Meliurwen 2022-05-02 11:37:02 +0200
  • d6a6ca6336
    Added to vscode/codium `argv.json`, set telemetry level to off in `settings.json` and updated the README Meliurwen 2022-05-01 10:58:14 +0200
  • c332a9ce24
    Updated and sorted vscode/codium settings Meliurwen 2022-04-26 11:24:17 +0200
  • 2268edfd04
    In `powermeli.zsh-theme` the hostname color is cyan when connected via SSH and the '@' separator is blue Meliurwen 2022-04-12 23:12:25 +0200
  • ccd38ef0c4
    Fixed bug in `powermeli.zsh-theme` that caused undefined behaviour in autosuggestion and highlighting plugins and occasional inconsistencies between the typed commands and their version printed on screen Meliurwen 2022-04-12 22:40:30 +0200
  • 52071861a9
    Some cleaning to `.zshrc` and dedicated loading of autosuggestions and syntax-highlighting plugins Meliurwen 2022-04-11 09:35:02 +0200
  • af75d08865
    Added `powermeli.zsh-theme`, removed Agnoster theme and git plugin along with their autodownload functionality from `.zshrc` Meliurwen 2022-04-10 15:05:56 +0200
  • 8737d60d84
    Small refactor to the polybar's mpv script Meliurwen 2022-04-09 10:03:06 +0200
  • 98f028c007
    Decreased latency in webcam script Meliurwen 2022-03-10 16:26:14 +0100
  • 270655afe0
    More stable and deterministic polybar launch script Meliurwen 2022-03-06 15:06:39 +0100
  • 30734e2010
    Reduced hanging possibilities due to `bluetoothctl` in Polybar bluetooth script, making it check if kernel module is loaded and a BT card is plugged Meliurwen 2022-03-05 08:24:38 +0100
  • c539adefda
    Some cleaning and removal of soon to be deprecated or unused options in polybar config Meliurwen 2022-03-04 09:44:54 +0100
  • f0e9ac319d
    Small fix for negligible but sometimes bothersome picom artifacts Meliurwen 2022-02-23 10:38:50 +0100
  • 9bbff53e46
    Added htop configuration Meliurwen 2022-02-21 12:57:18 +0100
  • bf103c5011
    Explicitly declare Adwaita as icon theme for gtk apps Meliurwen 2022-02-18 11:08:36 +0100
  • 05eaf66916
    Polybar's bluetooth script hanging problem fixed Meliurwen 2022-02-17 13:42:04 +0100
  • 60e3bca73c
    Moved mpv sockets to the user runtime folder defined in `XDG_RUNTIME_DIR` with a fallback to `/tmp`, also added a lua script to properly handle env variables in the mpv config for the `input-ipc-server` property Meliurwen 2022-02-16 09:16:46 +0100
  • 7f31ce2d43
    Removed urxvt unused plugins and no longer needed `depth` parameter Meliurwen 2022-02-09 12:50:58 +0100
  • aaead53960
    Uniformed indentation by 2 spaces in userChrome.css and userContent.css Meliurwen 2022-02-07 08:46:43 +0100
  • b13b9f679d
    Additions to FF's userChrome.css: reduced height and removed paddings, margins and rounded borders from the tab bar Meliurwen 2022-02-06 11:10:17 +0100
  • f565fb5ed5
    Rewritten polybar's bluetooth script Meliurwen 2022-02-04 10:03:46 +0100
  • 6c7b3f00ad
    Chores: removed useless comments from dunstrc template Meliurwen 2022-02-03 10:46:48 +0100
  • 9c8130fdae
    Replaced true/false to True/False in urxvt's `.Xresources` file Meliurwen 2022-01-14 13:50:03 +0100
  • 81c4e6b353
    Added LF as EOL for mpv socket commands in polybar due to mpv slight requirements changes, replaced the remaining `echo` lines with `printf` in mpv.sh Meliurwen 2022-01-13 10:10:42 +0100
  • d81ce0cbad
    Added entries for `engrampa` (and other small additions) in `mimeapps.list` and added it to `.dependencies/apt.list` Meliurwen 2022-01-08 13:15:06 +0100
  • 4e4c12e7d8
    Updated mousepad settings Meliurwen 2021-12-21 12:51:53 +0100
  • 85af067e12
    Updated config and meli-adwaita-pink theme for rofi 1.7.1 Meliurwen 2021-12-20 12:45:39 +0100
  • c7bf8ffe24
    Updated mousepad's `*.desktop` entries in `mimeapps.list` and removed associations with codium for log and plaintext files Meliurwen 2021-12-19 12:40:27 +0100
  • adf0773fd7
    Added GNU Screen with its zsh integration plugin, a simple plugin loader for zsh, a `syntax-highlighting` and `autosuggestions` zsh plugins loaded from system Meliurwen 2021-12-08 09:37:27 +0100
  • 0c36d35d99
    Added `mpv-pip` alias and improved mpv configuration and integration. Meliurwen 2021-12-06 16:46:03 +0100
  • 8d75d39c7d
    Added nemo config Meliurwen 2021-11-26 14:21:46 +0100
  • de8c0d948c
    Added mousepad config Meliurwen 2021-11-25 12:09:21 +0100
  • 2d7db56527
    Replaced \dev\null to /dev/null introduced in the last fix Meliurwen 2021-11-24 06:38:58 +0100
  • 3205e32199
    Fixed mpv script for polybar not handling a socket error case where an mpv instance not using the socket was running Meliurwen 2021-11-23 09:42:02 +0100
  • 2cbc01acbb
    Added gedit config Meliurwen 2021-11-23 09:18:19 +0100
  • 390f13fb19
    Added dotvenv submodule Meliurwen 2021-11-22 13:53:58 +0100
  • eb8215e922
    Removed --reload from polybar launch script Meliurwen 2021-11-08 00:22:32 +0100
  • 3117759726
    Added GPLv3 license Meliurwen 2021-11-07 11:33:00 +0100
  • 86777298d8
    Beautified FF's userChrome.css and hidden undesirable context menu items Meliurwen 2021-11-06 17:57:47 +0100
  • 7c76823e8b
    Little bit of polish to common-shells and x Meliurwen 2021-11-06 17:36:44 +0100
  • c5dfc55f83
    Added tga format and replaced gedit with mousepad in mimeapps.list Meliurwen 2021-11-06 14:52:14 +0100
  • 7d0b404823
    Added mutt and neomutt aliases for themes compatibility, moved history alias into .zshrc because zsh exclusive parameters Meliurwen 2021-10-04 15:27:01 +0200
  • 1d9faf3971
    Updated userChrome.css for new Firefox UI Proton Meliurwen 2021-09-30 15:48:26 +0200
  • 355a1b8d69
    Fixed vscode/.stow-local-ignore Meliurwen 2021-09-28 12:57:58 +0200
  • f1715b7e7b
    Added some packages to the dependencies list Meliurwen 2021-09-28 11:57:35 +0200
  • 6797559383
    Removed some code smell in polybar's mpv script and aligned it to POSIX compliancy removing the need of bash as a dependency Meliurwen 2021-09-26 16:07:21 +0200
  • 704ce793ba
    Updated in polybar config the mpvsocket path to the new location Meliurwen 2021-09-26 15:47:49 +0200
  • 08a374c309
    Added ~/.profile and ability to change tty console fonts in order to properly render powerline symbols Meliurwen 2021-09-26 13:51:08 +0200
  • 1b0589cb33
    Prettified i3 config file Meliurwen 2021-09-23 13:02:40 +0200
  • b5466e6ef5
    Added Codium extensions list Meliurwen 2021-09-23 07:29:10 +0200
  • c4b22298f6
    Pulseaudio kill & start method no longer needed Meliurwen 2021-09-22 14:56:34 +0200
  • 91cf17d8f0
    Separated aliases from ~/.zshrc and fixed support to VSCodium Meliurwen 2021-09-20 11:36:18 +0200
  • 7bf1441867
    Added zoom script for urxvt Meliurwen 2021-09-19 14:41:49 +0200
  • a95daa2e7d
    pulseaudio starting in i3 is more resilient and (hopefully) last fix of today for .xinitrc Meliurwen 2021-09-18 20:32:06 +0200
  • dd8b6848df
    Added gtk2 configs Meliurwen 2021-09-18 18:14:17 +0200
  • ccbe496df5
    Fixed regression introduced in .xinitrc Meliurwen 2021-09-18 18:05:10 +0200
  • c3741ebf98
    More POSIX compliant syntax in .xsession and .xsessionrc Meliurwen 2021-09-18 15:18:02 +0200
  • e50a984f69
    Polybar launchscript more generalized and solved bug that made many GTK apps hanging for seconds or minutes Meliurwen 2021-09-18 14:49:32 +0200
  • 5591e8e950
    Added a readme, apt dependencies and kernel modules for Thinkpads Meliurwen 2021-09-17 22:27:01 +0200
  • fba125fc37
    Added dotfiles for user's X session Meliurwen 2021-09-16 02:07:11 +0200
  • 93352c1092
    Moved mpv socket to ~/.cache/ to reduce collisions Meliurwen 2021-09-15 13:16:57 +0200