Skip to content

Instantly share code, notes, and snippets.

View hydroxycarbamide's full-sized avatar

Hydro hydroxycarbamide

  • France
View GitHub Profile
@hydroxycarbamide
hydroxycarbamide / gtk.css
Created October 12, 2023 10:57
GTK3 css
/* GTK3 */
/*
Generated with Gradience
Issues caused by theming should be reported to Gradience repository, and not to upstream
https://github.com/GradienceTeam/Gradience
*/
@define-color accent_color rgb(125, 196, 228);
@hydroxycarbamide
hydroxycarbamide / gtk.css
Created October 12, 2023 10:57
GTK4.css
/* GTK4 */
/*
Generated with Gradience
Issues caused by theming should be reported to Gradience repository, and not to upstream
https://github.com/GradienceTeam/Gradience
*/
@define-color accent_color rgb(125, 196, 228);
@hydroxycarbamide
hydroxycarbamide / hyprland.conf
Created October 11, 2023 22:20
hyprland.conf
#
# Refer to the wiki for more information.
#
# Please note not all available settings / options are set here.
# For a full list, see the wiki (basic and advanced configuring)
#
# Monitors
# migrating from https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh
# Aliases
alias g='git'
#compdef g=git
alias gst='git status'
#compdef _git gst=git-status
alias gd='git diff'
#compdef _git gd=git-diff
alias gdc='git diff --cached'