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
|
# DE
|
||||||
- try a GTK theme with some transparency
|
- try a GTK theme with some transparency
|
||||||
- tray menu theme and over window
|
- tray menu theme and over window
|
||||||
- wofi issues : https://todo.sr.ht/~scoopta/wofi
|
|
||||||
- firefox menu size when scaling
|
- 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 ?
|
- mpv still ok with wayland ?
|
||||||
- sway border issue : https://github.com/swaywm/sway/issues/5327
|
- sway border issue : https://github.com/swaywm/sway/issues/5327
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
- userbin or fish functions ?
|
- userbin or fish functions ?
|
||||||
- up wrapper : 'ix' and 'upfile' = auto-copy
|
- 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
|
# SERVICES
|
||||||
- QRCODE vpn
|
- QRCODE vpn
|
||||||
@ -29,6 +20,17 @@
|
|||||||
- run VPN as a service
|
- run VPN as a service
|
||||||
- why needs to sudo to get prompt for password for services : no need as scripting openvpn
|
- 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
|
#TEST
|
||||||
- repair travis runs
|
- repair travis runs
|
||||||
- wf-recorder
|
- wf-recorder
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
---
|
---
|
||||||
font: jetbrains mono
|
font: jetbrains mono
|
||||||
|
user: user
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Defined in - @ line 1
|
# Defined in - @ line 1
|
||||||
function cat --description 'alias cat'
|
function cat --description 'alias cat'
|
||||||
bat -pp --theme "base16" $argv;
|
bat -pp --theme "Dracula" $argv;
|
||||||
end
|
end
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
path: ~/.config/tiny/
|
path: ~/.config/tiny/
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
- name: create log dir
|
||||||
|
file:
|
||||||
|
path: ~/.tiny_logs
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: template conf file
|
- name: template conf file
|
||||||
template:
|
template:
|
||||||
src: config.yml.j2
|
src: config.yml.j2
|
||||||
|
@ -35,7 +35,7 @@ defaults:
|
|||||||
tls: false
|
tls: false
|
||||||
|
|
||||||
# Where to put log files
|
# 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
|
# How to show timestamps. Should be a valid strftime() format string. Run `man
|
||||||
# strftime` in your shell for strftime format specification.
|
# strftime` in your shell for strftime format specification.
|
||||||
|
Loading…
Reference in New Issue
Block a user