mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
Merge branch 'wayland' of github.com:eoli3n/dotfiles into wayland
This commit is contained in:
commit
4bcbcf1f79
20
TODO
20
TODO
@ -6,22 +6,13 @@
|
||||
# DE
|
||||
- try a GTK theme with some transparency
|
||||
- tray menu theme and over window
|
||||
- wofi issues : https://todo.sr.ht/~scoopta/wofi
|
||||
- firefox menu size when scaling
|
||||
- waybar urgent styling issue : https://github.com/Alexays/Waybar/issues/704
|
||||
- wob styling : https://github.com/francma/wob/issues/38
|
||||
- mpv still ok with wayland ?
|
||||
- sway border issue : https://github.com/swaywm/sway/issues/5327
|
||||
|
||||
# CLI
|
||||
- userbin or fish functions ?
|
||||
- up wrapper : 'ix' and 'upfile' = auto-copy
|
||||
- pureprompt root mark : https://github.com/rafaelrinaldi/pure/issues/117
|
||||
- noto-fonts doesnt work: see morning chars on #archlinux-fr
|
||||
- change bat comment color ?
|
||||
|
||||
# IRC
|
||||
- tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
|
||||
|
||||
# SERVICES
|
||||
- QRCODE vpn
|
||||
@ -29,6 +20,17 @@
|
||||
- run VPN as a service
|
||||
- why needs to sudo to get prompt for password for services : no need as scripting openvpn
|
||||
|
||||
# ISSUES
|
||||
- pureprompt root mark : https://github.com/rafaelrinaldi/pure/issues/117
|
||||
- tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
|
||||
- noto-fonts doesnt work in tiny : https://github.com/osa1/tiny/issues/193
|
||||
- waybar urgent styling issue : https://github.com/Alexays/Waybar/issues/704
|
||||
- wob styling : https://github.com/francma/wob/issues/38
|
||||
- wofi issues : https://todo.sr.ht/~scoopta/wofi
|
||||
|
||||
# IMPROVMENTS
|
||||
- dynamic username: sed 's/user/{{ user }}/g' and use templating
|
||||
|
||||
#TEST
|
||||
- repair travis runs
|
||||
- wf-recorder
|
||||
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
font: jetbrains mono
|
||||
user: user
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Defined in - @ line 1
|
||||
function cat --description 'alias cat'
|
||||
bat -pp --theme "base16" $argv;
|
||||
bat -pp --theme "Dracula" $argv;
|
||||
end
|
||||
|
@ -4,6 +4,11 @@
|
||||
path: ~/.config/tiny/
|
||||
state: directory
|
||||
|
||||
- name: create log dir
|
||||
file:
|
||||
path: ~/.tiny_logs
|
||||
state: directory
|
||||
|
||||
- name: template conf file
|
||||
template:
|
||||
src: config.yml.j2
|
||||
|
@ -35,7 +35,7 @@ defaults:
|
||||
tls: false
|
||||
|
||||
# Where to put log files
|
||||
log_dir: '~/.tiny_logs'
|
||||
log_dir: '/home/{{ user }}/.tiny_logs'
|
||||
|
||||
# How to show timestamps. Should be a valid strftime() format string. Run `man
|
||||
# strftime` in your shell for strftime format specification.
|
||||
|
Loading…
Reference in New Issue
Block a user