Compare commits
No commits in common. "e4fd669074cdc219593314b87abb5ea76e954517" and "da7ce3384ecdbdd5dc8c515064e43465883915e7" have entirely different histories.
e4fd669074
...
da7ce3384e
5 changed files with 17 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
(defvar rofi-bin "~/.config/rofi/bin")
|
||||
|
||||
(deflisten workspaces "hyprman eww")
|
||||
(deflisten workspaces "hyprman watch")
|
||||
|
||||
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
|
||||
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
||||
|
|
|
@ -52,7 +52,7 @@ cob = checkout -b
|
|||
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
|
||||
undo = reset HEAD~1 --mixed
|
||||
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
cmtnum = "!git add -A && git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
||||
cmtnum = "!git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
||||
save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
aliases = "!git config -l | grep alias | cut -c 7-"
|
||||
gl = config --global -l
|
||||
|
|
|
@ -6,6 +6,7 @@ gtk-decoration-layout=icon:minimize,maximize,close
|
|||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=breeze
|
||||
gtk-modules=colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-sound-theme-name=ocean
|
||||
gtk-xft-dpi=122880
|
||||
|
|
|
@ -16,7 +16,6 @@ classes:
|
|||
"Alacritty":
|
||||
"- Wezterm":
|
||||
"org.wezfurlong.wezterm":
|
||||
"com.mitchellh.ghostty":
|
||||
"MultiViewer for F1":
|
||||
|
||||
|
||||
|
|
14
home/private_dot_config/hyprman/icons.json
Normal file
14
home/private_dot_config/hyprman/icons.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"[Running] - Oracle VM VirtualBox": "",
|
||||
"Visual Studio Code": "",
|
||||
"vivaldi-stable": "",
|
||||
"google-chrome": "",
|
||||
"chromium-browser": "",
|
||||
"LibreOffice": "",
|
||||
"Geneious Prime": "",
|
||||
"Firefox": "",
|
||||
"- NVIM": "",
|
||||
"Alacritty": "",
|
||||
"- Wezterm": "",
|
||||
"org.wezfurlong.wezterm": ""
|
||||
}
|
Loading…
Reference in a new issue